rpms/gnustep-make/F-12 gnustep-make.spec,1.15,1.16

Michel Alexandre Salim salimma at fedoraproject.org
Sun May 9 11:27:15 UTC 2010


Author: salimma

Update of /cvs/pkgs/rpms/gnustep-make/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28179/F-12

Modified Files:
	gnustep-make.spec 
Log Message:
* Sun May  9 2010 Michel Salim <salimma at fedoraproject.org> - 2.2.0-4
- Add Documentation/Developer directories to -filesystem (bug #585721)



Index: gnustep-make.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnustep-make/F-12/gnustep-make.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- gnustep-make.spec	13 Sep 2009 23:02:09 -0000	1.15
+++ gnustep-make.spec	9 May 2010 11:27:14 -0000	1.16
@@ -2,7 +2,7 @@
 
 Name:           gnustep-make
 Version:        2.2.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        GNUstep makefile package
 
 Group:          Development/Tools
@@ -94,7 +94,7 @@ make -C Documentation install GNUSTEP_MA
 for i in Applications WebApplications; do
     mkdir -p %{buildroot}%{_prefix}{,/local}/lib{,64}/GNUstep/$i
 done
-mkdir -p %{buildroot}%{_prefix}/local/share/GNUstep/Documentation
+mkdir -p %{buildroot}%{_prefix}{,/local}/share/GNUstep/Documentation/Developer
 
 
 %clean
@@ -136,8 +136,10 @@ fi
 %dir %{_prefix}/local/lib64/GNUstep/WebApplications
 %dir %{_datadir}/GNUstep
 %dir %{_datadir}/GNUstep/Documentation
+%dir %{_datadir}/GNUstep/Documentation/Developer
 %dir %{_prefix}/local/share/GNUstep
 %dir %{_prefix}/local/share/GNUstep/Documentation
+%dir %{_prefix}/local/share/GNUstep/Documentation/Developer
 
 
 %files doc
@@ -147,6 +149,9 @@ fi
 
 
 %changelog
+* Sun May  9 2010 Michel Salim <salimma at fedoraproject.org> - 2.2.0-4
+- Add Documentation/Developer directories to -filesystem (bug #585721)
+
 * Sun Sep 13 2009 Michel Salim <salimma at fedoraproject.org> - 2.2.0-3
 - Package now BuildConflicts: itself (bz#473342)
 



More information about the scm-commits mailing list