rpms/gnustep-make/F-12 gnustep-make.spec, 1.16, 1.17 sources, 1.6, 1.7 gnustep-make-2.2.0-addgsprefix.patch, 1.1, NONE gnustep-make-2.2.0-fix-rename-note.patch, 1.1, NONE

Jochen Schmitt s4504kr at fedoraproject.org
Sun Jul 11 17:50:27 UTC 2010


Author: s4504kr

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

Modified Files:
	gnustep-make.spec sources 
Removed Files:
	gnustep-make-2.2.0-addgsprefix.patch 
	gnustep-make-2.2.0-fix-rename-note.patch 
Log Message:
New upstream release


Index: gnustep-make.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnustep-make/F-12/gnustep-make.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- gnustep-make.spec	9 May 2010 11:27:14 -0000	1.16
+++ gnustep-make.spec	11 Jul 2010 17:50:27 -0000	1.17
@@ -1,8 +1,8 @@
 %global debug_package %{nil}
 
 Name:           gnustep-make
-Version:        2.2.0
-Release:        4%{?dist}
+Version:        2.4.0
+Release:        1%{?dist}
 Summary:        GNUstep makefile package
 
 Group:          Development/Tools
@@ -10,10 +10,6 @@ License:        GPLv3+
 URL:            http://www.gnustep.org/
 Source0:        ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
 
-# https://savannah.gnu.org/bugs/index.php?27433
-Patch0:         %{name}-2.2.0-addgsprefix.patch
-# https://savannah.gnu.org/bugs/index.php?27432
-Patch1:         %{name}-2.2.0-fix-rename-note.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildConflicts: gnustep-make
@@ -60,8 +56,6 @@ This package contains documentation for 
 
 %prep
 %setup -q
-%patch0 -p1 -b .addgsprefix
-%patch1 -p1 -b .fix-release-note
 sed -i "s|/lib/|/%{_lib}/|g" FilesystemLayouts/fhs-system
 sed -i "s|/lib$|/%{_lib}|g" FilesystemLayouts/fhs-system
 sed -i "s|/lib/|/%{_lib}/|g" FilesystemLayouts/fhs
@@ -72,16 +66,9 @@ sed -i "s|/lib$|/%{_lib}|g" FilesystemLa
 sed -i "s|=/share/GNUstep/Makefiles|=/%{_lib}/GNUstep/Makefiles|" \
     FilesystemLayouts/fhs-system
 
-# Rename overly-generic .info files
-for i in faq filesystem machines userfaq; do
-    mv Documentation/{$i,gnustep-$i}.texi
-done
-
-
 %build
 %configure --with-layout=fhs-system --enable-flattened
-make
-
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -96,11 +83,9 @@ for i in Applications WebApplications; d
 done
 mkdir -p %{buildroot}%{_prefix}{,/local}/share/GNUstep/Documentation/Developer
 
-
 %clean
 rm -rf %{buildroot}
 
-
 %post
 /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
 
@@ -109,7 +94,6 @@ if [ $1 = 0 ] ; then
   /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
 fi
 
-
 %files
 %defattr(-,root,root,-)
 %doc ANNOUNCE COPYING FAQ NEWS README
@@ -149,6 +133,9 @@ fi
 
 
 %changelog
+* Mon Jul  5 2010 Jochen Schmitt <Jochen herr-schmitt de> - 2.4.0-1
+- New upstream release
+
 * Sun May  9 2010 Michel Salim <salimma at fedoraproject.org> - 2.2.0-4
 - Add Documentation/Developer directories to -filesystem (bug #585721)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnustep-make/F-12/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	13 Sep 2009 22:34:03 -0000	1.6
+++ sources	11 Jul 2010 17:50:27 -0000	1.7
@@ -1 +1 @@
-3d2d06d3313432fc82e6b09c49fb7f8a  gnustep-make-2.2.0.tar.gz
+bc2138e6256665e55b00fb0ffac766f1  gnustep-make-2.4.0.tar.gz


--- gnustep-make-2.2.0-addgsprefix.patch DELETED ---


--- gnustep-make-2.2.0-fix-rename-note.patch DELETED ---



More information about the scm-commits mailing list