]> git.pld-linux.org Git - packages/gnustep-base.git/commitdiff
- fix x86-64 configure/build. auto/th/gnustep-base-1_15_3-9
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 8 Oct 2008 19:13:38 +0000 (19:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable parallel build/install (-j4 on quad-core fails).
- release 9 for rebuild with new binutils.

Changed files:
    gnustep-base.spec -> 1.87

gnustep-base.spec

index eb4df3b04cd3e4fe1272bf52b32c505629355abf..cc4d8b3aaab94784f7e566ac0604daf8710b7c4c 100644 (file)
@@ -6,7 +6,7 @@ Summary:        GNUstep Base library package
 Summary(pl.UTF-8):     Podstawowa biblioteka GNUstep
 Name:          gnustep-base
 Version:       %{ver}.3
-Release:       8
+Release:       9
 License:       LGPL/GPL
 Group:         Libraries
 Source0:       ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
@@ -14,6 +14,7 @@ Source0:      ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Patch0:                %{name}-pass-arguments.patch
+Patch1:                %{name}-ac.patch
 URL:           http://www.gnustep.org/
 %{?with_doc:BuildRequires:     docbook-dtd41-sgml}
 BuildRequires: gcc-objc
@@ -23,6 +24,7 @@ BuildRequires:        libffi-devel
 BuildRequires: libxml2-devel >= 2.3.0
 BuildRequires: libxslt-devel >= 1.1.21
 BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: texinfo-texi2dvi
 BuildRequires: zlib-devel
 Requires(post):        /sbin/ldconfig
 Requires(post,preun):  /sbin/chkconfig
@@ -73,8 +75,11 @@ podstawowej biblioteki GNUstep.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+%{__autoconf} -Iconfig
+
 # don't assume that GNUstep.sh is imported in environment
 export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
 export GNUSTEP_FLATTENED=yes
@@ -89,7 +94,7 @@ export GNUSTEP_FLATTENED=yes
        --disable-ffcall
 
 # fake GUI_MAKE_LOADED to avoid linking with gnustep-gui
-%{__make} \
+%{__make} -j1 \
        GUI_MAKE_LOADED=yes \
        GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES` \
        messages=yes
@@ -103,7 +108,7 @@ export LD_LIBRARY_PATH=`pwd`/Source/obj
 # requires already installed gnustep-base
 %{__make} -j1 -C Documentation \
        GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES`
-%{__make} -C Documentation/manual \
+%{__make} -j1 -C Documentation/manual \
        GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES`
 %endif
 
@@ -114,7 +119,7 @@ install -d $RPM_BUILD_ROOT{%{_initrddir},/etc/sysconfig}
 export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
 export GNUSTEP_FLATTENED=yes
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/gnustep
@@ -126,10 +131,10 @@ echo 'GMT' > $RPM_BUILD_ROOT%{_libdir}/GNUstep/Libraries/gnustep-base/Versions/%
 (cd $RPM_BUILD_ROOT%{_libdir} ; ln -sf libgnustep-base.so.*.*.* libgnustep-base.so)
 
 %if %{with doc}
-%{__make} -C Documentation install \
+%{__make} -j1 -C Documentation install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__make} -C Documentation/manual install \
+%{__make} -j1 -C Documentation/manual install \
        DESTDIR=$RPM_BUILD_ROOT
 
 # not (yet?) supported by rpm-compress-doc
This page took 0.039862 seconds and 4 git commands to generate.