rpms/ghc-editline/devel ghc-editline.spec,1.14,1.15

Jochen Schmitt s4504kr at fedoraproject.org
Wed Jan 20 16:41:48 UTC 2010


Author: s4504kr

Update of /cvs/pkgs/rpms/ghc-editline/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18979

Modified Files:
	ghc-editline.spec 
Log Message:
Fix missing package conf issue


Index: ghc-editline.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-editline/devel/ghc-editline.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- ghc-editline.spec	11 Jan 2010 03:24:20 -0000	1.14
+++ ghc-editline.spec	20 Jan 2010 16:41:47 -0000	1.15
@@ -19,7 +19,7 @@ provides a subset of the functionality o
 Name:           ghc-%{pkg_name}
 # part of haskell-platform-2009.2.0.2
 Version:        0.2.1.0
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -31,7 +31,7 @@ ExclusiveArch:  %{ix86} x86_64 ppc alpha
 BuildRequires:  ghc, ghc-rpm-macros >= 0.5.1
 BuildRequires:  ghc-doc
 BuildRequires:  ghc-prof
-%{?ghc_pkg_deps:BuildRequires:  %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
+# %{?ghc_pkg_deps:BuildRequires:  %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
 %{?ghc_pkg_c_deps:BuildRequires:  %{ghc_pkg_c_deps}}
 
 %description
@@ -66,18 +66,21 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %Changelog
-* Mon Jan 11 2010 Jens Petersen <petersen at redhat.com> - 0.2.1.0-13
+* Wed Jan 20 2010 Jochen Schmitt <Jochen herr-schmitt de> 0.2.1.0-14
+- Fix missing package-conf issue
+
+* Mon Jan 11 2010 Jens Petersen <petersen at redhat.com> 0.2.1.0-13
 - update to ghc-rpm-macros-0.5.1 and cabal2spec-0.21.1:
 - drop doc and prof bcond
 - use common summary and common_description
 - use ghc_lib_package
 - drop redundant buildroot and its install cleaning
 
-* Tue Dec 22 2009 Jens Petersen <petersen at redhat.com> - 0.2.1.0-12
+* Tue Dec 22 2009 Jens Petersen <petersen at redhat.com> 0.2.1.0-12
 - build for ghc-6.12.1
 - added shared library support: needs ghc-rpm-macros 0.3.1
 
-* Wed Sep 16 2009 Jens Petersen <petersen at redhat.com> - 0.2.1.0-11
+* Wed Sep 16 2009 Jens Petersen <petersen at redhat.com> 0.2.1.0-11
 - sync with current cabal2spec template to minimise cabal2spec-diff
   - fixes uninstall error
 



More information about the scm-commits mailing list