rpms/ghc-regex-base/devel .cvsignore, 1.2, 1.3 ghc-regex-base.spec, 1.3, 1.4 sources, 1.2, 1.3

Jens Petersen petersen at fedoraproject.org
Fri Jul 16 04:39:22 UTC 2010


Author: petersen

Update of /cvs/pkgs/rpms/ghc-regex-base/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10017

Modified Files:
	.cvsignore ghc-regex-base.spec sources 
Log Message:
- update to 0.93.2 for haskell-platform-2010.2.0.0
- obsolete doc subpackage (ghc-rpm-macros-0.8.0)




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-regex-base/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	21 Jan 2010 01:28:50 -0000	1.2
+++ .cvsignore	16 Jul 2010 04:39:21 -0000	1.3
@@ -1 +1 @@
-regex-base-0.93.1.tar.gz
+regex-base-0.93.2.tar.gz


Index: ghc-regex-base.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-regex-base/devel/ghc-regex-base.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ghc-regex-base.spec	25 Jun 2010 13:43:30 -0000	1.3
+++ ghc-regex-base.spec	16 Jul 2010 04:39:21 -0000	1.4
@@ -12,9 +12,9 @@
 %global debug_package %{nil}
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform-2010.1.0.0
-Version:        0.93.1
-Release:        4%{?dist}
+# part of haskell-platform-2010.2.0.0
+Version:        0.93.2
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -25,7 +25,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha
 BuildRequires:  ghc, ghc-doc, ghc-prof
-BuildRequires:  ghc-rpm-macros >= 0.6.0
+BuildRequires:  ghc-rpm-macros >= 0.8.0
 %{?ghc_pkg_deps:BuildRequires:  %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
 
 %description
@@ -35,33 +35,31 @@ This package provides the shared library
 %endif
 
 
-%{?ghc_lib_package}
-
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
 
 %build
-%cabal_configure --ghc -p
-%cabal build
-%cabal haddock
+%ghc_lib_build
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%cabal_install
-%cabal_pkg_conf
-
-%ghc_gen_filelists
-%ghc_strip_dynlinked
+%ghc_lib_install
 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
+%ghc_lib_package -o 0.93.2-1
+
+
 %changelog
+* Fri Jul 16 2010 Jens Petersen <petersen at redhat.com> - 0.93.2-1
+- update to 0.93.2 for haskell-platform-2010.2.0.0
+- obsolete doc subpackage (ghc-rpm-macros-0.8.0)
+
 * Fri Jun 25 2010 Jens Petersen <petersen at redhat.com> - 0.93.1-4
 - strip shared library (cabal2spec-0.21.4)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-regex-base/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	21 Jan 2010 01:28:50 -0000	1.2
+++ sources	16 Jul 2010 04:39:21 -0000	1.3
@@ -1 +1 @@
-194b940de71fc3f50780cff8569ba046  regex-base-0.93.1.tar.gz
+e7b93b0b17eff8d3068ecb2f5d5f6ea3  regex-base-0.93.2.tar.gz



More information about the scm-commits mailing list