rpms/ghc-haskell-src-exts/devel .cvsignore, 1.8, 1.9 ghc-haskell-src-exts.spec, 1.19, 1.20 sources, 1.8, 1.9

Jens Petersen petersen at fedoraproject.org
Sat Jun 26 09:04:59 UTC 2010


Author: petersen

Update of /cvs/extras/rpms/ghc-haskell-src-exts/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2268

Modified Files:
	.cvsignore ghc-haskell-src-exts.spec sources 
Log Message:
- 1.9.0 release
- sync cabal2spec-0.22




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ghc-haskell-src-exts/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	15 Feb 2010 09:30:23 -0000	1.8
+++ .cvsignore	26 Jun 2010 09:04:58 -0000	1.9
@@ -1 +1 @@
-haskell-src-exts-1.8.2.tar.gz
+haskell-src-exts-1.9.0.tar.gz


Index: ghc-haskell-src-exts.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc-haskell-src-exts/devel/ghc-haskell-src-exts.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- ghc-haskell-src-exts.spec	29 Apr 2010 00:29:11 -0000	1.19
+++ ghc-haskell-src-exts.spec	26 Jun 2010 09:04:58 -0000	1.20
@@ -23,18 +23,19 @@ XML syntax.
 %global debug_package %{nil}
 
 Name:           ghc-%{pkg_name}
-Version:        1.8.2
-Release:        3%{?dist}
+Version:        1.9.0
+Release:        1%{?dist}
 Summary:        %{common_summary}
+
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://hackage.haskell.org/cgi-bin/hackage-scripts/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha
-BuildRequires:  ghc, ghc-rpm-macros >= 0.5.1
-BuildRequires:  ghc-doc
-BuildRequires:  ghc-prof
+BuildRequires:  ghc, ghc-doc, ghc-prof
+BuildRequires:  ghc-rpm-macros >= 0.7.0
 %{?ghc_pkg_deps:BuildRequires:  %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
 BuildRequires:  happy
 
@@ -53,16 +54,12 @@ This package provides the shared library
 
 
 %build
-%cabal_configure --ghc -p
-%cabal build
-%cabal haddock
+%ghc_lib_build
 
 
 %install
-%cabal_install
-%cabal_pkg_conf
-
-%ghc_gen_filelists
+rm -rf $RPM_BUILD_ROOT
+%ghc_lib_install
 
 
 %clean
@@ -70,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 26 2010 Jens Petersen <petersen at redhat.com> - 1.9.0-1
+- 1.9.0 release
+- sync cabal2spec-0.22
+
 * Mon Feb 15 2010 Conrad Meyer <konrad at tylerc.org> - 1.8.2-2
 - Bump to rebuild against cpphs 1.11
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ghc-haskell-src-exts/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	15 Feb 2010 09:30:23 -0000	1.8
+++ sources	26 Jun 2010 09:04:58 -0000	1.9
@@ -1 +1 @@
-ef24815fd1f08e3d90448a52c648f629  haskell-src-exts-1.8.2.tar.gz
+1caa8d81c9f12d14ddb8a02dc9e6df1a  haskell-src-exts-1.9.0.tar.gz



More information about the scm-commits mailing list