summaryrefslogtreecommitdiffstats
path: root/dogtag/tps-ui/dogtag-pki-tps-ui.spec
diff options
context:
space:
mode:
Diffstat (limited to 'dogtag/tps-ui/dogtag-pki-tps-ui.spec')
-rw-r--r--dogtag/tps-ui/dogtag-pki-tps-ui.spec65
1 files changed, 0 insertions, 65 deletions
diff --git a/dogtag/tps-ui/dogtag-pki-tps-ui.spec b/dogtag/tps-ui/dogtag-pki-tps-ui.spec
deleted file mode 100644
index 414967e4d..000000000
--- a/dogtag/tps-ui/dogtag-pki-tps-ui.spec
+++ /dev/null
@@ -1,65 +0,0 @@
-Name: dogtag-pki-tps-ui
-Version: 9.0.0
-Release: 2%{?dist}
-Summary: Dogtag Certificate System - Token Processing System User Interface
-URL: http://pki.fedoraproject.org/
-License: GPLv2 and LGPLv2
-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-tps-ui = %{version}-%{release}
-
-Obsoletes: pki-tps-ui < %{version}-%{release}
-
-Conflicts: redhat-pki-tps-ui
-
-%description
-Dogtag Certificate System is an enterprise software system designed
-to manage enterprise Public Key Infrastructure (PKI) deployments.
-
-The Dogtag Token Processing System User Interface contains the graphical
-user interface for the Dogtag Token Processing System.
-
-%prep
-
-%setup -q
-
-%build
-ant \
- -Dproduct.ui.flavor.prefix="dogtag" \
- -Dproduct.prefix="pki" \
- -Dproduct="tps-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 Feb 4 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.0-2
-- Bugzilla Bug 606944- Use openldap instead of mozldap
-
-* Fri Nov 19 2010 Matthew Harmsen <mharmsen@redhat.com> 9.0.0-1
-- Updated Dogtag 1.3.x --> Dogtag 2.0.0 --> Dogtag 9.0.0.
-