cblrpm refresh

This commit is contained in:
Jens Petersen 2015-01-27 23:53:07 +09:00
parent 6b596fb5ac
commit 8a715b7b00
1 changed files with 9 additions and 6 deletions

View File

@ -4,27 +4,27 @@
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 1.0.4 Version: 1.0.4
Release: 4%{?dist} Release: 5%{?dist}
Summary: Exposes the native endianness or byte ordering of the system Summary: Exposes the native endianness or byte ordering of the system
License: BSD License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
%description %description
This package is for working with the native byte-ordering of This package is for working with the native byte-ordering of the system.
the system.
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel %description devel
This package provides the Haskell %{pkg_name} library development files. This package provides the Haskell %{pkg_name} library development files.
@ -58,6 +58,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog %changelog
* Tue Jan 27 2015 Jens Petersen <petersen@fedoraproject.org> - 1.0.4-5
- cblrpm refresh
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild