diff --git a/.cvsignore b/.cvsignore index e69de29..b12cfbd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +dogtag-pki-ra-ui-1.3.0.tar.gz diff --git a/dogtag-pki-ra-ui.spec b/dogtag-pki-ra-ui.spec new file mode 100644 index 0000000..281d80c --- /dev/null +++ b/dogtag-pki-ra-ui.spec @@ -0,0 +1,69 @@ +Name: dogtag-pki-ra-ui +Version: 1.3.0 +Release: 5%{?dist} +Summary: Dogtag Certificate System - Registration Authority User Interface +URL: http://pki.fedoraproject.org/ +License: GPLv2 +Group: System Environment/Base + +BuildArch: noarch + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: ant + +Provides: pki-ra-ui = %{version}-%{release} + +Obsoletes: pki-ra-ui < %{version}-%{release} + +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 Registration Authority User Interface contains the graphical +user interface for the Dogtag Registration Authority. + +%prep + +%setup -q + +%build +ant \ + -Dproduct.ui.flavor.prefix="dogtag" \ + -Dproduct.prefix="pki" \ + -Dproduct="ra-ui" \ + -Dversion="%{version}" + +%install +rm -rf %{buildroot} +cd dist/binary +unzip %{name}-%{version}.zip -d %{buildroot} + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc LICENSE +%{_datadir}/pki/ + +%changelog +* Mon Jan 18 2010 Matthew Harmsen 1.3.0-5 +- Bugzilla Bug #553848 - New Package for Dogtag PKI: dogtag-pki-ra-ui +- Fixed various licensing headers + +* Thu Jan 14 2010 Matthew Harmsen 1.3.0-4 +- Bugzilla Bug #553848 - New Package for Dogtag PKI: dogtag-pki-ra-ui +- Removed "Requires: bash" + +* Wed Jan 6 2010 Matthew Harmsen 1.3.0-3 +- Bugzilla Bug #553848 - New Package for Dogtag PKI: dogtag-pki-ra-ui +- Take ownership of directories + +* Mon Dec 14 2009 Kevin Wright 1.3.0-2 +- Removed 'with exceptions' from License + +* Fri Oct 16 2009 Ade Lee 1.3.0-1 +- Bugzilla Bug #X - Fedora Packaging Changes diff --git a/import.log b/import.log new file mode 100644 index 0000000..828a54b --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +dogtag-pki-ra-ui-1_3_0-5_fc13:HEAD:dogtag-pki-ra-ui-1.3.0-5.fc13.src.rpm:1263941861 diff --git a/sources b/sources index e69de29..3d94015 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +296c9f2109d66231f3fed87b53d2a41e dogtag-pki-ra-ui-1.3.0.tar.gz