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-Apr-2008 09:29:17
Branch: HEAD Handle: 2008041608291600
Modified files:
openpkg-src/tardy tardy.spec
Log:
upgrading package: tardy 1.12 -> 1.15
Summary:
Revision Changes Path
1.23 +10 -4 openpkg-src/tardy/tardy.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tardy/tardy.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 tardy.spec
--- openpkg-src/tardy/tardy.spec 1 Jan 2008 15:05:44 -0000 1.22
+++ openpkg-src/tardy/tardy.spec 16 Apr 2008 07:29:16 -0000 1.23
@@ -31,8 +31,8 @@
Class: PLUS
Group: Archiver
License: GPL
-Version: 1.12
-Release: 20080101
+Version: 1.15
+Release: 20080416
# list of sources
Source0: http://switch.dl.sourceforge.net/tardy/tardy-%{version}.tar.gz
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc, groff
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc, gcc::with_cxx = yes,
groff
PreReq: OpenPKG, openpkg >= 20040130
BuildPreReq: zlib
PreReq: zlib
@@ -67,6 +67,10 @@
%prep
%setup -q
%patch -p0
+ %{l_shtool} subst \
+ -e 's;^$(CXX); $(CXX);' \
+ -e 's;^ *; ;' \
+ Makefile.in
%build
CC="%{l_cc} %{l_cppflags} %{l_ldflags}" \
@@ -76,13 +80,15 @@
CXXFLAGS="%{l_cxxflags -O}" \
LDFLAGS="%{l_ldflags}" \
./configure \
- --prefix=%{l_prefix}
+ --prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man
%{l_make} %{l_mflags -O}
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/tardy_license.1
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]