2010-01-21 01:18:10 +00:00
|
|
|
%global pkg_name html
|
|
|
|
|
|
|
|
%global common_summary Haskell HTML combinator library
|
|
|
|
|
|
|
|
%global common_description A HTML combinator library for Haskell.
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2011-06-20 01:59:02 +00:00
|
|
|
# part of haskell-platform-2011.2.0.1
|
2010-01-21 01:18:10 +00:00
|
|
|
Version: 1.0.1.2
|
2011-10-24 07:57:52 +00:00
|
|
|
Release: 12%{?dist}.3
|
2010-01-21 01:18:10 +00:00
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: BSD
|
2010-11-25 08:50:42 +00:00
|
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
2010-01-21 01:18:10 +00:00
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
2011-06-21 08:38:56 +00:00
|
|
|
ExclusiveArch: %{ghc_arches}
|
2011-06-20 01:59:02 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2011-05-27 08:35:38 +00:00
|
|
|
BuildRequires: ghc-rpm-macros
|
2010-09-04 12:32:33 +00:00
|
|
|
BuildRequires: hscolour
|
2010-01-21 01:18:10 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{common_description}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
2010-06-27 06:57:26 +00:00
|
|
|
%ghc_lib_build
|
2010-01-21 01:18:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2010-06-27 06:57:26 +00:00
|
|
|
%ghc_lib_install
|
2010-01-21 01:18:10 +00:00
|
|
|
|
|
|
|
|
2010-11-25 08:50:42 +00:00
|
|
|
%ghc_lib_package
|
2010-09-04 12:32:33 +00:00
|
|
|
|
|
|
|
|
2010-01-21 01:18:10 +00:00
|
|
|
%changelog
|
2011-10-24 07:57:52 +00:00
|
|
|
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.0.1.2-12.3
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-20 23:14:52 +00:00
|
|
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.0.1.2-12.2
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-11 14:00:31 +00:00
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 1.0.1.2-12.1
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
2011-06-21 08:38:56 +00:00
|
|
|
* Tue Jun 21 2011 Jens Petersen <petersen@redhat.com> - 1.0.1.2-12
|
|
|
|
- ghc_arches replaces ghc_excluded_archs
|
|
|
|
|
2011-06-20 01:59:02 +00:00
|
|
|
* Mon Jun 20 2011 Jens Petersen <petersen@redhat.com> - 1.0.1.2-11
|
|
|
|
- BR ghc-Cabal-devel
|
|
|
|
- use ghc_excluded_archs
|
|
|
|
|
2011-05-27 08:35:38 +00:00
|
|
|
* Fri May 27 2011 Jens Petersen <petersen@redhat.com> - 1.0.1.2-10
|
|
|
|
- update to cabal2spec-0.23: add ppc64
|
|
|
|
|
2011-03-10 08:15:38 +00:00
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.0.1.2-9
|
|
|
|
- Enable build on sparcv9
|
|
|
|
|
2011-02-09 01:20:49 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1.2-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-18 08:34:29 +00:00
|
|
|
* Tue Jan 18 2011 Jens Petersen <petersen@redhat.com> - 1.0.1.2-7
|
|
|
|
- update to cabal2spec-0.22.4
|
|
|
|
|
2010-11-25 08:50:42 +00:00
|
|
|
* Thu Nov 25 2010 Jens Petersen <petersen@redhat.com> - 1.0.1.2-6
|
|
|
|
- update url
|
|
|
|
|
2010-09-04 12:32:33 +00:00
|
|
|
* Sat Sep 4 2010 Jens Petersen <petersen@redhat.com> - 1.0.1.2-5
|
|
|
|
- add hscolour and doc obsolete (cabal2spec-0.22.2)
|
|
|
|
|
2010-06-27 07:03:52 +00:00
|
|
|
* Sun Jun 27 2010 Jens Petersen <petersen@redhat.com> - 1.0.1.2-4
|
2010-06-27 06:57:26 +00:00
|
|
|
- sync cabal2spec-0.22.1
|
|
|
|
|
2010-04-27 00:26:14 +00:00
|
|
|
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 1.0.1.2-3
|
|
|
|
- part of haskell-platform-2010.1.0.0
|
|
|
|
- rebuild against ghc-6.12.2
|
|
|
|
- condition ghc_lib_package
|
|
|
|
|
2010-01-21 01:18:10 +00:00
|
|
|
* Fri Jan 15 2010 Jens Petersen <petersen@redhat.com> - 1.0.1.2-2
|
|
|
|
- BSD license
|
|
|
|
- part of haskell-platform
|
|
|
|
|
|
|
|
* Fri Jan 15 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.0.1.2-1
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.21.1
|