[glite-jobid-api-cpp] New release 1.3.8 (L&B 4.0.12).

František Dvořák valtri at fedoraproject.org
Fri Nov 22 19:38:22 UTC 2013


commit 62225235cabd0c1a26a1d308402cdfd1023a4e22
Author: František Dvořák <valtri at civ.zcu.cz>
Date:   Fri Nov 22 20:37:07 2013 +0100

    New release 1.3.8 (L&B 4.0.12).

 .gitignore               |    1 +
 glite-jobid-api-cpp.spec |   30 +++++++++++++++++-------------
 sources                  |    2 +-
 3 files changed, 19 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 640aad2..009d958 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /glite-jobid-api-cpp-1.3.6.tar.gz
+/glite-jobid-api-cpp-1.3.8.tar.gz
diff --git a/glite-jobid-api-cpp.spec b/glite-jobid-api-cpp.spec
index 47fb529..0cda553 100644
--- a/glite-jobid-api-cpp.spec
+++ b/glite-jobid-api-cpp.spec
@@ -1,16 +1,18 @@
 Name:           glite-jobid-api-cpp
-Version:        1.3.6
-Release:        3%{?dist}
+Version:        1.3.8
+Release:        1%{?dist}
 Summary:        Dummy base package for gLite jobid C++ API
 
 License:        ASL 2.0
 Url:            http://glite.cern.ch
 Source:         http://scientific.zcu.cz/emi/emi.jobid.api-cpp/%{name}-%{version}.tar.gz
 
+BuildRequires:  perl
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(POSIX)
 BuildRequires:  pkgconfig
 BuildArch:      noarch
 
-
 %description
 This is a dummy package to build gLite jobid C++ API.
 
@@ -20,7 +22,6 @@ Summary:        C++ API handling gLite jobid
 Requires:       glite-jobid-api-c-devel
 Provides:       %{name} = %{version}-%{release}
 
-
 %description    devel
 C++ API handling gLite jobid. It is a thin wrapper of the C implementation
 (glite-jobid-api-c).
@@ -31,12 +32,8 @@ C++ API handling gLite jobid. It is a thin wrapper of the C implementation
 
 
 %build
-/usr/bin/perl ./configure --root=/ --prefix=%{_prefix} --module jobid.api-cpp
-make
-
-
-%check
-make check
+perl ./configure --root=/ --prefix=%{_prefix} --module jobid.api-cpp
+make %{?_smp_mflags}
 
 
 %install
@@ -49,10 +46,17 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.6-3
+* Fri Nov 22 2013 František Dvořák <valtri at civ.zcu.cz> - 1.3.8-1
+- New release 1.3.8 (L&B 4.0.12)
+- Perl dependencies
+- Enabled parallel build
+- Removed %check target
+
+-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
 * Tue May 28 2013 František Dvořák <valtri at civ.zcu.cz> - 1.3.6-2
-- noarch package
+- Noarch package
+
 * Thu May 02 2013 František Dvořák <valtri at civ.zcu.cz> - 1.3.6-1
-- initial package
+- Initial package
diff --git a/sources b/sources
index 50c5ab5..7a985d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f0f0960ce2a0fd3a09f33495756c8be  glite-jobid-api-cpp-1.3.6.tar.gz
+25eeeb6afdd9dd2854b1b6fec381c419  glite-jobid-api-cpp-1.3.8.tar.gz


More information about the scm-commits mailing list