[glite-lbjp-common-gsoap-plugin] New release 3.2.12 (L&B 4.1.2).

František Dvořák valtri at fedoraproject.org
Thu Jun 26 20:32:06 UTC 2014


commit bd8af22276963f46d09f93839e5e294a370f03e9
Author: František Dvořák <valtri at civ.zcu.cz>
Date:   Thu Jun 26 22:27:08 2014 +0200

    New release 3.2.12 (L&B 4.1.2).

 .gitignore                          |    1 +
 glite-lbjp-common-gsoap-plugin.spec |   16 ++++++++++------
 sources                             |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 137445e..11bbe48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /glite-lbjp-common-gsoap-plugin-3.2.10.tar.gz
 /glite-lbjp-common-gsoap-plugin-3.2.11.tar.gz
+/glite-lbjp-common-gsoap-plugin-3.2.12.tar.gz
diff --git a/glite-lbjp-common-gsoap-plugin.spec b/glite-lbjp-common-gsoap-plugin.spec
index 216fb59..a4c3e91 100644
--- a/glite-lbjp-common-gsoap-plugin.spec
+++ b/glite-lbjp-common-gsoap-plugin.spec
@@ -1,6 +1,6 @@
 Name:           glite-lbjp-common-gsoap-plugin
-Version:        3.2.11
-Release:        2%{?dist}
+Version:        3.2.12
+Release:        1%{?dist}
 Summary:        Plugin for gSoap to use glite-security-gss as the communication layer
 
 License:        ASL 2.0
@@ -9,13 +9,13 @@ Source:         http://scientific.zcu.cz/emi/emi.lbjp-common.gsoap-plugin/%{name
 
 BuildRequires:  c-ares-devel
 BuildRequires:  cppunit-devel
+BuildRequires:  glite-lbjp-common-gss-devel
 # gssapi is needed explicitly for gsoap-plugin, but the proper package is
 # known only in glite-lbjp-common-gss-devel:
 #  - gssapi from Globus (globus-gssapi-gsi-devel)
 #  - gssapi from MIT Kerberos (krb5-devel)
 #  - gssapi from Heimdal Kerberos
 #BuildRequires: globus-gssapi-gsi-devel
-BuildRequires:  glite-lbjp-common-gss-devel
 BuildRequires:  gsoap-devel
 BuildRequires:  libtool
 BuildRequires:  perl
@@ -53,9 +53,9 @@ CFLAGS="%{?optflags}" LDFLAGS="%{?__global_ldflags}" make check
 
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+make install DESTDIR=%{buildroot}
+rm -f %{buildroot}%{_libdir}/*.a
+rm -f %{buildroot}%{_libdir}/*.la
 
 
 %post -p /sbin/ldconfig
@@ -79,6 +79,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Thu Jun 26 2014 František Dvořák <valtri at civ.zcu.cz> - 3.2.12-1
+- New release 3.2.12 (L&B 4.1.2)
+- Consistent style with buildroot macro
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index b47a43a..0c76122 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24aa000b8e1f839233173f492fe87942  glite-lbjp-common-gsoap-plugin-3.2.11.tar.gz
+619f56f4f0f4879663bde8f54ba4270b  glite-lbjp-common-gsoap-plugin-3.2.12.tar.gz


More information about the scm-commits mailing list