Package ghc-http: Specfile

%define hsc_name ghc
%define hsc_version %ghc_version
%define hsc_namever %hsc_name
%define h_pkg_name HTTP
%define f_pkg_name http
%define pkg_libdir %_libdir/%hsc_name-%hsc_version/lib/%h_pkg_name-%version

Name: %hsc_namever-%f_pkg_name
Version: 4000.1.1
Release: alt1

Packager: Alexander Myltsev <avm@altlinux.ru>

Summary: A library for client-side HTTP
License: BSD
Group: Development/Haskell

URL: http://www.haskell.org/http/
Source: %h_pkg_name-%version.tar

BuildRequires: ghc haddock %hs_package_dependencies network parsec base array
BuildRequires: ghc(mtl) ghc-network
BuildRequires(pre): rpm-build-haskell

%description
A library for client-side HTTP


%prep
%setup -n %h_pkg_name-%version


%build
%hs_configure2
%hs_build

%install
%hs_install
%hs_gen_filelist

cd %buildroot%_datadir/doc/%hsc_namever-%f_pkg_name-%version
rm -rf doc LICENSE README


%files -f %name-files.nonprof
%hs_pkgconfdir/%f_pkg_name-%version.conf
%doc dist/doc/html
%doc LICENSE


%changelog
* Sun Dec 12 2010 Denis Smirnov <mithraen@altlinux.ru> 4000.1.1-alt1
- 4000.1.1

* Tue Sep 14 2010 Denis Smirnov <mithraen@altlinux.ru> 4000.0.9-alt6
- fix package

* Mon Sep 13 2010 Denis Smirnov <mithraen@altlinux.ru> 4000.0.9-alt5
- auto rebuild

* Mon Sep 13 2010 Denis Smirnov <mithraen@altlinux.ru> 4000.0.9-alt4
- auto rebuild

* Thu Sep 09 2010 Denis Smirnov <mithraen@altlinux.ru> 4000.0.9-alt1
- update

* Thu Sep 09 2010 Denis Smirnov <mithraen@altlinux.ru> 3001.1.4-alt2
- ghc 6.12.3

* Thu Sep 09 2010 Denis Smirnov <mithraen@altlinux.ru> 3001.1.4-alt1.1.1
- rebuild with new haskell

* Wed Mar 17 2010 Denis Smirnov <mithraen@altlinux.ru> 3001.1.4-alt1.1
- rebuild with new haskell

* Tue Nov 18 2008 Alexander Myltsev <avm@altlinux.org> 3001.1.4-alt1
- spec file autogenerated by cabal-rpm