rpms/gnustep-make/F-7 gnustep-make.spec,1.2,1.3

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Tue Mar 4 22:16:20 UTC 2008


Author: athimm

Update of /cvs/extras/rpms/gnustep-make/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25176/F-7

Modified Files:
	gnustep-make.spec 
Log Message:
Fix #435924


Index: gnustep-make.spec
===================================================================
RCS file: /cvs/extras/rpms/gnustep-make/F-7/gnustep-make.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnustep-make.spec	23 Feb 2008 10:38:03 -0000	1.2
+++ gnustep-make.spec	4 Mar 2008 22:15:40 -0000	1.3
@@ -3,7 +3,7 @@
 Summary: GNUstep makefile package
 Name: gnustep-make
 Version: 2.0.4
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPL
 Group: Development/Tools
 URL: http://www.gnustep.org/
@@ -38,6 +38,7 @@
 %if %{with docs}
 make -C Documentation GNUSTEP_MAKEFILES=%{buildroot}%{_datadir}/GNUstep/Makefiles
 make -C Documentation install GNUSTEP_MAKEFILES=%{buildroot}%{_datadir}/GNUstep/Makefiles DESTDIR=%{buildroot}
+mv %{buildroot}%{_infodir}/make.info %{buildroot}%{_infodir}/gnustep-make.info
 %else
 mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
 %endif
@@ -61,6 +62,9 @@
 %endif
 
 %changelog
+* Tue Mar  4 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.0.4-9
+- Really fix the make.info clash.
+
 * Fri Feb 22 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.0.4-8
 - Rename make.info to avoid clash with GNU make.
 




More information about the fedora-extras-commits mailing list