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.2.2.tar.gz
|
||||||
/syb-0.3.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.
|
a variety of traversals.
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
# part of haskell-platform-2011.2.0.1
|
# part of haskell-platform-2011.4.0.0
|
||||||
Version: 0.3
|
Version: 0.3.3
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
|
# BEGIN cabal2spec
|
||||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
ExclusiveArch: %{ghc_arches}
|
ExclusiveArch: %{ghc_arches}
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
||||||
BuildRequires: hscolour
|
# END cabal2spec
|
||||||
|
BuildRequires: ghc-base-prof
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
|
|
||||||
|
|
||||||
|
%ghc_devel_package
|
||||||
|
|
||||||
|
%ghc_devel_description
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
@ -39,10 +46,24 @@ BuildRequires: hscolour
|
|||||||
%ghc_lib_install
|
%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
|
%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
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.3-8
|
||||||
- rebuild with new gmp
|
- rebuild with new gmp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user