template-specs: ghc-package.spec - use PACKAGE_NAME as substitution for cas...
glen
glen at pld-linux.org
Thu Feb 24 13:44:49 CET 2011
Author: glen Date: Thu Feb 24 12:44:49 2011 GMT
Module: template-specs Tag: HEAD
---- Log message:
- use PACKAGE_NAME as substitution for case insensitive matching
---- Files affected:
template-specs:
ghc-package.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: template-specs/ghc-package.spec
diff -u template-specs/ghc-package.spec:1.17 template-specs/ghc-package.spec:1.18
--- template-specs/ghc-package.spec:1.17 Thu Feb 24 13:23:45 2011
+++ template-specs/ghc-package.spec Thu Feb 24 13:44:44 2011
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%define pkgname NAME
+%define pkgname PACKAGE_NAME
Summary: -
Name: ghc-%{pkgname}
Version: -
@@ -8,7 +8,7 @@
Group: Development/Languages
Source0: http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz
# Source0-md5: -
-URL: http://hackage.haskell.org/package/NAME/
+URL: http://hackage.haskell.org/package/PACKAGE_NAME/
BuildRequires: ghc >= 6.12.3
#BuildRequires: ghc-OTHERMODULE
BuildRequires: rpmbuild(macros) >= 1.608
@@ -83,6 +83,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2011/02/24 12:44:44 glen
+- use PACKAGE_NAME as substitution for case insensitive matching
+
Revision 1.17 2011/02/24 12:23:45 glen
- disable debuginfo package (it is empty)
@@ -137,4 +140,4 @@
- fixed post
Revision 1.1 2010/04/08 12:03:46 baggins
-- template for haskell (ghc) packages
+- template for haskell (ghc) packages
\ No newline at end of file
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/ghc-package.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list