rpms/gnustep-make/devel gnustep-make.spec,1.4,1.5

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


Author: athimm

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

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


Index: gnustep-make.spec
===================================================================
RCS file: /cvs/extras/rpms/gnustep-make/devel/gnustep-make.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnustep-make.spec	23 Feb 2008 10:38:18 -0000	1.4
+++ gnustep-make.spec	4 Mar 2008 22:15:59 -0000	1.5
@@ -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