rpms/gnustep-make/F-9 gnustep-make.spec,1.6,1.7

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Wed Aug 6 13:16:05 UTC 2008


Author: athimm

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

Modified Files:
	gnustep-make.spec 
Log Message:
Fixed the documentation build part.


Index: gnustep-make.spec
===================================================================
RCS file: /cvs/extras/rpms/gnustep-make/F-9/gnustep-make.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnustep-make.spec	6 Aug 2008 11:47:39 -0000	1.6
+++ gnustep-make.spec	6 Aug 2008 13:15:35 -0000	1.7
@@ -3,7 +3,7 @@
 Summary: GNUstep makefile package
 Name: gnustep-make
 Version: 2.0.6
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: GPL
 Group: Development/Tools
 URL: http://www.gnustep.org/
@@ -39,8 +39,8 @@
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 %if %{with docs}
-make -C Documentation GNUSTEP_MAKEFILES=%{buildroot}%{_datadir}/GNUstep/Makefiles
-make -C Documentation install GNUSTEP_MAKEFILES=%{buildroot}%{_datadir}/GNUstep/Makefiles DESTDIR=%{buildroot}
+make -C Documentation GNUSTEP_MAKEFILES=%{buildroot}%{_libdir}/GNUstep/Makefiles
+make -C Documentation install GNUSTEP_MAKEFILES=%{buildroot}%{_libdir}/GNUstep/Makefiles DESTDIR=%{buildroot}
 %else
 mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
 %endif
@@ -65,6 +65,9 @@
 %endif
 
 %changelog
+* Wed Aug  6 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.0.6-12
+- Fix %%{_datadir} to %%{_libdir} bug in documentation build.
+
 * Fri Jul  4 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.0.6-11
 - Update to 2.0.6.
 - Move %%{_datadir} to %%{_libdir}, see inline comment.




More information about the fedora-extras-commits mailing list