update to 0.3.3 for haskell-platform-2011.4.0.0 and to cabal2spec-0.25.1
This commit is contained in:
parent
73749fab7c
commit
c61d2c8921
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/syb-0.2.2.tar.gz
|
||||
/syb-0.3.tar.gz
|
||||
/syb-0.3.3.tar.gz
|
||||
|
33
ghc-syb.spec
33
ghc-syb.spec
@ -9,24 +9,31 @@ constructor applications, instances of this class for primitive types, and\
|
||||
a variety of traversals.
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
# part of haskell-platform-2011.2.0.1
|
||||
Version: 0.3
|
||||
Release: 8%{?dist}
|
||||
# part of haskell-platform-2011.4.0.0
|
||||
Version: 0.3.3
|
||||
Release: 1%{?dist}
|
||||
Summary: %{common_summary}
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
# BEGIN cabal2spec
|
||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
ExclusiveArch: %{ghc_arches}
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: hscolour
|
||||
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
||||
# END cabal2spec
|
||||
BuildRequires: ghc-base-prof
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
|
||||
|
||||
%ghc_devel_package
|
||||
|
||||
%ghc_devel_description
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
@ -39,10 +46,24 @@ BuildRequires: hscolour
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%ghc_lib_package
|
||||
%post -n ghc-%{pkg_name}-devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%postun -n ghc-%{pkg_name}-devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%ghc_files
|
||||
%doc README
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 27 2011 Jens Petersen <petersen@redhat.com> - 0.3.3-1
|
||||
- update to 0.3.3 for haskell-platform-2011.4.0.0
|
||||
- update to cabal2spec-0.25.1
|
||||
- add README to devel doc
|
||||
|
||||
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.3-8
|
||||
- rebuild with new gmp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user