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: 27-Oct-2004 19:42:59
Branch: HEAD Handle: 2004102718425900
Modified files:
openpkg-src/ant ant.spec
Log:
remove CR removal because it is not portable enough and actually no
longer required AFAIK
Summary:
Revision Changes Path
1.25 +1 -2 openpkg-src/ant/ant.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ant/ant.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 ant.spec
--- openpkg-src/ant/ant.spec 16 Jul 2004 18:03:10 -0000 1.24
+++ openpkg-src/ant/ant.spec 27 Oct 2004 17:42:59 -0000 1.25
@@ -38,7 +38,7 @@
Group: Development
License: Apache Software License
Version: %{V_opkg}
-Release: 20040716
+Release: 20041027
# list of sources
Source0:
http://www.apache.org/dist/ant/binaries/apache-ant-%{V_real}-bin.tar.bz2
@@ -85,7 +85,6 @@
%{l_shtool} install -c -m 755 \
-e 's;/etc/ant.conf;%{l_prefix}/etc/ant/ant.conf;' \
-e 's;^\(ANT_LIB="\)[^"]*\("\);\1%{l_prefix}/libexec/ant\2;' \
- -e 's;\r$;;' \
bin/ant $RPM_BUILD_ROOT%{l_prefix}/bin/
%{l_shtool} install -c -m 644 \
lib/*.jar $RPM_BUILD_ROOT%{l_prefix}/libexec/ant/
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]