SPECS: rox.spec - simplify inline redirection

glen glen at pld-linux.org
Thu Aug 18 12:25:50 CEST 2005


Author: glen                         Date: Thu Aug 18 10:25:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- simplify inline redirection

---- Files affected:
SPECS:
   rox.spec (1.67 -> 1.68) 

---- Diffs:

================================================================
Index: SPECS/rox.spec
diff -u SPECS/rox.spec:1.67 SPECS/rox.spec:1.68
--- SPECS/rox.spec:1.67	Wed Aug 17 22:25:15 2005
+++ SPECS/rox.spec	Thu Aug 18 12:25:42 2005
@@ -63,9 +63,9 @@
 	$RPM_BUILD_ROOT%{_roxdir}/ROX-Filer/{Help,Messages} \
 	$RPM_BUILD_ROOT/etc/xdg/rox.sourceforge.net
 
-cat >> $RPM_BUILD_ROOT%{_bindir}/rox << EOF
+cat >> $RPM_BUILD_ROOT%{_bindir}/rox << 'EOF'
 #!/bin/sh
-exec %{_roxdir}/ROX-Filer/AppRun "\$@"
+exec %{_roxdir}/ROX-Filer/AppRun "$@"
 EOF
 
 install rox.xml $RPM_BUILD_ROOT%{_datadir}/mime/packages
@@ -155,6 +155,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.68  2005/08/18 10:25:42  glen
+- simplify inline redirection
+
 Revision 1.67  2005/08/17 20:25:15  qboosh
 - just lang(et) for et_EE
 
@@ -168,7 +171,7 @@
 - %post shouldn't fail if no rw permission to /usr
 
 Revision 1.64  2005/04/29 13:07:55  megabajt
-- added dir %%{_appsdir}
+- added dir %{_appsdir}
 - release 2
 
 Revision 1.63  2005/03/26 13:56:39  megabajt
@@ -203,14 +206,14 @@
 - Manual.html is indispensable
 
 Revision 1.53  2003/12/07 18:31:40  adgor
-- Manual html pages also marked as %%lang
+- Manual html pages also marked as %lang
 
 Revision 1.52  2003/12/07 00:42:29  adgor
-- Arch independent files moved to %%{_datadir}/%%{name}
-- Choises scripts moved to %%{_datadir}/%%{name}
+- Arch independent files moved to %{_datadir}/%{name}
+- Choises scripts moved to %{_datadir}/%{name}
 - Removed AppRun script
-- %%{_platform}/ROX-Filer binary moved to %%{_bindir}
-- Icon theme moved to %%{_iconsdir} - it works now without fallback
+- %{_platform}/ROX-Filer binary moved to %{_bindir}
+- Icon theme moved to %{_iconsdir} - it works now without fallback
   to ~/.icons/ROX
 - All user config files are now stored in .rox dir with HOME_ETC support
 - Release 4
@@ -219,13 +222,13 @@
 - R: shared-mime-info >= 0.12-2
 
 Revision 1.50  2003/12/06 14:34:59  adgor
-- Ok - it works now (moved rox.xml to %%(_datadir}/mime/packages)
-- Restored %%post/%%postun
+- Ok - it works now (moved rox.xml to %(_datadir}/mime/packages)
+- Restored %post/%postun
 - Release 3
 
 Revision 1.49  2003/12/06 02:56:52  adgor
-- Removed fix-mime-info-path.patch (switched to %%{_datadir}/mime)
-- Removed useless %%post/%%postun - it has no sense at all - with the same
+- Removed fix-mime-info-path.patch (switched to %{_datadir}/mime)
+- Removed useless %post/%postun - it has no sense at all - with the same
   effects You may call here `df -h` or `echo "I love Pamela Anderson"`
 - Not sure about placing rox.xml in sharwed-mime-info cache dir
 - Release 2
@@ -234,7 +237,7 @@
 - 2.1.0
 
 Revision 1.47  2003/09/26 13:19:20  adgor
-- Desktop file moved to %%{_desktopdir}
+- Desktop file moved to %{_desktopdir}
 
 Revision 1.46  2003/08/02 10:20:14  jareq
 - removed gdk-pixbuf-devel from BuildRrequires
@@ -293,13 +296,13 @@
 Revision 1.29  2002/11/25 01:41:56  ankry
 Massive attack:
 - s/man[ea]d[zż][ae]r/zarządca/g
-- (some) new %%doc
+- (some) new %doc
 
 Revision 1.28  2002/10/17 19:05:29  grzegol
 - updated to 1.3.4
 
 Revision 1.27  2002/08/20 14:49:01  grzegol
-- moved ROX-apps to %%{_libdir}
+- moved ROX-apps to %{_libdir}
 - rel.4
 STBR
 
@@ -322,7 +325,7 @@
 Revision 1.23  2002/07/25 21:49:26  grzegol
 - updated to 1.3.3
 - update mime databases in post and postun
-- updated %%files
+- updated %files
 STBR
 
 Revision 1.22  2002/07/02 22:12:08  grzegol
@@ -346,13 +349,13 @@
 
 Revision 1.12.2.5  2002/06/07 14:44:42  grzegol
 - updated to 1.3.1
-- new %%doc
+- new %doc
 - removed R: rox-base, added Conflicts: rox-base
 
 Revision 1.12.2.4  2002/04/23 13:41:55  grzegol
 - removed Source2 (icon is in sources)
 - fixed last change
-- fixed %%files
+- fixed %files
 - rel. 3
 
 Revision 1.12.2.3  2002/04/21 20:08:44  grzegol
@@ -360,25 +363,25 @@
 - rel. 2
 
 Revision 1.12.2.2  2002/04/16 12:10:13  grzegol
-- removed %%{_pixmapsdir}/rox from $CHOICEPATH
+- removed %{_pixmapsdir}/rox from $CHOICEPATH
 
 Revision 1.12.2.1  2002/04/15 16:54:38  grzegol
 - updated to 1.3.0 (it uses gtk+2, so i did it in DEVEL branch)
 - added BR: gtk+2-devel, libxml2-devel, pkgconfig
 - added R: gtk+2, libxml2
-- some changes in %%files
+- some changes in %files
 
 Revision 1.12  2002/04/13 16:40:26  grzegol
 - now it's realy rel. 2 :)
-STBR
+  STBR
 
 Revision 1.17  2002/06/16 15:56:16  grzegol
-- new %%doc
+- new %doc
 
 Revision 1.16  2002/06/16 15:20:29  grzegol
 - added libxml-includes patch (add libxml prefix before header files)
 - rel. 2
-STBR
+  STBR
 
 Revision 1.10  2002/02/23 04:32:21  kloczek
 - adapterized.
@@ -393,7 +396,7 @@
 Revision 1.7  2002/02/19 18:45:11  grzegol
 - updated to 1.2.0
 - removed outdated patch
-STBR
+  STBR
 
 Revision 1.6  2002/01/27 16:43:04  grzegol
 - fix run-script
@@ -411,11 +414,11 @@
 - cleanups
 
 Revision 1.3  2002/01/18 02:14:48  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.2  2001/10/02 14:25:25  qboosh
 - added URLs and descriptions (note: 1.1.7 on ftp)
 
 Revision 1.1  2001/07/21 21:20:50  blues
-rox-filer - initial release
-NYF
+- rox-filer - initial release
+- NYF
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rox.spec?r1=1.67&r2=1.68&f=u




More information about the pld-cvs-commit mailing list