[packages/ghc-xml-types] - rel 2, add prof package
baggins
baggins at pld-linux.org
Sat May 30 00:41:01 CEST 2020
commit 0cecc450a487c28fbf30eaefc9d93bcf446cb9b2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat May 30 00:40:46 2020 +0200
- rel 2, add prof package
ghc-xml-types.spec | 43 +++++++++++++++++++++++++++++++++++++++++--
1 file changed, 41 insertions(+), 2 deletions(-)
---
diff --git a/ghc-xml-types.spec b/ghc-xml-types.spec
index 7ab5cbd..9d1c177 100644
--- a/ghc-xml-types.spec
+++ b/ghc-xml-types.spec
@@ -1,8 +1,12 @@
+#
+# Conditional build:
+%bcond_without prof # profiling library
+#
%define pkgname xml-types
Summary: A Haskell binding to the xml-types graphics library
Name: ghc-%{pkgname}
Version: 0.3.6
-Release: 1
+Release: 2
License: BSD
Group: Development/Languages
Source0: http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz
@@ -10,6 +14,10 @@ Source0: http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkg
URL: http://hackage.haskell.org/package/xml-types/
BuildRequires: ghc >= 6.12.3
BuildRequires: ghc-text
+%if %{with prof}
+BuildRequires: ghc-prof
+BuildRequires: ghc-text-prof
+%endif
BuildRequires: rpmbuild(macros) >= 1.608
%requires_eq ghc
Requires: ghc-text
@@ -21,6 +29,21 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
A Haskell binding to the xml-types graphics library.
+%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-text-prof
+
+%description prof
+Profiling %{pkgname} library for GHC. Should be installed when
+GHC's profiling subsystem is needed.
+
+%description prof -l pl.UTF-8
+Biblioteka profilująca %{pkgname} dla GHC. Powinna być zainstalowana
+kiedy potrzebujemy systemu profilującego z GHC.
+
%package doc
Summary: HTML documentation for %{pkgname}
Summary(pl.UTF-8): Dokumentacja w formacie HTML dla %{pkgname}
@@ -37,6 +60,7 @@ Dokumentacja w formacie HTML dla %{pkgname}.
%build
runhaskell Setup.hs configure -v2 \
+ %{?with_prof:--enable-library-profiling} \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
--libexecdir=%{_libexecdir} \
@@ -71,7 +95,22 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%{_libdir}/%{ghcdir}/package.conf.d/%{pkgname}.conf
-%{_libdir}/%{ghcdir}/%{pkgname}-%{version}
+%dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}
+%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/*.so
+%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/*.a
+%exclude %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/*_p.a
+
+%dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Data
+%dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Data/XML
+%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Data/XML/*.hi
+%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Data/XML/*.dyn_hi
+
+%if %{with prof}
+%files prof
+%defattr(644,root,root,755)
+%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/*_p.a
+%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Data/XML/*.p_hi
+%endif
%files doc
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ghc-xml-types.git/commitdiff/0cecc450a487c28fbf30eaefc9d93bcf446cb9b2
More information about the pld-cvs-commit
mailing list