update to 0.4.0.4

This commit is contained in:
Jens Petersen 2016-06-26 14:14:20 +09:00
parent 91ca649008
commit 5268474cf8
3 changed files with 16 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/pcre-light-0.4.tar.gz
/pcre-light-0.4.0.3.tar.gz
/pcre-light-0.4.0.4.tar.gz

View File

@ -1,24 +1,22 @@
# generated by cabal-rpm-0.9.11
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name pcre-light
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.4.0.3
Release: 3%{?dist}
Summary: Perl5 compatible regular expression library
Version: 0.4.0.4
Release: 1%{?dist}
Summary: Portable regex library for Perl 5 compatible regular expressions
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{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
# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: pcre-devel%{?_isa}
BuildRequires: pkgconfig(libpcre)
# End cabal-rpm deps
%description
@ -37,7 +35,7 @@ Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name}%{?_isa} = %{version}-%{release}
# Begin cabal-rpm deps:
Requires: pcre-devel%{?_isa}
Requires: pkgconfig(libpcre)
# End cabal-rpm deps
%description devel
@ -55,6 +53,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -65,7 +65,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -73,6 +73,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 0.4.0.4-1
- update to 0.4.0.4
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
eac20925fbfa2b3618133c1279a58161 pcre-light-0.4.0.3.tar.gz
4fe5f197cf1d37187218ae42f410b0d5 pcre-light-0.4.0.4.tar.gz