update to 0.0.1

This commit is contained in:
Jens Petersen 2011-10-17 11:03:39 +09:00
parent 17b1165b5f
commit 40ec097df4
3 changed files with 16 additions and 11 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/zlib-bindings-0.0.0.tar.gz
/zlib-bindings-0.0.1.tar.gz

View File

@ -9,23 +9,25 @@
%global common_description %{common_summary}.
Name: ghc-%{pkg_name}
Version: 0.0.0
Release: 6%{?dist}.1
Version: 0.0.1
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
# BEGIN: cabal2spec-0.24
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
%if %{undefined without_hscolour}
BuildRequires: hscolour
# END: cabal2spec-0.24
%endif
# END cabal2spec
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-zlib-devel
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-zlib-prof
%description
%{common_description}
@ -34,11 +36,11 @@ BuildRequires: ghc-zlib-devel
%package -n ghc-%{pkg_name}-devel
Summary: Development files for %{common_summary}
Group: Development/Libraries
# BEGIN: cabal2spec-0.24
# BEGIN cabal2spec
%{?ghc_devel_requires}
Obsoletes: ghc-%{pkg_name}-prof < %{version}-%{release}
Provides: ghc-%{pkg_name}-prof = %{version}-%{release}
# END: cabal2spec-0.24
# END cabal2spec
%description -n ghc-%{pkg_name}-devel
%{common_description}
@ -67,14 +69,16 @@ This package contains the development files.
%if %{undefined ghc_without_shared}
%files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
%defattr(-,root,root,-)
%endif
%files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files
%defattr(-,root,root,-)
%changelog
* Mon Oct 17 2011 Jens Petersen <petersen@redhat.com> - 0.0.1-1
- update to 0.0.1
- BR prof not devel
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.0.0-6.1
- rebuild with new gmp

View File

@ -1 +1 @@
ced9be9c31f54ad848f58babf1ca2190 zlib-bindings-0.0.0.tar.gz
999c52afde320a165881d2408a2af4d7 zlib-bindings-0.0.1.tar.gz