OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-May-2007 21:40:03
Branch: HEAD Handle: 2007051520400300
Modified files:
openpkg-src/libgsf libgsf.spec
Log:
strip binaries
Summary:
Revision Changes Path
1.16 +2 -1 openpkg-src/libgsf/libgsf.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libgsf/libgsf.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 libgsf.spec
--- openpkg-src/libgsf/libgsf.spec 1 Jan 2007 17:39:10 -0000 1.15
+++ openpkg-src/libgsf/libgsf.spec 15 May 2007 19:40:03 -0000 1.16
@@ -37,7 +37,7 @@
Group: Libraries
License: LGPL
Version: %{V_major}.%{V_minor}
-Release: 20061108
+Release: 20070515
# list of sources
Source0:
http://ftp.gnome.org/pub/GNOME/sources/libgsf/%{V_major}/libgsf-%{version}.tar.bz2
@@ -92,6 +92,7 @@
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/man
rm -rf $RPM_BUILD_ROOT%{l_prefix}/include/libgsf-1/gsf-gnome
rm -rf $RPM_BUILD_ROOT%{l_prefix}/include/libgsf-1/gsf-win32
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
'%not %dir %{l_prefix}/lib/pkgconfig'
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]