rpms/ghc-editline/F-11 ghc-editline.spec,1.3,1.4

Jochen Schmitt s4504kr at fedoraproject.org
Thu Jul 23 15:51:39 UTC 2009


Author: s4504kr

Update of /cvs/pkgs/rpms/ghc-editline/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19061

Modified Files:
	ghc-editline.spec 
Log Message:
devel requires libedit-devel


Index: ghc-editline.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-editline/F-11/ghc-editline.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ghc-editline.spec	21 Jul 2009 18:30:13 -0000	1.3
+++ ghc-editline.spec	23 Jul 2009 15:51:09 -0000	1.4
@@ -1,13 +1,12 @@
 %global pkg_name editline
 %global debug_package %{nil}
-%global pkg_libdir %{_libdir}/ghc-%{ghc_version}/%{pkg_name}-%{version}
 
 %bcond_without doc
 %bcond_without prof
 
-Name:		ghc-editline
+Name:		ghc-%{pkg_name}
 Version:	0.2.1.0
-Release:	5%{?dist}
+Release:	7%{?dist}
 Summary:	Haskell %{pkg_name} library
 Group:		Development/Libraries
 License:	BSD
@@ -37,9 +36,11 @@ provides a subset of the functionality o
 %package devel
 Summary:	 Haskell %{pkg_name} library
 Group:		 Development/Libraries
+Requires:	 libedit-devel
 Requires:	 ghc = %{ghc_version}
 Requires(pos):	 ghc = %{ghc_version}
 Requires(postun):    ghc = %{ghc_version}
+Requires:	     libedit-devel
 
 %description devel
 This package will contains the development files for %{name}
@@ -127,6 +128,13 @@ fi
 %endif
 
 %Changelog
+* Thu Jul 23 2009 Jens Petersen <petersen at redhat.com> - 0.2.1.0-7
+- pkg_libdir is redundant
+- devel requires libedit-devel
+
+* Wed Jul 22 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.2.1.0-6
+- Rebuild for new ghc release on rawhide
+
 * Tue Jul 21 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.2.1.0-5
 - Fix typo in %%{pkg_name} macro
 




More information about the fedora-extras-commits mailing list