rpms/ghc-editline/devel ghc-editline.spec,1.1,1.2

Jochen Schmitt s4504kr at fedoraproject.org
Tue Jul 21 14:07:13 UTC 2009


Author: s4504kr

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

Modified Files:
	ghc-editline.spec 
Log Message:
Fix typo in definition of %{pkg_libdir}


Index: ghc-editline.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-editline/devel/ghc-editline.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ghc-editline.spec	20 Jul 2009 15:42:01 -0000	1.1
+++ ghc-editline.spec	21 Jul 2009 14:06:43 -0000	1.2
@@ -1,13 +1,13 @@
 %global pkg_name editline
 %global debug_package %{nil}
-%global pgk_libdir %{_libdir}/ghc-%{ghc_version}/%{pkg_name}-%{version}
+%global pkg_libdir %{_libdir}/ghc-%{ghc_version}/%{pkg_name}-%{version}
 
 %bcond_without doc
 %bcond_without prof
 
 Name:		ghc-editline
 Version:	0.2.1.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Haskell %{pgk_name} library
 Group:		Development/Libraries
 License:	BSD
@@ -127,6 +127,9 @@ fi
 %endif
 
 %Changelog
+* Mon Jul 20 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.2.1.0-4
+- Fix typo in definition of %%{pkg_libdir}
+
 * Sun Jul 19 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.2.1.0-3
 - Fix monor grammer issue
 




More information about the fedora-extras-commits mailing list