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: 04-Jun-2004 19:53:35
Branch: HEAD Handle: 2004060418533500
Modified files:
openpkg-src/snownews snownews.spec
Log:
upgrading package: snownews 1.5.2 -> 1.5.3
Summary:
Revision Changes Path
1.3 +6 -5 openpkg-src/snownews/snownews.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/snownews/snownews.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 snownews.spec
--- openpkg-src/snownews/snownews.spec 22 Apr 2004 17:05:04 -0000 1.2
+++ openpkg-src/snownews/snownews.spec 4 Jun 2004 17:53:35 -0000 1.3
@@ -33,8 +33,8 @@
Class: EVAL
Group: Network
License: GPL
-Version: 1.5.2
-Release: 20040422
+Version: 1.5.3
+Release: 20040604
# list of sources
Source0:
http://home.kcore.de/~kiza/software/snownews/download/snownews-%{version}.tar.gz
@@ -61,18 +61,19 @@
%prep
%setup -q
+ ./configure
%{l_shtool} subst \
- -e 's;^\(MAKE=\).*$;\1%{l_make};' \
-e 's;^\(CC=\).*$;\1%{l_cc};' \
+ -e 's;^\(MAKE=\).*$;\1%{l_make};' \
-e 's;^\(CFLAGS=\)\(.*\)$;\1%{l_cflags} -DOS=\\"$(shell uname)\\"
`%{l_prefix}/bin/xml2-config --cflags`;' \
- -e 's;^\(LDFLAGS=\)\(.*\)$;\1%{l_ldflags} -lncurses
`%{l_prefix}/bin/xml2-config --libs`;' \
+ -e 's;^\(LDFLAGS=\)\(.*\)$;\1%{l_ldflags} -lncurses
`%{l_prefix}/bin/xml2-config --libs` -lintl -liconv;' \
-e 's;^\(INSTALL=\).*$;\1%{l_shtool} install;' \
-e 's;^\(PREFIX=\).*$;\1%{l_prefix};' \
-e 's;^\(LANGS=\).*$;\1;' \
-e 's;^\(LOCALES=\).*$;\1;' \
-e 's;\($(CC)\) \($(LDFLAGS)\) \($(OBJFILES)\);\1 \3 \2;' \
-e 's;^\([ ]*cat $(MAN).*\| sed
s#PREFIX#\)\$(PREFIX)\(#.*\)$;\1%{l_prefix}\2;' \
- Makefile
+ Makefile platform_settings
%{l_shtool} subst \
-e 's;\((String)\)s;\1;g' \
config.h
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]