OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Oct-2005 21:10:53
Branch: HEAD Handle: 2005100620105200
Modified files:
openpkg-src/snownews snownews.spec
Log:
cleanup and fix packaging
Summary:
Revision Changes Path
1.12 +5 -6 openpkg-src/snownews/snownews.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/snownews/snownews.spec
============================================================================
$ cvs diff -u -r1.11 -r1.12 snownews.spec
--- openpkg-src/snownews/snownews.spec 5 Jun 2005 17:14:06 -0000
1.11
+++ openpkg-src/snownews/snownews.spec 6 Oct 2005 19:10:52 -0000
1.12
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 1.5.7
-Release: 20050605
+Release: 20051006
# list of sources
Source0:
http://kiza.kcore.de/software/snownews/download/snownews-%{version}.tar.gz
@@ -42,8 +42,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, ncurses, libxml, make, gcc
-PreReq: OpenPKG, openpkg >= 20040130, ncurses, libxml
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
+PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: ncurses, libxml, gettext, libiconv
+PreReq: ncurses, libxml, gettext, libiconv
AutoReq: no
AutoReqProv: no
@@ -77,9 +79,6 @@
-e 's;\($(CC)\) \($(LDFLAGS)\) \($(OBJFILES)\);\1 \3 \2;' \
-e 's;^\([ ]*cat $(MAN).*\| sed
s#PREFIX#\)\$(PREFIX)\(#.*\)$;\1%{l_prefix}\2;' \
Makefile platform_settings
- %{l_shtool} subst \
- -e 's;\((String)\)s;\1;g' \
- config.h
%{l_make} %{l_mflags -O}
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]