[packages/ghc-regex-pcre] - pl, unified, added prof bcond

qboosh qboosh at pld-linux.org
Thu Dec 19 23:02:18 CET 2013


commit 6b97c135c36348785bc178b58a95c33355774d58
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Dec 19 23:02:19 2013 +0100

    - pl, unified, added prof bcond

 ghc-regex-pcre.spec | 64 ++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 49 insertions(+), 15 deletions(-)
---
diff --git a/ghc-regex-pcre.spec b/ghc-regex-pcre.spec
index 3e39713..6d0a897 100644
--- a/ghc-regex-pcre.spec
+++ b/ghc-regex-pcre.spec
@@ -1,37 +1,69 @@
+#
+# Conditional build:
+%bcond_without	prof	# profiling library
+#
 %define		pkgname	regex-pcre
 Summary:	Replaces/Enhances Text.Regex
+Summary(pl.UTF-8):	Rozszerzenie Text.Regex
 Name:		ghc-%{pkgname}
 Version:	0.94.4
 Release:	1
 License:	BSD
 Group:		Development/Languages
-Source0:	http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz
+#Source0Download: http://hackage.haskell.org/package/regex-pcre
+Source0:	http://hackage.haskell.org/package/%{pkgname}-%{version}/%{pkgname}-%{version}.tar.gz
 # Source0-md5:	be3794c67959f2b3b840bd026ef0b9ea
-URL:		http://hackage.haskell.org/package/regex-pcre/
+URL:		http://hackage.haskell.org/package/regex-pcre
 BuildRequires:	ghc >= 6.12.3
-BuildRequires:	ghc-prof
+BuildRequires:	ghc-array
+BuildRequires:	ghc-base >= 3.0
+BuildRequires:	ghc-bytestring
+BuildRequires:	ghc-containers
+BuildRequires:	ghc-regex-base >= 0.93
+%if %{with prof}
+BuildRequires:	ghc-prof >= 6.12.3
+BuildRequires:	ghc-array-prof
+BuildRequires:	ghc-base-prof >= 3.0
+BuildRequires:	ghc-bytestring-prof
+BuildRequires:	ghc-containers-prof
+BuildRequires:	ghc-regex-base-prof >= 0.93
+%endif
 BuildRequires:	rpmbuild(macros) >= 1.608
-%requires_releq	ghc
 Requires(post,postun):	/usr/bin/ghc-pkg
+%requires_releq	ghc
+Requires:	ghc-array
+Requires:	ghc-base >= 3.0
+Requires:	ghc-bytestring
+Requires:	ghc-containers
+Requires:	ghc-regex-base >= 0.93
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # debuginfo is not useful for ghc
 %define		_enable_debug_packages	0
 
-# don't compress haddoc files
+# don't compress haddock files
 %define		_noautocompressdoc	*.haddock
 
 %description
-The PCRE backend to accompany regex-base, see www.pcre.org.
+The PCRE backend to accompany regex-base, see <http://www.pcre.org/>.
+
+%description -l pl.UTF-8
+Backend PCRE towarzyszący regex-base wykorzystujący bibliotekę PCRE
+(<http://www.pcre.org/>).
 
 %package prof
 Summary:	Profiling %{pkgname} library for GHC
 Summary(pl.UTF-8):	Biblioteka profilująca %{pkgname} dla GHC.
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	ghc-array-prof
+Requires:	ghc-base-prof >= 3.0
+Requires:	ghc-bytestring-prof
+Requires:	ghc-containers-prof
+Requires:	ghc-regex-base-prof >= 0.93
 
 %description prof
-Profiling %{pkgname} library for GHC.  Should be installed when
+Profiling %{pkgname} library for GHC. Should be installed when
 GHC's profiling subsystem is needed.
 
 %description prof -l pl.UTF-8
@@ -42,7 +74,8 @@ kiedy potrzebujemy systemu profilującego z GHC.
 %setup -q -n %{pkgname}-%{version}
 
 %build
-runhaskell Setup.hs configure -v2 --enable-library-profiling \
+runhaskell Setup.hs configure -v2 \
+	%{?with_prof:--enable-library-profiling} \
 	--prefix=%{_prefix} \
 	--libdir=%{_libdir} \
 	--libexecdir=%{_libexecdir} \
@@ -63,7 +96,7 @@ cp -a $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} %{name}-%{version}-doc
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 
 runhaskell Setup.hs register \
-	--gen-pkg-config=$RPM_BUILD_ROOT/%{_libdir}/%{ghcdir}/package.conf.d/%{pkgname}.conf
+	--gen-pkg-config=$RPM_BUILD_ROOT%{_libdir}/%{ghcdir}/package.conf.d/%{pkgname}.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -79,21 +112,22 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{name}-%{version}-doc/*
 %{_libdir}/%{ghcdir}/package.conf.d/%{pkgname}.conf
 %dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}
-%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/*.o
-%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/*.a
-%exclude %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/*_p.a
+%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/HSregex-pcre-%{version}.o
+%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/libHSregex-pcre-%{version}.a
 
 %dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Text
 %dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Text/Regex
-%dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Text/Regex/PCRE
-%dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Text/Regex/PCRE/ByteString
 %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Text/Regex/*.hi
+%dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Text/Regex/PCRE
 %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Text/Regex/PCRE/*.hi
+%dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Text/Regex/PCRE/ByteString
 %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Text/Regex/PCRE/ByteString/*.hi
 
+%if %{with prof}
 %files prof
 %defattr(644,root,root,755)
-%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/*_p.a
+%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/libHSregex-pcre-%{version}_p.a
 %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Text/Regex/*.p_hi
 %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Text/Regex/PCRE/*.p_hi
 %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Text/Regex/PCRE/ByteString/*.p_hi
+%endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-regex-pcre.git/commitdiff/6b97c135c36348785bc178b58a95c33355774d58



More information about the pld-cvs-commit mailing list