[dogtag-pki-theme/f18] Resolves Trac #349 - Create alpha2 builds

Ade Lee vakwetu at fedoraproject.org
Mon Oct 1 19:44:38 UTC 2012


commit a63ea88ff829b43139377c342ce891f888c1f8fd
Author: Ade Lee <alee at redhat.com>
Date:   Mon Oct 1 15:44:34 2012 -0400

    Resolves Trac #349 - Create alpha2 builds

 .gitignore            |    1 +
 dogtag-pki-theme.spec |   16 +++++++++++++---
 sources               |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82e5c13..e61cd55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /dogtag-pki-theme-9.0.10.tar.gz
 /dogtag-pki-theme-9.0.11.tar.gz
 /dogtag-pki-theme-10.0.0.a1.tar.gz
+/dogtag-pki-theme-10.0.0.a2.tar.gz
diff --git a/dogtag-pki-theme.spec b/dogtag-pki-theme.spec
index abd436a..154c025 100644
--- a/dogtag-pki-theme.spec
+++ b/dogtag-pki-theme.spec
@@ -1,13 +1,13 @@
 # for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
 # also remove the space between % and global - this space is needed because
 # fedpkg verrel stupidly ignores comment lines
-%global prerel .a1
+%global prerel .a2
 # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
 %global relprefix 0.
 
 Name:             dogtag-pki-theme
 Version:          10.0.0
-Release:          %{?relprefix}1%{?prerel}%{?dist}
+Release:          %{?relprefix}2%{?prerel}%{?dist}
 Summary:          Certificate System - Dogtag PKI Theme Components
 URL:              http://pki.fedoraproject.org/
 License:          GPLv2
@@ -281,7 +281,11 @@ This package is used by the Dogtag Certificate System.
 %build
 %{__mkdir_p} build
 cd build
-%cmake -DVAR_INSTALL_DIR:PATH=/var -DBUILD_DOGTAG_PKI_THEME:BOOL=ON -DJAVA_LIB_INSTALL_DIR=%{_jnidir} ..
+%cmake -DVERSION=%{version}-%{release} \
+	-DVAR_INSTALL_DIR:PATH=/var \
+	-DBUILD_DOGTAG_PKI_THEME:BOOL=ON \
+	-DJAVA_LIB_INSTALL_DIR=%{_jnidir} \
+	..
 %{__make} VERBOSE=1 %{?_smp_mflags}
 
 
@@ -357,6 +361,12 @@ chmod 755 %{buildroot}%{_datadir}/pki/tps-ui/cgi-bin/sow/cfg.pl
 
 
 %changelog
+* Mon Oct 1 2012 Ade Lee <alee at redhat.com> 10.0.0-0.2.a2
+- Update release to a2
+
+* Sun Sep 30 2012 Endi S. Dewata <edewata at redhat.com> 10.0.0-0.2.a1
+- Modified CMake to use RPM version number
+
 * Wed Feb  1 2012 Nathan Kinder <nkinder at redhat.com> 10.0.0-0.1.a1
 - Updated package version number
 
diff --git a/sources b/sources
index a486d69..22c2cdf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c1c84a6845776b1f0f2f698f6972f81  dogtag-pki-theme-10.0.0.a1.tar.gz
+9fcba596a2ec3577048e10ca4fef412d  dogtag-pki-theme-10.0.0.a2.tar.gz


More information about the scm-commits mailing list