2009-02-27 06:54:33 +00:00
|
|
|
%global pkg_name HTTP
|
2009-01-07 04:31:51 +00:00
|
|
|
|
2010-01-11 13:04:57 +00:00
|
|
|
%global common_summary Haskell HTTP client library
|
2009-01-07 04:31:51 +00:00
|
|
|
|
2010-01-11 13:04:57 +00:00
|
|
|
%global common_description A Haskell library for client-side HTTP.
|
|
|
|
|
2010-01-11 13:35:43 +00:00
|
|
|
%global ghc_pkg_deps ghc-network-devel ghc-mtl-devel
|
2010-01-11 13:04:57 +00:00
|
|
|
|
|
|
|
%bcond_without shared
|
|
|
|
|
|
|
|
# debuginfo is not useful for ghc
|
2009-02-27 06:54:33 +00:00
|
|
|
%global debug_package %{nil}
|
2009-01-07 04:31:51 +00:00
|
|
|
|
2009-02-13 04:15:06 +00:00
|
|
|
Name: ghc-%{pkg_name}
|
2010-03-23 00:45:18 +00:00
|
|
|
# part of haskell-platform-2010.1.0.0
|
|
|
|
Version: 4000.0.9
|
2010-04-27 02:36:29 +00:00
|
|
|
Release: 3%{?dist}
|
2010-01-11 13:04:57 +00:00
|
|
|
Summary: %{common_summary}
|
2009-02-13 04:15:06 +00:00
|
|
|
|
2010-01-11 13:04:57 +00:00
|
|
|
Group: System Environment/Libraries
|
2009-02-13 04:15:06 +00:00
|
|
|
License: BSD
|
2009-02-27 06:54:33 +00:00
|
|
|
URL: http://projects.haskell.org/http/
|
2009-02-13 04:15:06 +00:00
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
2009-02-27 06:54:33 +00:00
|
|
|
# fedora ghc archs:
|
|
|
|
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
2010-01-11 13:04:57 +00:00
|
|
|
BuildRequires: ghc, ghc-rpm-macros >= 0.5.1
|
2009-04-24 13:33:28 +00:00
|
|
|
BuildRequires: ghc-doc
|
|
|
|
BuildRequires: ghc-prof
|
2010-01-11 13:04:57 +00:00
|
|
|
%{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
|
2009-02-27 06:54:33 +00:00
|
|
|
|
|
|
|
%description
|
2010-01-11 13:04:57 +00:00
|
|
|
%{common_description}
|
|
|
|
%if %{with shared}
|
|
|
|
This package provides the shared library.
|
2009-02-13 04:15:06 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2010-03-23 00:45:18 +00:00
|
|
|
%{?ghc_lib_package}
|
2009-01-07 04:31:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
2010-01-11 13:04:57 +00:00
|
|
|
%cabal_configure --ghc -p
|
2009-01-07 04:31:51 +00:00
|
|
|
%cabal build
|
|
|
|
%cabal haddock
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cabal_install
|
2010-01-11 13:04:57 +00:00
|
|
|
%cabal_pkg_conf
|
|
|
|
|
|
|
|
%ghc_gen_filelists
|
2009-01-07 04:31:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2010-04-27 02:36:29 +00:00
|
|
|
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 4000.0.9-3
|
|
|
|
- rebuild against ghc-6.12.2
|
|
|
|
|
2010-03-24 07:46:25 +00:00
|
|
|
* Wed Mar 24 2010 Jens Petersen <petersen@redhat.com> - 4000.0.9-2
|
|
|
|
- rebuild against network-2.2.1.7
|
|
|
|
|
2010-03-23 00:45:18 +00:00
|
|
|
* Tue Mar 23 2010 Jens Petersen <petersen@redhat.com> - 4000.0.9-1
|
|
|
|
- update to 4000.0.9 for haskell-platform-2010.1.0.0
|
|
|
|
|
2010-01-11 15:02:12 +00:00
|
|
|
* Tue Jan 12 2010 Jens Petersen <petersen@redhat.com> - 4000.0.8-2
|
|
|
|
- rebuild against ghc-mtl package
|
|
|
|
|
2010-01-11 13:04:57 +00:00
|
|
|
* Mon Jan 11 2010 Jens Petersen <petersen@redhat.com> - 4000.0.8-1
|
|
|
|
- update to 4000.0.8 (haskell-platform-2009.3.1)
|
|
|
|
- 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
|
|
|
|
- build shared library
|
|
|
|
- drop redundant buildroot and its install cleaning
|
2010-01-11 13:35:43 +00:00
|
|
|
- buildrequires mtl
|
2010-01-11 13:04:57 +00:00
|
|
|
|
2009-11-16 13:47:32 +00:00
|
|
|
* Mon Nov 16 2009 Jens Petersen <petersen@redhat.com> - 4000.0.6-6
|
|
|
|
- use %%ghc_pkg_ver for requires
|
|
|
|
|
2009-09-28 01:02:21 +00:00
|
|
|
* Mon Sep 28 2009 Jens Petersen <petersen@redhat.com> - 4000.0.6-5
|
2009-09-28 01:33:04 +00:00
|
|
|
- buildrequire the new ghc-network library
|
2009-09-28 01:02:21 +00:00
|
|
|
|
2009-07-25 00:03:32 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4000.0.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-05-29 23:33:35 +00:00
|
|
|
* Sat May 30 2009 Jens Petersen <petersen@redhat.com> - 4000.0.6-3
|
|
|
|
- ppc workaround no longer needed with ghc-6.10.3
|
|
|
|
- provide ghc-HTTP (cabal2spec-0.17)
|
|
|
|
|
2009-05-13 13:00:40 +00:00
|
|
|
* Wed May 13 2009 Jens Petersen <petersen@redhat.com> - 4000.0.6-2
|
|
|
|
- rebuild with ghc-rpm-macros and ghc-6.10.3 (cabal2spec-0.16)
|
|
|
|
|
2009-04-25 12:14:23 +00:00
|
|
|
* Sat Apr 25 2009 Jens Petersen <petersen@redhat.com> - 4000.0.6-1
|
2009-04-24 13:33:28 +00:00
|
|
|
- update to 4000.0.6
|
|
|
|
- sync with cabal2spec-0.14
|
2009-04-25 12:14:23 +00:00
|
|
|
- compile Setup on ppc to workaround runghc failure
|
2009-04-24 13:33:28 +00:00
|
|
|
|
2009-02-27 06:54:33 +00:00
|
|
|
* Fri Feb 27 2009 Jens Petersen <petersen@redhat.com> - 4000.0.4-3
|
|
|
|
- update url
|
|
|
|
- update to cabal2spec-0.12:
|
|
|
|
- use ix86 in archs and add alpha
|
|
|
|
- add devel subpackage
|
|
|
|
- use global rather than define
|
|
|
|
- devel owns docdir
|
|
|
|
|
2009-02-24 21:15:05 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4000.0.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-23 06:30:43 +00:00
|
|
|
* Mon Feb 23 2009 Jens Petersen <petersen@redhat.com> - 4000.0.4-1
|
|
|
|
- update to 4000.0.4
|
|
|
|
|
2009-02-13 04:15:06 +00:00
|
|
|
* Fri Feb 13 2009 Jens Petersen <petersen@redhat.com> - 3001.1.5-2
|
|
|
|
- sync with latest template and add a doc subpackage
|
|
|
|
|
2009-01-07 04:31:51 +00:00
|
|
|
* Tue Dec 23 2008 Jens Petersen <petersen@redhat.com> - 3001.1.5-1
|
|
|
|
- update to 3001.1.5
|
|
|
|
- use bcond for doc and prof
|
|
|
|
- minor tweaks for latest packaging guidelines
|
|
|
|
|
|
|
|
* Fri Nov 28 2008 Jens Petersen <petersen@redhat.com> - 3001.1.4-4
|
|
|
|
- drop LICENSE from -prof subpackage
|
|
|
|
|
|
|
|
* Tue Nov 25 2008 Jens Petersen <petersen@redhat.com> - 3001.1.4-3
|
|
|
|
- add build_doc and build_prof switches
|
|
|
|
- provide -devel
|
|
|
|
- drop redundant pre script
|
|
|
|
- only regenerate doc index in postun if uninstalling
|
|
|
|
|
|
|
|
* Mon Nov 10 2008 Jens Petersen <petersen@redhat.com> - 3001.1.4-2
|
|
|
|
- only build on ghc archs
|
|
|
|
- version install script requires
|
|
|
|
|
|
|
|
* Mon Nov 10 2008 Jens Petersen <petersen@redhat.com> - 3001.1.4-1
|
|
|
|
- initial packaging for fedora
|