cblrpm refresh

This commit is contained in:
Jens Petersen 2015-01-27 22:55:48 +09:00
parent cab79862cf
commit 6b987e05f3
1 changed files with 11 additions and 6 deletions

View File

@ -4,12 +4,12 @@
Name: ghc-%{pkg_name}
Version: 0.0.3
Release: 7%{?dist}
Summary: Haskell library to find full path of an executable
Release: 8%{?dist}
Summary: Find out the full path of an executable
License: Public Domain
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
@ -28,13 +28,15 @@ of the program as invoked." This library tries to provide the missing path.
%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}
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
This package provides the Haskell %{pkg_name} library development
files.
%prep
@ -65,6 +67,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Tue Jan 27 2015 Jens Petersen <petersen@fedoraproject.org> - 0.0.3-8
- cblrpm refresh
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild