SPECS: gnustep-make.spec - updated to 1.11.2, added destdir patch ...

qboosh qboosh at pld-linux.org
Sun Jan 15 22:57:22 CET 2006


Author: qboosh                       Date: Sun Jan 15 21:57:22 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.11.2, added destdir patch
- dropped System/Makefiles symlink, update your makefiles instead
- now buildsystem requires only GNUSTEP_MAKEFILES (and GNUSTEP_TARGET_DIR)
  export instead of importing whole GNUstep.sh

---- Files affected:
SPECS:
   gnustep-make.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: SPECS/gnustep-make.spec
diff -u SPECS/gnustep-make.spec:1.56 SPECS/gnustep-make.spec:1.57
--- SPECS/gnustep-make.spec:1.56	Fri Oct 28 06:12:08 2005
+++ SPECS/gnustep-make.spec	Sun Jan 15 22:57:17 2006
@@ -6,15 +6,16 @@
 Summary:	GNUstep Makefile package
 Summary(pl):	Pakiet GNUstep Makefile
 Name:		gnustep-make
-Version:	1.11.1
+Version:	1.11.2
 Release:	1
 License:	GPL
 Vendor:		The GNUstep Project
 Group:		Applications/System
 Source0:	ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
-# Source0-md5:	c2e79f5ac72a70454f5301c5d5510d23
+# Source0-md5:	87f563d71368ebb670c485ecdf198365
+Patch0:		%{name}-destdir.patch
 URL:		http://www.gnustep.org/
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
 %if %{with docs}
 BuildRequires: gnustep-make-devel
@@ -69,14 +70,15 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
 %{__autoconf}
 %configure \
 	--disable-flattened \
-	--with-tar=tar \
-	--with-library-combo=gnu-gnu-gnu
+	--with-library-combo=gnu-gnu-gnu \
+	--with-tar=tar
 
 %{__make}
 
@@ -86,12 +88,10 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	special_prefix=$RPM_BUILD_ROOT
 
-#libFoundation + friends won't build without that
-ln -s Library/Makefiles $RPM_BUILD_ROOT%{_prefix}/System/Makefiles
-
 %if %{with docs}
 %{__make} -C Documentation install \
 	GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
@@ -143,11 +143,13 @@
 %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/profile.d/GNUstep.sh
 %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/profile.d/GNUstep.csh
 
+%dir %{_sysconfdir}/GNUstep
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/GNUstep/GNUstep.conf
+
 # GNUstep top-level
 %dir %{_prefix}
 %{_prefix}/Local
 %dir %{_prefix}/System
-%{_prefix}/System/Makefiles
 
 # System domain
 %{_prefix}/System/Applications
@@ -197,7 +199,6 @@
 %attr(755,root,root) %{_prefix}/System/Library/Makefiles/*.csh
 %dir %{_prefix}/System/Library/Makefiles/%{gscpu}
 %dir %{_prefix}/System/Library/Makefiles/%{gscpu}/%{gsos}
-%attr(755,root,root) %{_prefix}/System/Library/Makefiles/%{gscpu}/%{gsos}/user_home
 %attr(755,root,root) %{_prefix}/System/Library/Makefiles/%{gscpu}/%{gsos}/which_lib
 
 %files devel
@@ -221,6 +222,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2006/01/15 21:57:17  qboosh
+- updated to 1.11.2, added destdir patch
+- dropped System/Makefiles symlink, update your makefiles instead
+- now buildsystem requires only GNUSTEP_MAKEFILES (and GNUSTEP_TARGET_DIR)
+  export instead of importing whole GNUstep.sh
+
 Revision 1.56  2005/10/28 04:12:08  aredridel
 - make R:tetex bcond with docs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnustep-make.spec?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list