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

Jochen Schmitt s4504kr at fedoraproject.org
Tue Jul 21 18:35:12 UTC 2009


Author: s4504kr

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

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


Index: ghc-editline.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-editline/F-10/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:23:49 -0000	1.3
+++ ghc-editline.spec	21 Jul 2009 18:35:12 -0000	1.4
@@ -1,13 +1,15 @@
 %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:	5%{?dist}
+Release:	5%{?dist}.1
 Summary:	Haskell %{pkg_name} library
 Group:		Development/Libraries
 License:	BSD
@@ -17,7 +19,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 
 ExclusiveArch:	%{ix86} x86_64 ppc alpha
 
-BuildRequires:	ghc >= 6.10, ghc-rpm-macros, libedit-devel
+BuildRequires:	ghc >= 6.10, libedit-devel
 %if %{with_doc}
 BuildRequires:	ghc-doc
 %endif
@@ -112,13 +114,14 @@ if [ "$1" -eq 0 ] ; then
 fi
 %endif
 
-%files devel -f %{name}-devel.files
+%files devel -f %{name}.files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}-%{version}
 
 %if %{with_doc}
-%files doc -f %{name}-doc.files
+%files doc 
 %defattr(-,root,root,-)
+%{pkg_docdir}
 %endif
 
 %if %{with_prof}
@@ -127,10 +130,10 @@ fi
 %endif
 
 %Changelog
-* Tue Jul 21 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.2.1.0-5
-- Fix typo in %%{pkg_name} macro
+* Tue Jul 21 2009 Jochen Schmitt <Jochen herr-schmitt de> 0.2.1.0-5.1
+- Fix typo in %{pkg_name} macro
 
-* Mon Jul 20 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-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