SPECS: Gorm.spec - updated to 1.0.4, use new gnustep-make

qboosh qboosh at pld-linux.org
Sun Feb 5 16:19:42 CET 2006


Author: qboosh                       Date: Sun Feb  5 15:19:42 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.4, use new gnustep-make

---- Files affected:
SPECS:
   Gorm.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/Gorm.spec
diff -u SPECS/Gorm.spec:1.21 SPECS/Gorm.spec:1.22
--- SPECS/Gorm.spec:1.21	Sun Nov 20 08:58:23 2005
+++ SPECS/Gorm.spec	Sun Feb  5 16:19:35 2006
@@ -2,17 +2,17 @@
 Summary:	Graphic Object Relationship modeler
 Summary(pl):	Graficzny modeler zależności obiektów
 Name:		Gorm
-Version:	1.0.1
+Version:	1.0.4
 Release:	1
 License:	GPL
 Group:		X11/Development/Tools
 Source0:	ftp://ftp.gnustep.org/pub/gnustep/dev-apps/%{name}-%{version}.tar.gz
-# Source0-md5:	f30c0f407796969c94df59b6251b0600
+# Source0-md5:	fcc6c0755c10a3f39b283ae029f2878f
 URL:		http://www.gnustep.org/experience/Gorm.html
-BuildRequires:	gnustep-base-devel >= 0.10.0
-BuildRequires:	gnustep-gui-devel >= 0.9.4
-Requires:	gnustep-base >= 0.10.0
-Requires:	gnustep-gui >= 0.9.4
+BuildRequires:	gnustep-base-devel >= 0.11.2
+BuildRequires:	gnustep-gui-devel >= 0.10.2
+Requires:	gnustep-base >= 0.11.2
+Requires:	gnustep-gui >= 0.10.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _prefix         /usr/%{_lib}/GNUstep
@@ -41,8 +41,8 @@
 Summary(pl):	Pliki nagłówkowe biblioteki Gorma
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	gnustep-base-devel >= 0.10.0
-Requires:	gnustep-gui-devel >= 0.9.4
+Requires:	gnustep-base-devel >= 0.11.2
+Requires:	gnustep-gui-devel >= 0.10.2
 
 %description devel
 Header files for Gorm library.
@@ -54,14 +54,16 @@
 %setup -q
 
 %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
@@ -109,6 +111,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2006/02/05 15:19:35  qboosh
+- updated to 1.0.4, use new gnustep-make
+
 Revision 1.21  2005/11/20 07:58:23  aredridel
 - up to 1.0.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Gorm.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list