SPECS: ProjectCenter.spec - up to 0.5.0 - flattened directory layout

aredridel aredridel at pld-linux.org
Sun Nov 16 23:37:09 CET 2008


Author: aredridel                    Date: Sun Nov 16 22:37:09 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.5.0
- flattened directory layout

---- Files affected:
SPECS:
   ProjectCenter.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/ProjectCenter.spec
diff -u SPECS/ProjectCenter.spec:1.14 SPECS/ProjectCenter.spec:1.15
--- SPECS/ProjectCenter.spec:1.14	Mon Feb 12 22:23:45 2007
+++ SPECS/ProjectCenter.spec	Sun Nov 16 23:37:04 2008
@@ -2,28 +2,17 @@
 Summary:	ProjectCenter - the GNUstep IDE
 Summary(pl.UTF-8):	ProjectCenter - IDE dla środowiska GNUstep
 Name:		ProjectCenter
-Version:	0.4.3
+Version:	0.5.0
 Release:	1
 License:	GPL
 Group:		X11/Development/Tools
 Source0:	ftp://ftp.gnustep.org/pub/gnustep/dev-apps/%{name}-%{version}.tar.gz
-# Source0-md5:	d7751435e4a94a6d198d7fa627a634f5
+# Source0-md5:	acaabf63b627246f853bdd14d2455e4a
 Patch0:		%{name}-link.patch
 URL:		http://www.gnustep.org/experience/ProjectCenter.html
 BuildRequires:	gnustep-gui-devel >= 0.10.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_prefix		/usr/%{_lib}/GNUstep
-
-%define		libcombo	gnu-gnu-gnu
-%define		gsos		linux-gnu
-%ifarch %{ix86}
-%define		gscpu		ix86
-%else
-# also s/alpha.*/alpha/, but we use only "alpha" arch for now
-%define		gscpu		%(echo %{_target_cpu} | sed -e 's/amd64/x86_64/;s/ppc/powerpc/')
-%endif
-
 %description
 This is ProjectCenter, the GNUstep IDE (Integrated Development
 Environment) which is part of the GNUstep project.
@@ -35,11 +24,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 
 %build
-export GNUSTEP_MAKEFILES=%{_prefix}/System/Library/Makefiles
-export GNUSTEP_TARGET_DIR=%{gscpu}/linux-gnu
+export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
+export GNUSTEP_FLATTENED=yes
 
 %{__make} \
 	OPTFLAG="%{rpmcflags}" \
@@ -47,11 +36,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-export GNUSTEP_MAKEFILES=%{_prefix}/System/Library/Makefiles
-export GNUSTEP_TARGET_DIR=%{gscpu}/linux-gnu
+export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
+export GNUSTEP_FLATTENED=yes
 
 %{__make} install \
-	GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -63,33 +52,35 @@
 %defattr(644,root,root,755)
 %doc Documentation/{ANNOUNCE,AUTHORS,ChangeLog*,README*,TODO}
 
-%dir %{_prefix}/System/Applications/ProjectCenter.app
-%attr(755,root,root) %{_prefix}/System/Applications/ProjectCenter.app/ProjectCenter
-%dir %{_prefix}/System/Applications/ProjectCenter.app/Resources
-%{_prefix}/System/Applications/ProjectCenter.app/Resources/*.desktop
-%{_prefix}/System/Applications/ProjectCenter.app/Resources/*.gorm
-%{_prefix}/System/Applications/ProjectCenter.app/Resources/*.plist
-%{_prefix}/System/Applications/ProjectCenter.app/Resources/*.tiff
-%dir %{_prefix}/System/Applications/ProjectCenter.app/Resources/*.bundle
-%{_prefix}/System/Applications/ProjectCenter.app/Resources/*.bundle/Resources
-%attr(755,root,root) %{_prefix}/System/Applications/ProjectCenter.app/Resources/*.bundle/%{gscpu}
-%dir %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}
-%dir %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}
-%dir %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}/%{libcombo}
-%attr(755,root,root) %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}/%{libcombo}/ProjectCenter
-%{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}/%{libcombo}/*.openapp
-
-%dir %{_prefix}/System/Library/Frameworks/ProjectCenter.framework
-%dir %{_prefix}/System/Library/Frameworks/ProjectCenter.framework/Versions
-%{_prefix}/System/Library/Frameworks/ProjectCenter.framework/Versions/Current
-%dir %{_prefix}/System/Library/Frameworks/ProjectCenter.framework/Versions/%{version}
-%{_prefix}/System/Library/Frameworks/ProjectCenter.framework/Versions/%{version}/Headers
-%{_prefix}/System/Library/Frameworks/ProjectCenter.framework/Versions/%{version}/Resources
-%attr(755,root,root) %{_prefix}/System/Library/Frameworks/ProjectCenter.framework/Versions/%{version}/%{gscpu}
-
-%{_prefix}/System/Library/Headers/%{libcombo}/ProjectCenter
-
-%{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}/lib*.so*
+%dir %{_prefix}/lib/GNUstep/Applications/ProjectCenter.app
+%attr(755,root,root) %{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/ProjectCenter
+%dir %{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/Resources
+%{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/Resources/*.desktop
+%{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/Resources/*.plist
+%{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/Resources/*.tiff
+%dir %{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/Resources/*.editor
+%{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/Resources/*.project
+%attr(755,root,root) %{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/ProjectCenter
+
+%dir %{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework
+%dir %{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions
+%{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/Current
+%dir %{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/%{version}
+%{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/%{version}/Headers
+%{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/%{version}/Resources
+%attr(755,root,root) %{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/%{version}
+
+%{_includedir}/ProjectCenter
+
+%attr(755,root,root) %{_prefix}/lib/lib*.so*
+%attr(755,root,root) %{_bindir}/ProjectCenter
+%{_libdir}/GNUstep/Applications/ProjectCenter.app/Resources/English.lproj/*.gorm
+%{_libdir}/GNUstep/Applications/ProjectCenter.app/Resources/*.editor
+%{_libdir}/GNUstep/Applications/ProjectCenter.app/Resources/*.parser
+%{_libdir}/GNUstep/Frameworks/ProjectCenter.framework/Headers
+%{_libdir}/GNUstep/Frameworks/ProjectCenter.framework/ProjectCenter
+%{_libdir}/GNUstep/Frameworks/ProjectCenter.framework/Resources
+%{_libdir}/GNUstep/Frameworks/ProjectCenter.framework/libProjectCenter.so
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -97,7 +88,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.14  2007/02/12 21:23:45  glen
+Revision 1.15  2008/11/16 22:37:04  aredridel
+- up to 0.5.0
+- flattened directory layout
+
+Revision 1.14  2007-02-12 21:23:45  glen
 - tabs in preamble
 
 Revision 1.13  2007/02/12 00:48:34  baggins
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ProjectCenter.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list