rpms/hlint/devel .cvsignore, 1.2, 1.3 hlint.spec, 1.2, 1.3 sources, 1.2, 1.3

Jens Petersen petersen at fedoraproject.org
Sat Jun 26 13:44:34 UTC 2010


Author: petersen

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

Modified Files:
	.cvsignore hlint.spec sources 
Log Message:
- update to 1.7.2
- sync with cabal2spec-0.22




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hlint/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	20 Feb 2010 01:56:13 -0000	1.2
+++ .cvsignore	26 Jun 2010 13:44:33 -0000	1.3
@@ -1 +1 @@
-hlint-1.6.20.tar.gz
+hlint-1.7.2.tar.gz


Index: hlint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hlint/devel/hlint.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- hlint.spec	28 Apr 2010 14:11:46 -0000	1.2
+++ hlint.spec	26 Jun 2010 13:44:34 -0000	1.3
@@ -7,25 +7,26 @@
 # Haskell library dependencies:
 %global ghc_pkg_deps ghc-cpphs-devel, ghc-haskell-src-exts-devel, ghc-uniplate-devel, ghc-hscolour-devel
 
+# dynamic + prof breaks cabal looking for p_dyn
 %bcond_without shared
 
 # debuginfo is not useful for ghc
 %global debug_package %{nil}
 
 Name:           %{pkg_name}
-Version:        1.6.20
-Release:        2%{?dist}
+Version:        1.7.2
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          Development/Languages
 License:        GPLv2
 URL:            http://hackage.haskell.org/cgi-bin/hackage-scripts/package/%{name}
 Source0:        http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{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")}
 
 %description
@@ -40,17 +41,12 @@ BuildRequires:  ghc-prof
 
 
 %build
-# dynamic + prof breaks cabal looking for p_dyn
-%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
@@ -65,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 26 2010 Jens Petersen <petersen at redhat.com> - 1.7.2-1
+- update to 1.7.2
+- sync with cabal2spec-0.22
+
 * Mon Feb 15 2010 Conrad Meyer <konrad at tylerc.org> - 1.6.20-1
 - Bump to 1.6.20
 - Remove LicenseClarification


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hlint/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	20 Feb 2010 01:56:14 -0000	1.2
+++ sources	26 Jun 2010 13:44:34 -0000	1.3
@@ -1 +1 @@
-6c1be9a1d0835d5aa5028ac1de5dcee3  hlint-1.6.20.tar.gz
+4b02440813c8d52699747094899991f2  hlint-1.7.2.tar.gz



More information about the scm-commits mailing list