rpms/happy/devel .cvsignore, 1.5, 1.6 happy.spec, 1.19, 1.20 sources, 1.5, 1.6

Jens Petersen petersen at fedoraproject.org
Fri Jul 16 03:35:23 UTC 2010


Author: petersen

Update of /cvs/pkgs/rpms/happy/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13583

Modified Files:
	.cvsignore happy.spec sources 
Log Message:
- update to 1.18.5 for haskell-platform-2010.2.0.0
- use new build macros from ghc-rpm-macros-0.7.0




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/happy/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	25 Apr 2009 09:10:14 -0000	1.5
+++ .cvsignore	16 Jul 2010 03:35:22 -0000	1.6
@@ -1 +1 @@
-happy-1.18.4.tar.gz
+happy-1.18.5.tar.gz


Index: happy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/happy/devel/happy.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- happy.spec	25 Jun 2010 14:34:59 -0000	1.19
+++ happy.spec	16 Jul 2010 03:35:22 -0000	1.20
@@ -5,9 +5,9 @@
 %global debug_package %{nil}
 
 Name:           happy
-# part of haskell-platform-2010.1.0.0
-Version:        1.18.4
-Release:        8%{?dist}
+# part of haskell-platform-2010.2.0.0
+Version:        1.18.5
+Release:        1%{?dist}
 Summary:        LALR(1) Parser Generator for Haskell
 License:        BSD
 Group:          Development/Tools
@@ -17,7 +17,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha
 BuildRequires:  ghc
-BuildRequires:  ghc-rpm-macros >= 0.6.0
+BuildRequires:  ghc-rpm-macros >= 0.7.0
 BuildRequires:  autoconf, docbook-dtds, docbook-style-xsl, libxslt, libxml2
 BuildRequires:  ghc-mtl-devel
 
@@ -38,8 +38,7 @@ hand-written or generated by another pro
 
 
 %build
-%cabal_configure --ghc
-%cabal build
+%ghc_bin_build
 
 cd doc
 autoreconf
@@ -50,9 +49,7 @@ cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%cabal_install
-
-%ghc_strip_dynlinked
+%ghc_bin_install
 
 
 %clean
@@ -67,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 16 2010 Jens Petersen <petersen at redhat.com> - 1.18.5-1
+- update to 1.18.5 for haskell-platform-2010.2.0.0
+- use new build macros from ghc-rpm-macros-0.7.0
+
 * Sat Jun 26 2010 Jens Petersen <petersen at redhat.com> - 1.18.4-8
 - link dynamically again
 - strip program (cabal2spec-0.21.4)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/happy/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	25 Apr 2009 09:10:14 -0000	1.5
+++ sources	16 Jul 2010 03:35:22 -0000	1.6
@@ -1 +1 @@
-614e3ef9623dbeefc4c8ca699912efb4  happy-1.18.4.tar.gz
+9e77b67df7b6a4d7273383cc890f39e8  happy-1.18.5.tar.gz



More information about the scm-commits mailing list