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: 22-Apr-2004 19:05:05
Branch: HEAD Handle: 2004042218050400
Modified files:
openpkg-src/snownews snownews.spec
Log:
just some cosmetics
Summary:
Revision Changes Path
1.2 +5 -7 openpkg-src/snownews/snownews.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/snownews/snownews.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 snownews.spec
--- openpkg-src/snownews/snownews.spec 22 Apr 2004 14:28:51 -0000 1.1
+++ openpkg-src/snownews/snownews.spec 22 Apr 2004 17:05:04 -0000 1.2
@@ -25,7 +25,7 @@
# package information
Name: snownews
-Summary: Text-mode RSS newsreader
+Summary: Text-Mode RDF/RSS News Reader
URL: http://home.kcore.de/~kiza/software/snownews/
Vendor: Oliver Feiler
Packager: The OpenPKG Project
@@ -42,15 +42,15 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc, ncurses, libxml
+BuildPreReq: OpenPKG, openpkg >= 20040130, ncurses, libxml, make, gcc
PreReq: OpenPKG, openpkg >= 20040130, ncurses, libxml
AutoReq: no
AutoReqProv: no
%description
- snownews is a text-mode RSS/RDF newsreader. It supports RSS 1.0
+ SnowNews is a text-mode RSS/RDF news reader. It supports RSS 1.0
feeds that comply with the W3C RDF specification and also supports
- Radio Userland's RSS 0.91 and 2.0 versions
+ Radio Userland's RSS 0.91 and 2.0 versions.
%track
prog snownews = {
@@ -61,7 +61,6 @@
%prep
%setup -q
-
%{l_shtool} subst \
-e 's;^\(MAKE=\).*$;\1%{l_make};' \
-e 's;^\(CC=\).*$;\1%{l_cc};' \
@@ -74,7 +73,6 @@
-e 's;\($(CC)\) \($(LDFLAGS)\) \($(OBJFILES)\);\1 \3 \2;' \
-e 's;^\([ ]*cat $(MAN).*\| sed
s#PREFIX#\)\$(PREFIX)\(#.*\)$;\1%{l_prefix}\2;' \
Makefile
-
%{l_shtool} subst \
-e 's;\((String)\)s;\1;g' \
config.h
@@ -84,7 +82,7 @@
%install
rm -rf $RPM_BUILD_ROOT
- %{l_make} %{l_mflags} install PREFIX="$RPM_BUILD_ROOT/%{l_prefix}"
+ %{l_make} %{l_mflags} install PREFIX=$RPM_BUILD_ROOT%{l_prefix}
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]