adda5da
Name:           dogtag-pki-ra-ui
Kevin Wright dc6c116
Version:        1.3.2
a172e68
Release:        1%{?dist}
adda5da
Summary:        Dogtag Certificate System - Registration Authority User Interface
adda5da
URL:            http://pki.fedoraproject.org/
adda5da
License:        GPLv2
adda5da
Group:          System Environment/Base
adda5da
adda5da
BuildArch:      noarch
adda5da
adda5da
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
adda5da
adda5da
BuildRequires:  ant
adda5da
adda5da
Provides:       pki-ra-ui = %{version}-%{release}
adda5da
adda5da
Obsoletes:      pki-ra-ui < %{version}-%{release}
adda5da
adda5da
Source0:        http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz
adda5da
a172e68
# NOTE:  The 'Dogtag Certificate System' and 'Red Hat Certificate System'
a172e68
#        may NOT co-exist on the same system!
a172e68
#
a172e68
#        For example, with the advent of EPEL packages, a user may attempt to
a172e68
#        install a Dogtag Certificate System on a system which already contains
a172e68
#        a Red Hat Certificate System.  Since the 'dogtag-pki-ra-ui' UI
a172e68
#        package conflicts with the 'redhat-pki-ra-ui' UI package,
a172e68
#        disallow this action by notifying the user that these two packages
a172e68
#        conflict.  (see Bugzilla Bug #580282 for details)
a172e68
#
a172e68
Conflicts:        redhat-pki-ra-ui
a172e68
adda5da
%description
adda5da
Dogtag Certificate System is an enterprise software system designed
adda5da
to manage enterprise Public Key Infrastructure (PKI) deployments.
adda5da
adda5da
The Dogtag Registration Authority User Interface contains the graphical
adda5da
user interface for the Dogtag Registration Authority.
adda5da
adda5da
%prep
adda5da
adda5da
%setup -q
adda5da
adda5da
%build
adda5da
ant \
adda5da
    -Dproduct.ui.flavor.prefix="dogtag" \
adda5da
    -Dproduct.prefix="pki" \
adda5da
    -Dproduct="ra-ui" \
adda5da
    -Dversion="%{version}"
adda5da
adda5da
%install
adda5da
rm -rf %{buildroot}
adda5da
cd dist/binary
adda5da
unzip %{name}-%{version}.zip -d %{buildroot}
adda5da
adda5da
%clean
adda5da
rm -rf %{buildroot}
adda5da
adda5da
%files
adda5da
%defattr(-,root,root,-)
adda5da
%doc LICENSE
adda5da
%{_datadir}/pki/
adda5da
adda5da
%changelog
Kevin Wright dc6c116
* Wed Aug 4 2010 Matthew Harmsen <mharmsen@redhat.com> 1.3.2-1
Kevin Wright dc6c116
- Bugzilla Bug #436990 - browser tab shows no distinguishable names for systems
Kevin Wright dc6c116
a172e68
* Thu Apr 8 2010 Matthew Harmsen <mharmsen@redhat.com> 1.3.1-1
a172e68
- Bugzilla Bug #564131 - Config wizard : all subsystems - done panel text
a172e68
  needs correction
a172e68
a172e68
* Wed Apr 7 2010 Matthew Harmsen <mharmsen@redhat.com> 1.3.0-6
a172e68
- Bugzilla Bug #580282 - Dogtag PKI UI Packages should "Conflict" with
a172e68
  associated Red Hat PKI UI Packages . . .
a172e68
adda5da
* Mon Jan 18 2010 Matthew Harmsen <mharmsen@redhat.com> 1.3.0-5
adda5da
- Bugzilla Bug #553848 - New Package for Dogtag PKI: dogtag-pki-ra-ui
adda5da
- Fixed various licensing headers
adda5da
adda5da
* Thu Jan 14 2010 Matthew Harmsen <mharmsen@redhat.com> 1.3.0-4
adda5da
- Bugzilla Bug #553848 - New Package for Dogtag PKI: dogtag-pki-ra-ui
adda5da
- Removed "Requires:  bash"
adda5da
adda5da
* Wed Jan 6 2010 Matthew Harmsen <mharmsen@redhat.com> 1.3.0-3
adda5da
- Bugzilla Bug #553848 - New Package for Dogtag PKI: dogtag-pki-ra-ui
adda5da
- Take ownership of directories
adda5da
adda5da
* Mon Dec 14 2009 Kevin Wright <kwright@redhat.com> 1.3.0-2
adda5da
- Removed 'with exceptions' from License
adda5da
adda5da
* Fri Oct 16 2009 Ade Lee <alee@redhat.com> 1.3.0-1
adda5da
- Bugzilla Bug #X - Fedora Packaging Changes