update to 0.4.1.0
This commit is contained in:
parent
a33bcf1148
commit
1c78a442dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/pcre-light-0.4.tar.gz
|
||||
/pcre-light-0.4.0.3.tar.gz
|
||||
/pcre-light-0.4.0.4.tar.gz
|
||||
/pcre-light-0.4.1.0.tar.gz
|
||||
|
@ -4,9 +4,11 @@
|
||||
%global pkg_name pcre-light
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.4.0.4
|
||||
Release: 13%{?dist}
|
||||
Version: 0.4.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Portable regex library for Perl 5 compatible regular expressions
|
||||
|
||||
License: BSD
|
||||
@ -20,12 +22,17 @@ BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: pkgconfig(libpcre)
|
||||
BuildRequires: pcre-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-HUnit-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-mtl-devel
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
A small, efficient and portable regex library for Perl 5 compatible
|
||||
regular expressions.
|
||||
A small, efficient and portable regex library for Perl 5 compatible regular
|
||||
expressions.
|
||||
|
||||
The PCRE library is a set of functions that implement regular expression
|
||||
pattern matching using the same syntax and semantics as Perl 5.
|
||||
@ -40,7 +47,7 @@ Requires: ghc-compiler = %{ghc_version}
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
# Begin cabal-rpm deps:
|
||||
Requires: pkgconfig(libpcre)
|
||||
Requires: pcre-devel%{?_isa}
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description devel
|
||||
@ -86,6 +93,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
# End cabal-rpm install
|
||||
|
||||
|
||||
%check
|
||||
%cabal_test
|
||||
|
||||
|
||||
%if 0%{?fedora} < 31 || 0%{?rhel} < 8
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
@ -118,6 +129,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 0.4.1.0-1
|
||||
- update to 0.4.1.0
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.4-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user