OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-May-2005 12:02:53
Branch: HEAD Handle: 2005051011025200
Modified files:
openpkg-src/ant ant.spec
Log:
include .xsl files in /etc, and ant-bootstrap.jar in /lib
Summary:
Revision Changes Path
1.31 +4 -2 openpkg-src/ant/ant.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ant/ant.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 ant.spec
--- openpkg-src/ant/ant.spec 9 May 2005 21:40:55 -0000 1.30
+++ openpkg-src/ant/ant.spec 10 May 2005 10:02:52 -0000 1.31
@@ -37,7 +37,7 @@
Group: Development
License: Apache Software License
Version: %{V_opkg}
-Release: 20050509
+Release: 20050510
# package options
%option with_docs no
@@ -89,7 +89,9 @@
-e 's;^\(ANT_LIB="\)[^"]*\("\);\1%{l_prefix}/libexec/ant/lib\2;' \
bin/ant $RPM_BUILD_ROOT%{l_prefix}/bin/
%{l_shtool} install -c -m 644 \
- lib/*.jar $RPM_BUILD_ROOT%{l_prefix}/libexec/ant/lib/
+ lib/*.jar etc/*.jar $RPM_BUILD_ROOT%{l_prefix}/libexec/ant/lib/
+ %{l_shtool} install -c -m 644 \
+ etc/*.xsl etc/checkstyle/*.xsl $RPM_BUILD_ROOT%{l_prefix}/etc/ant/
%if "%{with_docs}" == "yes"
rm docs/LICENSE*
mv docs $RPM_BUILD_ROOT%{l_prefix}/libexec/ant/
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]