From 621d9e5c413e561293d7484b93882d985b3fe15f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Sat, 24 Mar 2012 02:27:47 -0500 Subject: Removed unnecessary pki folder. Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131 --- dogtag/common-ui/dogtag-pki-common-ui.spec | 62 ++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 dogtag/common-ui/dogtag-pki-common-ui.spec (limited to 'dogtag/common-ui/dogtag-pki-common-ui.spec') diff --git a/dogtag/common-ui/dogtag-pki-common-ui.spec b/dogtag/common-ui/dogtag-pki-common-ui.spec new file mode 100644 index 000000000..c730f3444 --- /dev/null +++ b/dogtag/common-ui/dogtag-pki-common-ui.spec @@ -0,0 +1,62 @@ +Name: dogtag-pki-common-ui +Version: 9.0.0 +Release: 1%{?dist} +Summary: Dogtag Certificate System - PKI Common Framework 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 + +Source0: http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz + +# NOTE: Several PKI packages require a "virtual" UI component. These +# "virtual" UI components are "Provided" by various UI "flavors" +# including "dogtag", "redhat", and "null". Consequently, +# all "dogtag", "redhat", and "null" UI components MUST be +# mutually exclusive! +Provides: pki-common-ui = %{version}.%{release} + +Obsoletes: pki-common-ui < %{version}.%{release} + +Conflicts: null-pki-common-ui +Conflicts: redhat-pki-common-ui + +%description +Dogtag Certificate System is an enterprise software system designed +to manage enterprise Public Key Infrastructure (PKI) deployments. + +The Dogtag PKI Common Framework User Interface contains the graphical +user interface for the Dogtag PKI Common Framework. + +%prep + +%setup -q + +%build +ant \ + -Dproduct.ui.flavor.prefix="dogtag" \ + -Dproduct.prefix="pki" \ + -Dproduct="common-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 +* Fri Nov 19 2010 Matthew Harmsen 9.0.0-1 +- Updated Dogtag 1.3.x --> Dogtag 2.0.0 --> Dogtag 9.0.0. -- cgit