Author: qboosh Date: Thu Dec 28 20:15:36 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.13.0, removed obsolete destdir patch - fixed docs build (requires already installed gnustep)
---- Files affected: SPECS: gnustep-make.spec (1.64 -> 1.65) ---- Diffs: ================================================================ Index: SPECS/gnustep-make.spec diff -u SPECS/gnustep-make.spec:1.64 SPECS/gnustep-make.spec:1.65 --- SPECS/gnustep-make.spec:1.64 Mon Nov 13 22:32:29 2006 +++ SPECS/gnustep-make.spec Thu Dec 28 21:15:31 2006 @@ -6,19 +6,19 @@ Summary: GNUstep Makefile package Summary(pl): Pakiet GNUstep Makefile Name: gnustep-make -Version: 1.11.2 -Release: 2 +Version: 1.13.0 +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: 87f563d71368ebb670c485ecdf198365 -Patch0: %{name}-destdir.patch -Patch1: %{name}-no-LD_LIBRARY_PATH.patch +# Source0-md5: 1d7a434e751c58c6390055c14ada302b +Patch0: %{name}-no-LD_LIBRARY_PATH.patch URL: http://www.gnustep.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake %if %{with docs} +BuildRequires: gnustep-make >= 1.13.0 # texi2html >= 1.61 (with -init_file) is included in tetex >= 3 BuildRequires: tetex >= 1:3.0 BuildRequires: tetex-dvips @@ -64,7 +64,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build cp -f /usr/share/automake/config.* . @@ -76,7 +75,9 @@ %{__make} %if %{with docs} -GNUSTEP_MAKEFILES= %{__make} -C Documentation +GNUSTEP_MAKEFILES=%{_prefix}/System/Library/Makefiles \ +GNUSTEP_FLATTENED=yes \ +%{__make} -C Documentation %endif %install @@ -86,7 +87,9 @@ special_prefix=$RPM_BUILD_ROOT %if %{with docs} -GNUSTEP_MAKEFILES= %{__make} -C Documentation install \ +GNUSTEP_MAKEFILES=%{_prefix}/System/Library/Makefiles \ +GNUSTEP_FLATTENED=yes \ +%{__make} -C Documentation install \ GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System %endif @@ -210,6 +213,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.65 2006/12/28 20:15:31 qboosh +- updated to 1.13.0, removed obsolete destdir patch +- fixed docs build (requires already installed gnustep) + Revision 1.64 2006/11/13 21:32:29 aredridel - flatten directory structure (simplifies builds, improves directory search performance, non-flattened is becoming ill-tested in upstream sources) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnustep-make.spec?r1=1.64&r2=1.65&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
