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: 06-Jun-2005 20:03:59
Branch: HEAD Handle: 2005060619035800
Modified files:
openpkg-src/tinyca tinyca.spec
Log:
upgrading package: tinyca 0.6.8 -> 0.7.0
Summary:
Revision Changes Path
1.42 +10 -10 openpkg-src/tinyca/tinyca.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tinyca/tinyca.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 tinyca.spec
--- openpkg-src/tinyca/tinyca.spec 24 Mar 2005 11:20:32 -0000 1.41
+++ openpkg-src/tinyca/tinyca.spec 6 Jun 2005 18:03:58 -0000 1.42
@@ -22,8 +22,6 @@
## SUCH DAMAGE.
##
-# FIXME: rse: broken because requires also not existing GNOME part of
perl-gtk
-
# package information
Name: tinyca
Summary: Certificate Authority GUI
@@ -31,21 +29,21 @@
Vendor: Stephan Martin
Packager: OpenPKG
Distribution: OpenPKG
-Class: JUNK
+Class: EVAL
Group: Misc
License: GPL
-Version: 0.6.8
-Release: 20050221
+Version: 0.7.0
+Release: 20050606
# list of sources
-Source0: http://tinyca.sm-zone.net/tinyca-%{version}.tar.gz
+Source0: http://tinyca.sm-zone.net/tinyca2-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130
PreReq: OpenPKG, openpkg >= 20040130
-PreReq: X11, perl, perl-gtk, perl-gtk::with_gtk1 = yes, openssl,
infozip
+PreReq: X11, perl, perl-gtk, perl-gtk::with_gtk2 = yes, openssl,
infozip
AutoReq: no
AutoReqProv: no
@@ -61,7 +59,7 @@
}
%prep
- %setup -q
+ %setup -q -n tinyca2-%{version}
%build
@@ -70,18 +68,20 @@
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/bin \
$RPM_BUILD_ROOT%{l_prefix}/etc/tinyca \
- $RPM_BUILD_ROOT%{l_prefix}/libexec/tinyca
+ $RPM_BUILD_ROOT%{l_prefix}/libexec/tinyca/GUI
%{l_shtool} install -c -m 755 \
-e 's;#!/usr/bin/perl;#!%{l_prefix}/bin/perl;' \
-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/
+ tinyca2 $RPM_BUILD_ROOT%{l_prefix}/bin/tinyca
%{l_shtool} install -c -m 644 \
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_shtool} install -c -m 644 \
+ lib/GUI/*.pm $RPM_BUILD_ROOT%{l_prefix}/libexec/tinyca/GUI/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]