OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Oct-2004 20:30:50
Branch: HEAD Handle: 2004100319305000
Modified files:
openpkg-src/gentle gentle.spec
Log:
do not strip libraries
Summary:
Revision Changes Path
1.15 +2 -2 openpkg-src/gentle/gentle.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gentle/gentle.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 gentle.spec
--- openpkg-src/gentle/gentle.spec 12 Aug 2004 18:36:22 -0000 1.14
+++ openpkg-src/gentle/gentle.spec 3 Oct 2004 18:30:50 -0000 1.15
@@ -34,7 +34,7 @@
Group: Text
License: GPL
Version: 97
-Release: 20040812
+Release: 20041003
# list of sources
Source0: http://wwwold.first.fraunhofer.de/gentle/gentle-%{version}.tar.gz
@@ -87,7 +87,7 @@
gentle/gentle $RPM_BUILD_ROOT%{l_prefix}/bin/
%{l_shtool} install -c -s -m 755 \
reflex/reflex $RPM_BUILD_ROOT%{l_prefix}/bin/
- %{l_shtool} install -c -s -m 755 \
+ %{l_shtool} install -c -m 755 \
libgentle.a $RPM_BUILD_ROOT%{l_prefix}/lib/
%{l_shtool} install -c -m 644 \
BOOK.html BOOK.ps $RPM_BUILD_ROOT%{l_prefix}/share/gentle/
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]