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

Jens Petersen petersen at fedoraproject.org
Tue Jul 27 03:38:58 UTC 2010


Author: petersen

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

Modified Files:
	.cvsignore hlint.spec sources 
Log Message:
- update to 1.7.3
- update to cabal2spec-0.22.2 and obsolete doc subpackage
- use hscolour




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hlint/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	26 Jun 2010 13:44:33 -0000	1.3
+++ .cvsignore	27 Jul 2010 03:38:57 -0000	1.4
@@ -1 +1 @@
-hlint-1.7.2.tar.gz
+hlint-1.7.3.tar.gz


Index: hlint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hlint/devel/hlint.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- hlint.spec	26 Jun 2010 13:44:34 -0000	1.3
+++ hlint.spec	27 Jul 2010 03:38:58 -0000	1.4
@@ -7,35 +7,35 @@
 # 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
+%bcond_without hscolour
 
 # debuginfo is not useful for ghc
 %global debug_package %{nil}
 
 Name:           %{pkg_name}
-Version:        1.7.2
+Version:        1.7.3
 Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          Development/Languages
 License:        GPLv2
-URL:            http://hackage.haskell.org/cgi-bin/hackage-scripts/package/%{name}
+URL:            http://hackage.haskell.org/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-doc, ghc-prof
-BuildRequires:  ghc-rpm-macros >= 0.7.0
+BuildRequires:  ghc-rpm-macros >= 0.8.1
+%if %{with hscolour}
+BuildRequires:  hscolour
+%endif
 %{?ghc_pkg_deps:BuildRequires:  %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
 
 %description
 %{common_description}
 
 
-%{?ghc_binlib_package}
-
-
 %prep
 %setup -q
 
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 
+%ghc_binlib_package -o 1.7.3-1
+
+
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
@@ -61,6 +64,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul 27 2010 Jens Petersen <petersen at redhat.com> - 1.7.3-1
+- update to 1.7.3
+- update to cabal2spec-0.22.2 and obsolete doc subpackage
+- use hscolour
+
 * Sat Jun 26 2010 Jens Petersen <petersen at redhat.com> - 1.7.2-1
 - update to 1.7.2
 - sync with cabal2spec-0.22


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hlint/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	26 Jun 2010 13:44:34 -0000	1.3
+++ sources	27 Jul 2010 03:38:58 -0000	1.4
@@ -1 +1 @@
-4b02440813c8d52699747094899991f2  hlint-1.7.2.tar.gz
+69a4c1a1e24e42ecdeabe1364db7d007  hlint-1.7.3.tar.gz



More information about the scm-commits mailing list