]> git.pld-linux.org Git - packages/gnustep-make.git/commitdiff
- updated to 1.11.2, added destdir patch auto/ac/gnustep-make-1_11_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Jan 2006 21:57:17 +0000 (21:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

Changed files:
    gnustep-make.spec -> 1.57

gnustep-make.spec

index e2144c324fdd54abca95aa2aa7edb87d5ece762d..05fcf068590834ba7d0d81ae516c137e2c3c893b 100644 (file)
@@ -5,15 +5,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
@@ -68,14 +69,15 @@ tak
 
 %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}
 
@@ -85,12 +87,10 @@ cp -f /usr/share/automake/config.* .
 
 %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
@@ -142,11 +142,13 @@ fi
 %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
@@ -196,7 +198,6 @@ fi
 %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
This page took 0.172369 seconds and 4 git commands to generate.