]> git.pld-linux.org Git - packages/ProjectCenter.git/commitdiff
- updated to 0.4.3, updated link patch, removed obsolete version patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 5 Feb 2006 16:52:23 +0000 (16:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use new gnustep-make

Changed files:
    ProjectCenter.spec -> 1.12

ProjectCenter.spec

index e08d98dc1f70cd1b2420ee18283418639a61ecb0..ce1f6f0a23c068956d7a8ff5c44ced45d007a3e7 100644 (file)
@@ -1,16 +1,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
@@ -36,17 +35,19 @@ projektu GNUstep.
 %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
This page took 0.085784 seconds and 4 git commands to generate.