OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Oct-2006 14:03:58
Branch: HEAD Handle: 2006100613035800
Modified files:
openpkg-src/asciidoc asciidoc.spec
Log:
some cleanup
Summary:
Revision Changes Path
1.2 +10 -1 openpkg-src/asciidoc/asciidoc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/asciidoc/asciidoc.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 asciidoc.spec
--- openpkg-src/asciidoc/asciidoc.spec 5 Oct 2006 12:28:34 -0000
1.1
+++ openpkg-src/asciidoc/asciidoc.spec 6 Oct 2006 12:03:58 -0000
1.2
@@ -33,7 +33,7 @@
Group: Typesetting
License: GPL
Version: 8.0.0
-Release: 20061005
+Release: 20061006
# list of sources
Source0: http://www.methods.co.nz/asciidoc/asciidoc-%{version}.tar.gz
@@ -64,6 +64,11 @@
%prep
%setup -q
+ %{l_shtool} subst -e 's;\r$;;' \
+ *.conf \
+ docbook-xsl/*.{patch,txt,xsl} \
+ filters/*.{conf,py,txt} \
+ stylesheets/*.css
%build
:
@@ -108,6 +113,10 @@
-C $RPM_BUILD_ROOT%{l_prefix}/share/asciidoc/
done
+ # strip installation
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/asciidoc/{doc,examples} \
+ >/dev/null 2>&1 || true
+
# determine installation files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]