Update to 1.0.0
Rewrite due to licencing issues. See: • https://lists.alioth.debian.org/pipermail/pkg-haskell-maintainers/2014-July/020271.html • https://lists.debian.org/debian-haskell/2014/07/msg00007.html • http://pkg-haskell.alioth.debian.org/setlocale/
This commit is contained in:
parent
308df9cb0d
commit
2dae035f28
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/setlocale-0.0.3.tar.gz
|
||||
/setlocale-1.0.0.tar.gz
|
||||
|
@ -6,13 +6,13 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A Haskell interface to setlocale
|
||||
|
||||
License: Public Domain
|
||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
License: BSD
|
||||
URL: http://pkg-haskell.alioth.debian.org/%{pkg_name}/
|
||||
Source0: http://pkg-haskell.alioth.debian.org/%{pkg_name}/%{pkg_name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
@ -61,6 +61,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 28 2014 Philip Withnall <philip@tecnocode.co.uk> - 1.0.0-1
|
||||
- Update to 1.0.0 (rewrite due to licencing issues)
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user