Hello community, here is the log from the commit of package ghc-pcre-light for openSUSE:Factory checked in at 2016-07-20 09:29:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-pcre-light (Old) and /work/SRC/openSUSE:Factory/.ghc-pcre-light.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pcre-light" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-pcre-light/ghc-pcre-light.changes 2015-11-10 10:03:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-pcre-light.new/ghc-pcre-light.changes 2016-07-20 09:29:16.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 10 17:17:50 UTC 2016 - [email protected] + +- Update to version 0.4.0.4 revision 0 with cabal2obs. + +------------------------------------------------------------------- Old: ---- _service ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-pcre-light.spec ++++++ --- /var/tmp/diff_new_pack.yvJRUf/_old 2016-07-20 09:29:17.000000000 +0200 +++ /var/tmp/diff_new_pack.yvJRUf/_new 2016-07-20 09:29:17.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-pcre-light # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,69 +17,66 @@ %global pkg_name pcre-light - -Name: ghc-pcre-light +Name: ghc-%{pkg_name} Version: 0.4.0.4 Release: 0 -Summary: Haskell library for Perl 5 compatible regular expressions +Summary: Portable regex library for Perl 5 compatible regular expressions License: BSD-3-Clause Group: System/Libraries - -Url: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build - +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 -BuildRequires: pkg-config # Begin cabal-rpm deps: BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros +# End cabal-rpm deps +BuildRequires: pkgconfig BuildRequires: pkgconfig(libpcre) BuildRequires: pkgconfig(libpcre16) BuildRequires: pkgconfig(libpcrecpp) BuildRequires: pkgconfig(libpcreposix) BuildRoot: %{_tmppath}/%{name}-%{version}-build -# 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. +The PCRE library is a set of functions that implement regular expression +pattern matching using the same syntax and semantics as Perl 5. +If installation fails reporting that you are missing the prce C library, try +installing the 'libpcre3-dev' package (linux). . %package devel Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other Requires: %{name} = %{version}-%{release} +Requires: ghc-compiler = %{ghc_version} # Begin cabal-rpm deps: -Requires: ghc-compiler +Requires: pkgconfig Requires: pkgconfig(libpcre) +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} +# End cabal-rpm deps Requires: pkgconfig(libpcre16) Requires: pkgconfig(libpcrecpp) Requires: pkgconfig(libpcreposix) -Requires(post): ghc-compiler -Requires(postun): ghc-compiler -# Begin cabal-rpm deps: -# End cabal-rpm deps %description devel -Haskell 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. - +This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} + %build %ghc_lib_build + %install %ghc_lib_install + %post devel %ghc_pkg_recache @@ -87,10 +84,11 @@ %ghc_pkg_recache %files -f %{name}.files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc LICENSE %files devel -f %{name}-devel.files -%defattr(-,root,root) +%defattr(-,root,root,-) +%doc README.md %changelog
