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: 09-Aug-2007 22:37:40
Branch: HEAD Handle: 2007080921373900
Modified files:
openpkg-src/newt newt.spec
Log:
upgrading package: newt 0.52.7.1 -> 0.52.7.2
Summary:
Revision Changes Path
1.41 +4 -3 openpkg-src/newt/newt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/newt/newt.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 newt.spec
--- openpkg-src/newt/newt.spec 20 Jul 2007 20:17:32 -0000 1.40
+++ openpkg-src/newt/newt.spec 9 Aug 2007 20:37:39 -0000 1.41
@@ -24,7 +24,7 @@
# package version
%define V_major 0.52.7
-%define V_minor 1
+%define V_minor 2
%define V_tag fc8
# package information
@@ -38,7 +38,7 @@
Group: Terminal
License: LGPL
Version: %{V_major}.%{V_minor}
-Release: 20070720
+Release: 20070809
# list of sources
Source0:
ftp://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/newt-%{V_major}-%{V_minor}.%{V_tag}.src.rpm
@@ -101,7 +101,8 @@
LDFLAGS="%{l_ldflags}" \
LIBS="$termlib" \
./configure \
- --prefix=%{l_prefix}
+ --prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man
%{l_make} %{l_mflags -O}
) || exit $?
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]