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: 16-May-2006 09:53:32
Branch: HEAD Handle: 2006051608533200
Modified files:
openpkg-src/snownews snownews.spec
Log:
requires Perl
Summary:
Revision Changes Path
1.14 +3 -3 openpkg-src/snownews/snownews.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/snownews/snownews.spec
============================================================================
$ cvs diff -u -r1.13 -r1.14 snownews.spec
--- openpkg-src/snownews/snownews.spec 1 Jan 2006 13:22:25 -0000
1.13
+++ openpkg-src/snownews/snownews.spec 16 May 2006 07:53:32 -0000
1.14
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 1.5.7
-Release: 20051006
+Release: 20060516
# list of sources
Source0:
http://kiza.kcore.de/software/snownews/download/snownews-%{version}.tar.gz
@@ -42,7 +42,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc, perl
PreReq: OpenPKG, openpkg >= 20040130
BuildPreReq: ncurses, libxml, gettext, libiconv
PreReq: ncurses, libxml, gettext, libiconv
@@ -66,7 +66,7 @@
%patch -p0
%build
- ./configure
+ %{l_prefix}/bin/perl ./configure
%{l_shtool} subst \
-e 's;^\(CC=\).*$;\1%{l_cc};' \
-e 's;^\(MAKE=\).*$;\1%{l_make};' \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]