cblrpm refresh

This commit is contained in:
Jens Petersen 2015-01-27 23:56:07 +09:00
parent 2d4c0bb924
commit 2bfdf85b40
1 changed files with 8 additions and 3 deletions

View File

@ -4,12 +4,12 @@
Name: ghc-%{pkg_name}
Version: 0.1.3
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Auto-scrubbing bytestring memory chunks
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -26,8 +26,10 @@ with the following properties:
- Show instance which doesn't show any content
- Eq instance that is constant in time.
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
@ -70,6 +72,9 @@ rm %{buildroot}%{_datadir}/%{pkg_name}-%{version}/README.md
%changelog
* Tue Jan 27 2015 Jens Petersen <petersen@fedoraproject.org> - 0.1.3-5
- cblrpm refresh
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild