SPECS: gnustep-base.spec - 1.18.0
aredridel
aredridel at pld-linux.org
Fri Apr 24 06:18:19 CEST 2009
Author: aredridel Date: Fri Apr 24 04:18:19 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1.18.0
---- Files affected:
SPECS:
gnustep-base.spec (1.91 -> 1.92)
---- Diffs:
================================================================
Index: SPECS/gnustep-base.spec
diff -u SPECS/gnustep-base.spec:1.91 SPECS/gnustep-base.spec:1.92
--- SPECS/gnustep-base.spec:1.91 Tue Apr 7 20:22:00 2009
+++ SPECS/gnustep-base.spec Fri Apr 24 06:18:13 2009
@@ -1,16 +1,16 @@
# Conditional build:
%bcond_without doc # don't generate documentation (bootstrap build w/o gnustep-base)
#
-%define ver 1.16
+%define ver 1.18
Summary: GNUstep Base library package
Summary(pl.UTF-8): Podstawowa biblioteka GNUstep
Name: gnustep-base
-Version: %{ver}.4
-Release: 3
+Version: %{ver}.0
+Release: 1
License: LGPL/GPL
Group: Libraries
Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
-# Source0-md5: ba76a3a68fcb8849c19ef3b05daa3e59
+# Source0-md5: 880491e0fc64ab3507887f43faa67572
Source1: %{name}.init
Source2: %{name}.sysconfig
Patch0: %{name}-pass-arguments.patch
@@ -88,6 +88,7 @@
# - /proc (default on Linux) - gnustep programs won't run in procless system
# - fake-main hack (main is secretly renamed and wrapped)
# - pass-arguments (program must call NSProcessInfo initialize)
+GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \
%configure \
--enable-pass-arguments \
--enable-libffi \
@@ -95,6 +96,7 @@
# fake GUI_MAKE_LOADED to avoid linking with gnustep-gui
%{__make} -j1 \
+ GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \
GUI_MAKE_LOADED=yes \
GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES` \
messages=yes
@@ -107,8 +109,10 @@
# make[1]: *** Waiting for unfinished jobs....
# requires already installed gnustep-base
%{__make} -j1 -C Documentation \
+ GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \
GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES`
%{__make} -j1 -C Documentation/manual \
+ GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \
GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES`
%endif
@@ -120,6 +124,7 @@
export GNUSTEP_FLATTENED=yes
%{__make} -j1 install \
+ GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \
DESTDIR=$RPM_BUILD_ROOT
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/gnustep
@@ -132,9 +137,11 @@
%if %{with doc}
%{__make} -j1 -C Documentation install \
+ GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \
DESTDIR=$RPM_BUILD_ROOT
%{__make} -j1 -C Documentation/manual install \
+ GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \
DESTDIR=$RPM_BUILD_ROOT
# not (yet?) supported by rpm-compress-doc
@@ -273,6 +280,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.92 2009/04/24 04:18:13 aredridel
+- 1.18.0
+
Revision 1.91 2009/04/07 18:22:00 megabajt
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnustep-base.spec?r1=1.91&r2=1.92&f=u
More information about the pld-cvs-commit
mailing list