97 lines
2.8 KiB
RPMSpec
97 lines
2.8 KiB
RPMSpec
%global pkg_name fgl
|
|
|
|
%global common_summary Haskell Functional Graph Library
|
|
|
|
%global common_description Martin Erwig's Functional Graph Library.
|
|
|
|
Name: ghc-%{pkg_name}
|
|
# part of haskell-platform-2011.2.0.1
|
|
Version: 5.4.2.3
|
|
Release: 8%{?dist}.1
|
|
Summary: %{common_summary}
|
|
|
|
Group: System Environment/Libraries
|
|
License: BSD
|
|
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-mtl-prof
|
|
|
|
%description
|
|
%{common_description}
|
|
|
|
|
|
%prep
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
%build
|
|
%ghc_lib_build
|
|
|
|
|
|
%install
|
|
%ghc_lib_install
|
|
|
|
|
|
%ghc_lib_package
|
|
|
|
|
|
%changelog
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 5.4.2.3-8.1
|
|
- rebuild with new gmp
|
|
|
|
* Tue Jun 21 2011 Jens Petersen <petersen@redhat.com> - 5.4.2.3-8
|
|
- ghc_arches replaces ghc_excluded_archs
|
|
|
|
* Mon Jun 20 2011 Jens Petersen <petersen@redhat.com> - 5.4.2.3-7
|
|
- BR ghc-Cabal-devel and use ghc_excluded_archs
|
|
|
|
* Fri May 27 2011 Jens Petersen <petersen@redhat.com> - 5.4.2.3-6
|
|
- update to cabal2spec-0.23
|
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 5.4.2.3-5
|
|
- Enable build on sparcv9
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4.2.3-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Tue Jan 18 2011 Jens Petersen <petersen@redhat.com> - 5.4.2.3-3
|
|
- update to cabal2spec-0.22.4
|
|
|
|
* Thu Nov 25 2010 Jens Petersen <petersen@redhat.com> - 5.4.2.3-2
|
|
- add hscolour
|
|
- drop -o obsoletes
|
|
|
|
* Fri Jul 16 2010 Jens Petersen <petersen@redhat.com> - 5.4.2.3-1
|
|
- update to 5.4.2.3 for haskell-platform-2010.2.0.0
|
|
- obsolete doc subpackage (ghc-rpm-macros-0.8.0)
|
|
|
|
* Sat Jun 26 2010 Jens Petersen <petersen@redhat.com> - 5.4.2.2-6
|
|
- strip shared library (cabal2spec-0.21.4)
|
|
|
|
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 5.4.2.2-5
|
|
- part of haskell-platform-2010.1.0.0
|
|
- rebuild against ghc-6.12.2
|
|
- condition ghc_lib_package
|
|
|
|
* Tue Jan 12 2010 Jens Petersen <petersen@redhat.com> - 5.4.2.2-4
|
|
- rebuild against ghc-mtl package
|
|
|
|
* Mon Jan 11 2010 Jens Petersen <petersen@redhat.com> - 5.4.2.2-3
|
|
- update to ghc-rpm-macros-0.5.1 and cabal2spec-0.21.1:
|
|
- drop doc and prof bcond
|
|
- use common_summary and common_description
|
|
- use ghc_lib_package and ghc_pkg_deps
|
|
|
|
* Sat Dec 26 2009 Jens Petersen <petersen@redhat.com> - 5.4.2.2-2
|
|
- update for ghc-6.12.1: add shared library support
|
|
- use new ghc*_requires macros: needs ghc-rpm-macros 0.4.0
|
|
- add common_summary and common_description
|
|
- buildrequires ghc-mtl
|
|
|
|
* Wed Aug 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 5.4.2.2-1
|
|
- initial packaging for Fedora created by cabal2spec
|