rpms/pki-native-tools/F-12 import.log, NONE, 1.1 pki-native-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

kwright kwright at fedoraproject.org
Wed Dec 16 19:23:02 UTC 2009


Author: kwright

Update of /cvs/pkgs/rpms/pki-native-tools/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15472/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pki-native-tools.spec 
Log Message:
new dogtag package: see rhbz #522895



--- NEW FILE import.log ---
pki-native-tools-1_3_0-4_fc12:F-12:pki-native-tools-1.3.0-4.fc12.src.rpm:1260991350


--- NEW FILE pki-native-tools.spec ---
Name:           pki-native-tools
Version:        1.3.0
Release:        4%{?dist}
Summary:        Dogtag Certificate System - Native Tools
URL:            http://pki.fedoraproject.org/
License:        GPLv2
Group:          System Environment/Base

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

BuildRequires:  cyrus-sasl-devel
BuildRequires:  mozldap-devel
BuildRequires:  nspr-devel >= 4.6.99
BuildRequires:  nss-devel >= 3.12.3.99
BuildRequires:  svrcore-devel

Requires:       mozldap-tools
Requires:       nss >= 3.12.3.99
Requires:       nss-tools >= 3.12.3.99

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.

These platform-dependent PKI executables are used to help make
Dogtag Certificate System into a more complete and robust PKI solution.

%prep

%setup -q -n %{name}-%{version}

%build
%configure \
%ifarch ppc64 s390x sparc64 x86_64
    --enable-64bit \
%endif
    --libdir=%{_libdir}
make

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"

## rearrange files to be in the desired native packaging layout
mkdir -p %{buildroot}%{_libdir}/pki/native-tools
cp -p %{buildroot}/opt/conf/*      %{buildroot}%{_libdir}/pki/native-tools
cp -p %{buildroot}/opt/samples/*   %{buildroot}%{_libdir}/pki/native-tools
cp -p %{buildroot}%{_libexecdir}/* %{buildroot}%{_libdir}/pki/native-tools

# create wrappers
for wrapper in bulkissuance p7tool revoker setpin sslget tkstool
do
    sed -e "s|\[PKI_PRODUCT\]|pki|g"            \
        -e "s|\[PKI_SUBSYSTEM\]|native-tools|g" \
        -e "s|\[PKI_COMMAND\]|${wrapper}|g" \
        %{buildroot}/opt/templates/pki_subsystem_command_wrapper > %{buildroot}%{_bindir}/${wrapper} ;
done

## remove unwanted files
rm -rf %{buildroot}/opt
rm -rf %{buildroot}%{_libexecdir}
rm -rf %{buildroot}%{_datadir}/pki

%clean
rm -rf %{buildroot}

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

%changelog
* Fri Dec 11 2009 Kevin Wright <kwright at redhat.com> 1.3.0-4
- Bugzilla Bug #522895 -  New Package for Dogtag PKI: native-tools
- fixed several issues with the spec file:
- Removed BuildRequires bash, Requires perl
- Removed 'with exceptions' from License

* Tue Nov 10 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-3
- Bugzilla Bug #522895 -  New Package for Dogtag PKI: native-tools
- Moved contents of 'setup_package' to spec file

* Mon Nov 2 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-2
- Bugzilla Bug #522895 -  New Package for Dogtag PKI: native-tools
- Prepended directory path in front of setup_package

* Mon Oct 12 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-1
- Bugzilla Bug #522895 -  New Package for Dogtag PKI: native-tools


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pki-native-tools/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Dec 2009 05:32:24 -0000	1.1
+++ .cvsignore	16 Dec 2009 19:23:02 -0000	1.2
@@ -0,0 +1 @@
+pki-native-tools-1.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pki-native-tools/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Dec 2009 05:32:24 -0000	1.1
+++ sources	16 Dec 2009 19:23:02 -0000	1.2
@@ -0,0 +1 @@
+c3df617e17f9b09b82d0d4d96bba295c  pki-native-tools-1.3.0.tar.gz




More information about the fedora-extras-commits mailing list