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: 25-Jan-2005 19:52:09
Branch: HEAD Handle: 2005012518520900
Modified files:
openpkg-src/aspell aspell.spec
Log:
cleanup packaging by removing info/file
Summary:
Revision Changes Path
1.42 +7 -2 openpkg-src/aspell/aspell.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/aspell/aspell.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 aspell.spec
--- openpkg-src/aspell/aspell.spec 1 Jan 2005 10:47:53 -0000 1.41
+++ openpkg-src/aspell/aspell.spec 25 Jan 2005 18:52:09 -0000 1.42
@@ -41,7 +41,7 @@
Group: Text
License: GPL
Version: %{V_aspell}
-Release: 20041219
+Release: 20050125
# package options
%option with_perl no
@@ -204,7 +204,12 @@
>perl-openpkg-files
%endif
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat
perl-openpkg-files`
+ # strip down installation
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
+
+ # determine installation files
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
+ %{l_files_std} `cat perl-openpkg-files`
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]