[ipa-pki-theme/f14/master] - Bugzilla Bug #668836 - Review Request: ipa-pki-theme - Modified overview to pertain more to thes

kwright kwright at fedoraproject.org
Wed Jan 19 22:27:45 UTC 2011


commit c21122e6169ba7e9bef0bb371b7ce9e850a56e50
Author: Kevin Wright <kwright at redhat.com>
Date:   Wed Jan 19 14:27:35 2011 -0800

    - Bugzilla Bug #668836 - Review Request: ipa-pki-theme
    -   Modified overview to pertain more to these packages
    -   Removed "Obsoletes:" lines (only pertinent to internal deployments)
    -   Modified installation section to preserve timestamps
    -   Removed sectional comments

 .gitignore         |    1 +
 clog               |    5 ++
 ipa-pki-theme.spec |  121 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 4 files changed, 128 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b502dba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ipa-pki-theme-9.0.0.tar.gz
diff --git a/clog b/clog
new file mode 100644
index 0000000..97de5d4
--- /dev/null
+++ b/clog
@@ -0,0 +1,5 @@
+- Bugzilla Bug #668836 - Review Request: ipa-pki-theme
+-   Modified overview to pertain more to these packages
+-   Removed "Obsoletes:" lines (only pertinent to internal deployments)
+-   Modified installation section to preserve timestamps
+-   Removed sectional comments
diff --git a/ipa-pki-theme.spec b/ipa-pki-theme.spec
new file mode 100644
index 0000000..158d5ea
--- /dev/null
+++ b/ipa-pki-theme.spec
@@ -0,0 +1,121 @@
+Name:             ipa-pki-theme
+Version:          9.0.0
+Release:          2%{?dist}
+Summary:          Certificate System - IPA PKI Theme Components
+URL:              http://pki.fedoraproject.org/
+License:          GPLv2
+Group:            System Environment/Base
+
+BuildArch:        noarch
+
+BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:    cmake
+
+Source0:          http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz
+
+%if 0%{?rhel}
+ExcludeArch:      ppc ppc64 s390 s390x
+%endif
+
+%global overview                                                       \
+Several PKI packages require a "virtual" Theme component.  These       \
+"virtual" Theme components are "Provided" by various Theme "flavors"   \
+including "dogtag", "redhat", and "ipa".  Consequently,                \
+all "dogtag", "redhat", and "ipa" Theme components MUST be             \
+mutually exclusive!                                                    \
+%{nil}
+
+%description %{overview}
+
+
+%package -n       ipa-pki-common-theme
+Summary:          Certificate System - PKI Common Framework User Interface
+Group:            System Environment/Base
+
+Conflicts:        dogtag-pki-common-theme
+Conflicts:        dogtag-pki-common-ui
+Conflicts:        redhat-pki-common-theme
+Conflicts:        redhat-pki-common-ui
+
+Provides:         pki-common-theme = %{version}-%{release}
+Provides:         pki-common-ui = %{version}-%{release}
+
+%description -n   ipa-pki-common-theme
+This PKI Common Framework User Interface contains
+NO textual or graphical user interface for the PKI Common Framework.
+
+This package is used by the Certificate System utilized by IPA.
+
+%{overview}
+
+
+%package -n       ipa-pki-ca-theme
+Summary:          Certificate System - Certificate Authority User Interface
+Group:            System Environment/Base
+
+Conflicts:        dogtag-pki-ca-theme
+Conflicts:        dogtag-pki-ca-ui
+Conflicts:        redhat-pki-ca-theme
+Conflicts:        redhat-pki-ca-ui
+
+Provides:         pki-ca-theme = %{version}-%{release}
+Provides:         pki-ca-ui = %{version}-%{release}
+
+%description -n   ipa-pki-ca-theme
+This Certificate Authority (CA) User Interface contains
+NO textual or graphical user interface for the CA.
+
+This package is used by the Certificate System utilized by IPA.
+
+%{overview}
+
+
+%prep
+
+
+%setup -q
+
+
+%clean
+%{__rm} -rf %{buildroot}
+
+
+%build
+%{__mkdir_p} build
+cd build
+%cmake -DBUILD_IPA_PKI_THEME:BOOL=ON ..
+%{__make} VERBOSE=1 %{?_smp_mflags}
+
+
+%install
+%{__rm} -rf %{buildroot}
+cd build
+%{__make} install DESTDIR=%{buildroot} INSTALL="install -p"
+
+
+%files -n ipa-pki-common-theme
+%defattr(-,root,root,-)
+%doc dogtag/common-ui/LICENSE
+%dir %{_datadir}/pki
+%{_datadir}/pki/common-ui/
+
+
+%files -n ipa-pki-ca-theme
+%defattr(-,root,root,-)
+%doc dogtag/ca-ui/LICENSE
+%dir %{_datadir}/pki
+%{_datadir}/pki/ca-ui/
+
+
+%changelog
+* Thu Jan 13 2011 Matthew Harmsen <mharmsen at redhat.com> 9.0.0-2
+- Bugzilla Bug #668836 - Review Request: ipa-pki-theme
+-   Modified overview to pertain more to these packages
+-   Removed "Obsoletes:" lines (only pertinent to internal deployments)
+-   Modified installation section to preserve timestamps
+-   Removed sectional comments
+
+* Wed Dec 1 2010 Matthew Harmsen <mharmsen at redhat.com> 9.0.0-1
+- Initial revision. (kwright at redhat.com & mharmsen at redhat.com)
+
diff --git a/sources b/sources
index e69de29..aeb195c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f7f4b2dbb0ad6954aa5204eca58dde85  ipa-pki-theme-9.0.0.tar.gz


More information about the scm-commits mailing list