SPECS: gnustep-examples.spec - cleanup symlinks for rpm

baggins baggins at pld-linux.org
Thu Aug 30 17:08:15 CEST 2007


Author: baggins                      Date: Thu Aug 30 15:08:15 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanup symlinks for rpm

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

---- Diffs:

================================================================
Index: SPECS/gnustep-examples.spec
diff -u SPECS/gnustep-examples.spec:1.14 SPECS/gnustep-examples.spec:1.15
--- SPECS/gnustep-examples.spec:1.14	Thu Aug 30 17:04:04 2007
+++ SPECS/gnustep-examples.spec	Thu Aug 30 17:08:10 2007
@@ -47,6 +47,10 @@
 	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \
 	DESTDIR=$RPM_BUILD_ROOT 
 
+for f in Calculator CurrencyConverter GSTest Ink NSBrowserTest NSImageTest NSPanelTest NSScreenTest md5Digest ; do
+	ln -sf %{_libdir}/GNUstep/Applications/$f.app/$f $RPM_BUILD_ROOT/%{_bindir}/$f
+done
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -85,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2007/08/30 15:08:10  baggins
+- cleanup symlinks for rpm
+
 Revision 1.14  2007/08/30 15:04:04  baggins
 - rel 2
 - fixed install
================================================================

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



More information about the pld-cvs-commit mailing list