Author: qboosh Date: Sun Feb 5 16:52:28 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.4.3, updated link patch, removed obsolete version patch - use new gnustep-make
---- Files affected: SPECS: ProjectCenter.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/ProjectCenter.spec diff -u SPECS/ProjectCenter.spec:1.11 SPECS/ProjectCenter.spec:1.12 --- SPECS/ProjectCenter.spec:1.11 Tue Sep 6 22:32:59 2005 +++ SPECS/ProjectCenter.spec Sun Feb 5 17:52:23 2006 @@ -2,16 +2,15 @@ Summary: ProjectCenter - the GNUstep IDE Summary(pl): ProjectCenter - IDE dla środowiska GNUstep Name: ProjectCenter -Version: 0.4.2 -Release: 2 +Version: 0.4.3 +Release: 1 License: GPL Group: X11/Development/Tools Source0: ftp://ftp.gnustep.org/pub/gnustep/dev-apps/%{name}-%{version}.tar.gz -# Source0-md5: 62749396daf23a5e459e165808a36ce4 +# Source0-md5: d7751435e4a94a6d198d7fa627a634f5 Patch0: %{name}-link.patch -Patch1: %{name}-version-%{version}.patch URL: http://www.gnustep.org/experience/ProjectCenter.html -BuildRequires: gnustep-gui-devel >= 0.8.9 +BuildRequires: gnustep-gui-devel >= 0.10.2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/%{_lib}/GNUstep @@ -37,17 +36,19 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build -. %{_prefix}/System/Library/Makefiles/GNUstep.sh +export GNUSTEP_MAKEFILES=%{_prefix}/System/Library/Makefiles +export GNUSTEP_TARGET_DIR=%{gscpu}/linux-gnu + %{__make} \ OPTFLAG="%{rpmcflags}" \ messages=yes %install rm -rf $RPM_BUILD_ROOT -. %{_prefix}/System/Library/Makefiles/GNUstep.sh +export GNUSTEP_MAKEFILES=%{_prefix}/System/Library/Makefiles +export GNUSTEP_TARGET_DIR=%{gscpu}/linux-gnu %{__make} install \ GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System @@ -96,6 +97,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2006/02/05 16:52:23 qboosh +- updated to 0.4.3, updated link patch, removed obsolete version patch +- use new gnustep-make + Revision 1.11 2005/09/06 20:32:59 arekm - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ProjectCenter.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
