Name: dogtag-pki-ra-ui Version: 1.3.2 Release: 1%{?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 # NOTE: The 'Dogtag Certificate System' and 'Red Hat Certificate System' # may NOT co-exist on the same system! # # For example, with the advent of EPEL packages, a user may attempt to # install a Dogtag Certificate System on a system which already contains # a Red Hat Certificate System. Since the 'dogtag-pki-ra-ui' UI # package conflicts with the 'redhat-pki-ra-ui' UI package, # disallow this action by notifying the user that these two packages # conflict. (see Bugzilla Bug #580282 for details) # Conflicts: redhat-pki-ra-ui %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 * Wed Aug 4 2010 Matthew Harmsen 1.3.2-1 - Bugzilla Bug #436990 - browser tab shows no distinguishable names for systems * Thu Apr 8 2010 Matthew Harmsen 1.3.1-1 - Bugzilla Bug #564131 - Config wizard : all subsystems - done panel text needs correction * Wed Apr 7 2010 Matthew Harmsen 1.3.0-6 - Bugzilla Bug #580282 - Dogtag PKI UI Packages should "Conflict" with associated Red Hat PKI UI Packages . . . * 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