rpms/pki-silent/EL-5 import.log, NONE, 1.1 pki-silent.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

kwright kwright at fedoraproject.org
Wed Jan 6 23:16:44 UTC 2010


Author: kwright

Update of /cvs/pkgs/rpms/pki-silent/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16446/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pki-silent.spec 
Log Message:
dogtag build for fedora see: 521996



--- NEW FILE import.log ---
pki-silent-1_3_0-5_el5:EL-5:pki-silent-1.3.0-5.el5.src.rpm:1262819707


--- NEW FILE pki-silent.spec ---
Name:           pki-silent
Version:        1.3.0
Release:        5%{?dist}
Summary:        Dogtag Certificate System - Silent Installer
URL:            http://pki.fedoraproject.org/
License:        GPLv2
Group:          System Environment/Base

BuildArch:      noarch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ant
BuildRequires:  java-devel >= 1:1.6.0
BuildRequires:  jpackage-utils
BuildRequires:  jss >= 4.2.6
BuildRequires:  pki-common
BuildRequires:  pki-util

Requires:       java >= 1:1.6.0
Requires:       pki-common

%if 0%{?rhel}
#rhel has no java on ppc
ExcludeArch:    ppc
%endif

Source0:        http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz

%description
Dogtag Certificate System is an enterprise software system designed
to manage enterprise Public Key Infrastructure (PKI) deployments.

The Dogtag Silent Installer may be used to "automatically" configure
the following Dogtag PKI subsystems in a non-graphical (batch) fashion
including:

    the Dogtag Certificate Authority,
    the Dogtag Data Recovery Manager,
    the Dogtag Online Certificate Status Protocol Manager,
    the Dogtag Registration Authority,
    the Dogtag Token Key Service, and/or
    the Dogtag Token Processing System.

%prep

%setup -q

%build
ant \
    -Dproduct.ui.flavor.prefix="" \
    -Dproduct.prefix="pki" \
    -Dproduct="silent" \
    -Dversion="%{version}"

%install
rm -rf %{buildroot}
cd dist/binary
unzip %{name}-%{version}.zip -d %{buildroot}
cd %{buildroot}%{_javadir}
mv silent.jar silent-%{version}.jar
ln -s silent-%{version}.jar silent.jar

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE
%{_bindir}/*
%{_javadir}/*
%{_datadir}/pki/

%changelog
* Wed Jan 6 2010 Kevin Wright <kwright at redhat.com> 1.3.0-5
- no java on rhel ppc

* Mon Dec 14 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-4
- Bugzilla Bug #521996 - Packaging for Fedora Dogtag PKI
- Removed 'with exceptions' from License

* Tue Nov 24 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-3
- Bugzilla Bug #521996 - Packaging for Fedora Dogtag PKI
- Use "_javadir" macro when appropriate

* Mon Nov 2 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-2
- Bugzilla Bug #521996 - Packaging for Fedora Dogtag PKI
- Take ownership of directories

* Tue Oct 13 2009 Ade Lee <alee at redhat.com> 1.3.0-1
- Bugzilla Bug #521996 - Packaging for Fedora Dogtag PKI


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pki-silent/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Jan 2010 21:43:38 -0000	1.1
+++ .cvsignore	6 Jan 2010 23:16:44 -0000	1.2
@@ -0,0 +1 @@
+pki-silent-1.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pki-silent/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Jan 2010 21:43:38 -0000	1.1
+++ sources	6 Jan 2010 23:16:44 -0000	1.2
@@ -0,0 +1 @@
+d1830b22c254ee6c583808f2c62f8aef  pki-silent-1.3.0.tar.gz




More information about the fedora-extras-commits mailing list