2010-12-11 01:53:33 +00:00
|
|
|
%global pkg_name MissingH
|
|
|
|
|
|
|
|
%global common_summary Large utility library
|
|
|
|
|
|
|
|
%global common_description MissingH is a library of all sorts of utility functions for \
|
|
|
|
Haskell programmers. It is written in pure Haskell and thus \
|
|
|
|
should be extremely portable and easy to use.
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2011-09-26 09:36:11 +00:00
|
|
|
Version: 1.1.1.0
|
2011-10-11 14:49:58 +00:00
|
|
|
Release: 1%{?dist}.1
|
2010-12-11 01:53:33 +00:00
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
2011-09-26 09:36:11 +00:00
|
|
|
# src/Data/Hash/MD5.lhs is BSD or GPL+
|
|
|
|
# src/Data/Hash/CRC32/Posix.hs is GPL+
|
|
|
|
# src/System/Time/ParseDate.hs is GPLv2 (newer parsedate is now BSD)
|
|
|
|
# all other src/ (and testsrc/) files are BSD
|
2010-12-11 01:53:33 +00:00
|
|
|
License: GPLv2+
|
|
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
2011-06-22 08:33:27 +00:00
|
|
|
ExclusiveArch: %{ghc_arches}
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
2010-12-11 01:53:33 +00:00
|
|
|
BuildRequires: hscolour
|
2011-06-22 08:42:40 +00:00
|
|
|
BuildRequires: ghc-HUnit-prof, ghc-hslogger-prof, ghc-mtl-prof, ghc-network-prof, ghc-parsec-prof, ghc-regex-compat-prof, ghc-random-prof, ghc-haskell98-prof
|
2010-12-11 01:53:33 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{common_description}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/
|
|
|
|
install -m 644 -p TODO %{buildroot}%{_docdir}/%{name}-%{version}/TODO
|
2011-09-26 09:36:11 +00:00
|
|
|
install -m 644 -p LICENSE %{buildroot}%{_docdir}/%{name}-%{version}/LICENSE
|
2010-12-11 01:53:33 +00:00
|
|
|
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/3rd-party-licenses/
|
|
|
|
install -m 644 -p 3rd-party-licenses/BSD %{buildroot}%{_docdir}/%{name}-%{version}/3rd-party-licenses/BSD
|
|
|
|
install -m 644 -p 3rd-party-licenses/LGPL-2.1 %{buildroot}%{_docdir}/%{name}-%{version}/3rd-party-licenses/LGPL-2.1
|
|
|
|
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/announcements/
|
|
|
|
install -m 644 -p announcements/0.8.0.txt %{buildroot}%{_docdir}/%{name}-%{version}/announcements/0.8.0.txt
|
|
|
|
install -m 644 -p announcements/0.9.0.txt %{buildroot}%{_docdir}/%{name}-%{version}/announcements/0.9.0.txt
|
|
|
|
install -m 644 -p announcements/0.10.0.txt %{buildroot}%{_docdir}/%{name}-%{version}/announcements/0.10.0.txt
|
|
|
|
|
|
|
|
|
2011-06-22 08:33:27 +00:00
|
|
|
%ghc_lib_package
|
2010-12-11 01:53:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2011-10-11 14:49:58 +00:00
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 1.1.1.0-1.1
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
2011-09-26 09:36:11 +00:00
|
|
|
* Mon Sep 26 2011 Jens Petersen <petersen@redhat.com> - 1.1.1.0-1
|
|
|
|
- update to 1.1.1.0
|
|
|
|
- most of the library modules now BSD
|
|
|
|
|
2011-08-29 09:24:14 +00:00
|
|
|
* Mon Aug 29 2011 Jens Petersen <petersen@redhat.com> - 1.1.0.3-9
|
|
|
|
- rebuild for hslogger-1.1.5
|
|
|
|
|
2011-06-22 08:33:27 +00:00
|
|
|
* Wed Jun 22 2011 Jens Petersen <petersen@redhat.com> - 1.1.0.3-8
|
|
|
|
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
|
|
|
|
|
2011-03-10 08:15:38 +00:00
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.1.0.3-7
|
|
|
|
- Enable build on sparcv9
|
|
|
|
|
2011-02-17 05:40:55 +00:00
|
|
|
* Thu Feb 17 2011 Ben Boeckel <mathstuf@gmail.com> - 1.1.0.3-6
|
|
|
|
- Update for broken dependencies
|
|
|
|
|
2011-02-09 00:55:09 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 06:50:29 +00:00
|
|
|
* Wed Feb 2 2011 Jens Petersen <petersen@redhat.com> - 1.1.0.3-4
|
|
|
|
- rebuild (for hslogger-1.1.3)
|
|
|
|
|
2011-01-15 18:10:32 +00:00
|
|
|
* Sat Jan 15 2011 Ben Boeckel <mathstuf@gmail.com> - 1.1.0.3-3
|
|
|
|
- Update to cabal2spec-0.22.4
|
|
|
|
- Rebuild
|
|
|
|
|
2010-12-11 01:53:33 +00:00
|
|
|
* Wed Sep 22 2010 Jens Petersen <petersen@redhat.com> - 1.1.0.3-2
|
|
|
|
- use iconv to fix COPYRIGHT file encoding
|
|
|
|
- add license comments
|
|
|
|
|
|
|
|
* Sun Sep 05 2010 Ben Boeckel <mathstuf@gmail.com> - 1.1.0.3-1
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
* Sun Sep 5 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.1.0.3-0
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2
|