packages: ghc-utf8-string/ghc-utf8-string.spec - use %ghc_pkg_recache macro...

glen glen at pld-linux.org
Thu Feb 24 11:54:22 CET 2011


Author: glen                         Date: Thu Feb 24 10:54:22 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use %ghc_pkg_recache macro; make url copyable

---- Files affected:
packages/ghc-utf8-string:
   ghc-utf8-string.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/ghc-utf8-string/ghc-utf8-string.spec
diff -u packages/ghc-utf8-string/ghc-utf8-string.spec:1.6 packages/ghc-utf8-string/ghc-utf8-string.spec:1.7
--- packages/ghc-utf8-string/ghc-utf8-string.spec:1.6	Sat Aug 28 02:06:39 2010
+++ packages/ghc-utf8-string/ghc-utf8-string.spec	Thu Feb 24 11:54:17 2011
@@ -1,14 +1,14 @@
 # $Revision$, $Date$
-%define	pkgname	utf8-string
+%define		pkgname	utf8-string
 Summary:	Support for reading and writing UTF8 Strings
 Name:		ghc-%{pkgname}
 Version:	0.3.6
-Release:	3
+Release:	4
 License:	BSD
 Group:		Development/Languages
 Source0:	http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz
 # Source0-md5:	be8c5ef52a0824babdc89d60c1e9b600
-URL:		http://hackage.haskell.org/package/%{pkgname}/
+URL:		http://hackage.haskell.org/package/utf8-string/
 BuildRequires:	ghc >= 6.12.3
 %requires_releq	ghc
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -50,10 +50,10 @@
 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)
@@ -67,6 +67,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2011/02/24 10:54:17  glen
+- use %ghc_pkg_recache macro; make url copyable
+
 Revision 1.6  2010/08/28 00:06:39  baggins
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghc-utf8-string/ghc-utf8-string.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list