rpms/ghc-editline/F-10 ghc-editline.spec,1.2,1.3

Jochen Schmitt s4504kr at fedoraproject.org
Tue Jul 21 18:24:19 UTC 2009


Author: s4504kr

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

Modified Files:
	ghc-editline.spec 
Log Message:
Fix typo in %{pkg_name} macro


Index: ghc-editline.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-editline/F-10/ghc-editline.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- ghc-editline.spec	21 Jul 2009 14:57:36 -0000	1.2
+++ ghc-editline.spec	21 Jul 2009 18:23:49 -0000	1.3
@@ -1,16 +1,14 @@
 %global pkg_name editline
-%global ghc_version 6.10.1
 %global debug_package %{nil}
 %global pkg_libdir %{_libdir}/ghc-%{ghc_version}/%{pkg_name}-%{version}
-%global pkg_docdir %{_docdir}/ghc/libraries/%{pkg_name}-%{version}
 
 %bcond_without doc
 %bcond_without prof
 
 Name:		ghc-editline
 Version:	0.2.1.0
-Release:	4%{?dist}
-Summary:	Haskell %{pgk_name} library
+Release:	5%{?dist}
+Summary:	Haskell %{pkg_name} library
 Group:		Development/Libraries
 License:	BSD
 URL:		http://code.haskell.org/editline
@@ -19,7 +17,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 
 ExclusiveArch:	%{ix86} x86_64 ppc alpha
 
-BuildRequires:	ghc >= 6.10, libedit-devel
+BuildRequires:	ghc >= 6.10, ghc-rpm-macros, libedit-devel
 %if %{with_doc}
 BuildRequires:	ghc-doc
 %endif
@@ -37,7 +35,7 @@ Additionally, a readline compatibility m
 provides a subset of the functionality of the readline library.
 
 %package devel
-Summary:	 Haskell %{pgk_name} library
+Summary:	 Haskell %{pkg_name} library
 Group:		 Development/Libraries
 Requires:	 ghc = %{ghc_version}
 Requires(pos):	 ghc = %{ghc_version}
@@ -114,14 +112,13 @@ if [ "$1" -eq 0 ] ; then
 fi
 %endif
 
-%files devel -f %{name}.files
+%files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}-%{version}
 
 %if %{with_doc}
-%files doc 
+%files doc -f %{name}-doc.files
 %defattr(-,root,root,-)
-%{pkg_docdir}
 %endif
 
 %if %{with_prof}
@@ -130,7 +127,10 @@ fi
 %endif
 
 %Changelog
-* Tue Jul 21 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.2.1.0-4
+* Tue Jul 21 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.2.1.0-5
+- Fix typo in %%{pkg_name} macro
+
+* 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




More information about the fedora-extras-commits mailing list