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: 12-May-2004 20:39:29
Branch: HEAD Handle: 2004051219392900
Modified files:
openpkg-src/tinyca tinyca.spec
Log:
blind update because JUNK anyway. Nevertheless some fixes.
Summary:
Revision Changes Path
1.31 +6 -4 openpkg-src/tinyca/tinyca.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tinyca/tinyca.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 tinyca.spec
--- openpkg-src/tinyca/tinyca.spec 7 Feb 2004 17:59:20 -0000 1.30
+++ openpkg-src/tinyca/tinyca.spec 12 May 2004 18:39:29 -0000 1.31
@@ -35,8 +35,8 @@
Class: JUNK
Group: Misc
License: GPL
-Version: 0.5.4
-Release: 20040207
+Version: 0.6.0
+Release: 20040512
# list of sources
Source0: http://tinyca.sm-zone.net/tinyca-%{version}.tar.gz
@@ -45,7 +45,8 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130
-PreReq: OpenPKG, openpkg >= 20040130, X11, perl, perl-gtk,
perl-gtk::with_gtk1 = yes, openssl
+PreReq: OpenPKG, openpkg >= 20040130
+PreReq: X11, perl, perl-gtk, perl-gtk::with_gtk1 = yes, openssl, infozip
AutoReq: no
AutoReqProv: no
@@ -76,9 +77,10 @@
-e "s;'\./lib';'%{l_prefix}/libexec/tinyca';g" \
-e 's;"\./templates";"%{l_prefix}/etc/tinyca";g' \
-e 's;/usr/bin/openssl;%{l_prefix}/bin/openssl;g' \
+ -e 's;/usr/bin/zip;%{l_prefix}/bin/zip;g' \
tinyca $RPM_BUILD_ROOT%{l_prefix}/bin/
%{l_shtool} install -c -m 644 \
- templates/* $RPM_BUILD_ROOT%{l_prefix}/etc/tinyca/
+ templates/[a-z]* $RPM_BUILD_ROOT%{l_prefix}/etc/tinyca/
%{l_shtool} install -c -m 644 \
lib/*.pm $RPM_BUILD_ROOT%{l_prefix}/libexec/tinyca/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]