|
|
@ -1,33 +1,40 @@
|
|
|
|
# cabal2spec-0.25.2
|
|
|
|
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
|
|
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
|
|
|
|
|
|
|
|
|
|
|
%global pkg_name zip-archive
|
|
|
|
%global pkg_name zip-archive
|
|
|
|
|
|
|
|
|
|
|
|
%global common_summary Haskell %{pkg_name} library
|
|
|
|
%global common_summary Library for creating and modifying zip archives
|
|
|
|
|
|
|
|
|
|
|
|
%global common_description The zip-archive library provides functions for creating, modifying,\
|
|
|
|
%global common_description The zip-archive library provides functions for creating, modifying,\
|
|
|
|
and extracting files from zip archives.
|
|
|
|
and extracting files from zip archives.
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 0.1.1.8
|
|
|
|
Version: 0.1.2.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: %{common_summary}
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: BSD
|
|
|
|
License: GPLv2+
|
|
|
|
|
|
|
|
# BEGIN cabal2spec
|
|
|
|
|
|
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
ExclusiveArch: %{ghc_arches}
|
|
|
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
# END cabal2spec
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
|
|
|
|
BuildRequires: ghc-array-devel
|
|
|
|
BuildRequires: ghc-binary-devel
|
|
|
|
BuildRequires: ghc-binary-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-containers-devel
|
|
|
|
BuildRequires: ghc-digest-devel
|
|
|
|
BuildRequires: ghc-digest-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-directory-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-filepath-devel
|
|
|
|
BuildRequires: ghc-mtl-devel
|
|
|
|
BuildRequires: ghc-mtl-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-old-time-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-pretty-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-time-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-unix-devel
|
|
|
|
BuildRequires: ghc-utf8-string-devel
|
|
|
|
BuildRequires: ghc-utf8-string-devel
|
|
|
|
BuildRequires: ghc-zlib-devel
|
|
|
|
BuildRequires: ghc-zlib-devel
|
|
|
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{common_description}
|
|
|
|
%{common_description}
|
|
|
@ -57,6 +64,10 @@ BuildRequires: ghc-zlib-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 08 2012 Jens Petersen <petersen@redhat.com> - 0.1.2.1-1
|
|
|
|
|
|
|
|
- update to 0.1.2.1
|
|
|
|
|
|
|
|
- license is now BSD
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1.8-3
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|