packages: cpphs/cpphs.spec - update packaging, %requires_eq dep on ghc

glen glen at pld-linux.org
Mon Feb 28 10:10:10 CET 2011


Author: glen                         Date: Mon Feb 28 09:10:10 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- update packaging, %requires_eq dep on ghc

---- Files affected:
packages/cpphs:
   cpphs.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/cpphs/cpphs.spec
diff -u packages/cpphs/cpphs.spec:1.3 packages/cpphs/cpphs.spec:1.4
--- packages/cpphs/cpphs.spec:1.3	Wed Dec 15 14:51:57 2010
+++ packages/cpphs/cpphs.spec	Mon Feb 28 10:10:04 2011
@@ -2,28 +2,40 @@
 Summary:	A liberalised re-implementation of cpp, the C pre-processor
 Name:		cpphs
 Version:	1.11
-Release:	2
+Release:	3
 License:	LGPL
 Group:		Development/Languages
-Source0:	http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
+Source0:	http://hackage.haskell.org/packages/archive/cpphs/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5:	ece7f9a5335a8fd569f0b8c7153ecfaa
 URL:		http://haskell.org/cpphs/
 BuildRequires:	ghc >= 6.12.3
-%requires_releq	ghc
+BuildRequires:	rpmbuild(macros) >= 1.608
+%requires_eq	ghc
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		ghcdir		ghc-%(/usr/bin/ghc --numeric-version)
+# debuginfo is not useful for ghc
+%define		_enable_debug_packages	0
 
 %description
-Cpphs is a re-implementation of the C pre-processor that is both
-more compatible with Haskell, and itself written in Haskell so
-that it can be distributed with compilers.
-
-This version of the C pre-processor is pretty-much
-feature-complete and compatible with traditional (K&R)
-pre-processors.  Additional features include: a plain-text mode;
-an option to unlit literate code files; and an option to turn
-off macro-expansion.
+Cpphs is a re-implementation of the C pre-processor that is both more
+compatible with Haskell, and itself written in Haskell so that it can
+be distributed with compilers.
+
+This version of the C pre-processor is pretty-much feature-complete
+and compatible with traditional (K&R) pre-processors. Additional
+features include: a plain-text mode; an option to unlit literate code
+files; and an option to turn off macro-expansion.
+
+%package doc
+Summary:	HTML documentation for %{pkgname}
+Summary(pl.UTF-8):	Dokumentacja w formacie HTML dla %{pkgname}
+Group:		Documentation
+
+%description doc
+HTML documentation for %{pkgname}.
+
+%description doc -l pl.UTF-8
+Dokumentacja w formacie HTML dla %{pkgname}.
 
 %prep
 %setup -q
@@ -46,7 +58,7 @@
 
 # work around automatic haddock docs installation
 rm -rf %{name}-%{version}-doc
-cp -a $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} %{name}-%{version}-doc
+cp -a $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html %{name}-%{version}-doc
 
 runhaskell Setup.hs register \
 	--gen-pkg-config=$RPM_BUILD_ROOT/%{_libdir}/%{ghcdir}/package.conf.d/%{name}.conf
@@ -55,25 +67,31 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/usr/bin/ghc-pkg recache
+%ghc_pkg_recache
 
 %postun
-/usr/bin/ghc-pkg recache
+%ghc_pkg_recache
 
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG README docs/design docs/index.html
-%doc %{name}-%{version}-doc/html
 %attr(755,root,root) %{_bindir}/cpphs
 %{_libdir}/%{ghcdir}/package.conf.d/%{name}.conf
 %{_libdir}/%{ghcdir}/%{name}-%{version}
 
+%files doc
+%defattr(644,root,root,755)
+%doc %{name}-%{version}-doc/*
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2011/02/28 09:10:04  glen
+- update packaging, %requires_eq dep on ghc
+
 Revision 1.3  2010/12/15 13:51:57  baggins
 - rel 2
 - fixed attrs for executable file
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cpphs/cpphs.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list