OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 04-Feb-2003 18:32:06
Branch: HEAD Handle: 2003020417320203
Added files:
openpkg-re/vcheck vc.aica
openpkg-src/aica aica.spec
Modified files:
openpkg-web news.txt
Log:
initial release
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-re/vcheck/vc.aica
1.1 +130 -0 openpkg-src/aica/aica.spec
1.3192 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.aica
============================================================================
$ cvs diff -u -r0 -r1.1 vc.aica
--- /dev/null 2003-02-04 18:32:03.000000000 +0100
+++ vc.aica 2003-02-04 18:32:03.000000000 +0100
@@ -0,0 +1,9 @@
+config = {
+}
+
+prog aica = {
+ version = 0.81
+ url = http://mars.elcom.nitech.ac.jp/security/
+ regex = AiCA-(__VER__)\.tar\.gz
+}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/aica/aica.spec
============================================================================
$ cvs diff -u -r0 -r1.1 aica.spec
--- /dev/null 2003-02-04 18:32:06.000000000 +0100
+++ aica.spec 2003-02-04 18:32:06.000000000 +0100
@@ -0,0 +1,130 @@
+##
+## aica.spec -- OpenPKG RPM Specification
+## Copyright (c) 2000-2003 Cable & Wireless Deutschland GmbH
+## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+
+# package information
+Name: aica
+Summary: manage Certification Authority, PKI tools
+URL: http://mars.elcom.nitech.ac.jp/security
+Vendor: Akira Iwata Laboratory
+Packager: The OpenPKG Project
+Distribution: OpenPKG [EVAL]
+Group: Security
+License: AiCrypto
+Version: 0.81
+Release: 20030204
+
+# list of sources
+Source0: http://mars.elcom.nitech.ac.jp/security/AiCA-%{version}.tar.gz
+NoSource: 0
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20030103
+PreReq: OpenPKG, openpkg >= 20030103
+AutoReq: no
+AutoReqProv: no
+
+%description
+ Certification Authority Tools
+
+ This product includes software developed by Akira Iwata Laboratory,
+ Nagoya Institute of Technology in Japan (http://mars.elcom.nitech.ac.jp/)
+
+%prep
+ %setup -q -n AiCA
+
+%build
+ %{l_shtool} subst \
+ -e 's;/store;/etc/aica/certs;g' \
+ lib/aica.cnf.in
+ for f in */Makefile.in; do
+ %{l_shtool} subst \
+ -e 's;/lib/aica.cnf;/etc/aica/aica.cnf;g' \
+ $f
+ done
+
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
+ ./configure \
+ --prefix=%{l_prefix}
+ %{l_make} %{l_mflags -O}
+
+%install
+ rm -rf $RPM_BUILD_ROOT
+ %{l_shtool} mkdir -p -m 755 \
+ $RPM_BUILD_ROOT%{l_prefix}/bin \
+ $RPM_BUILD_ROOT%{l_prefix}/lib \
+ $RPM_BUILD_ROOT%{l_prefix}/etc/aica \
+ $RPM_BUILD_ROOT%{l_prefix}/etc/aica/certs \
+ $RPM_BUILD_ROOT%{l_prefix}/include/aica \
+ $RPM_BUILD_ROOT%{l_prefix}/lib/aica/certs \
+ $RPM_BUILD_ROOT%{l_prefix}/lib/aica/templates \
+ $RPM_BUILD_ROOT%{l_prefix}/share/aica
+ %{l_shtool} install -c -s -m 755 \
+ aica/aica \
+ bin/aistore \
+ bin/asn1view \
+ bin/certconv \
+ bin/certreq \
+ bin/certvfy \
+ bin/certview \
+ $RPM_BUILD_ROOT%{l_prefix}/bin/
+ %{l_shtool} install -c -m 755 \
+ bin/newca.sh \
+ $RPM_BUILD_ROOT%{l_prefix}/bin/
+ %{l_shtool} install -c -m 644 \
+ lib/lib*.a \
+ $RPM_BUILD_ROOT%{l_prefix}/lib/
+ %{l_shtool} install -c -m 644 \
+ lib/aica.cnf \
+ $RPM_BUILD_ROOT%{l_prefix}/etc/aica/
+ %{l_shtool} install -c -m 644 \
+ aicrypto/include/* \
+ aicrypto/aiconfig.h \
+ $RPM_BUILD_ROOT%{l_prefix}/include/aica/
+ %{l_shtool} install -c -m 644 \
+ certs/* \
+ $RPM_BUILD_ROOT%{l_prefix}/lib/aica/certs/
+ # DANGER: templates/* expands to filenames with whitespace
+ for f in templates/*; do
+ mv "$f" `echo "$f" | sed -e 's/ /_/g'`
+ done
+ %{l_shtool} install -c -m 644 \
+ templates/* \
+ $RPM_BUILD_ROOT%{l_prefix}/lib/aica/templates/
+ %{l_shtool} install -c -m 644 \
+ COPYRIGHT \
+ README \
+ $RPM_BUILD_ROOT%{l_prefix}/share/aica/
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+
+%files -f files
+
+%clean
+ rm -rf $RPM_BUILD_ROOT
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3191 -r1.3192 news.txt
--- openpkg-web/news.txt 4 Feb 2003 16:46:39 -0000 1.3191
+++ openpkg-web/news.txt 4 Feb 2003 17:32:04 -0000 1.3192
@@ -1,3 +1,4 @@
+04-Feb-2003: New package: P<aica-0.81-20030204>
04-Feb-2003: Upgraded package: P<postgresql-7.3.2-20030204>
04-Feb-2003: Upgraded package: P<lmtp2nntp-1.2a7-20030204>
04-Feb-2003: Upgraded package: P<as-gui-0.6.10-20030204>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]