[glite-lbjp-common-log] New release 1.3.11 (L&B 4.1.2), delete old patches.

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


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

    New release 1.3.11 (L&B 4.1.2), delete old patches.

 .gitignore                 |    1 +
 cflags.patch               |   24 ---------
 docdir.patch               |  122 --------------------------------------------
 glite-lbjp-common-log.spec |   16 ++++--
 sources                    |    2 +-
 5 files changed, 12 insertions(+), 153 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f64d04f..938d5cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /glite-lbjp-common-log-1.3.8.tar.gz
 /glite-lbjp-common-log-1.3.9.tar.gz
 /glite-lbjp-common-log-1.3.10.tar.gz
+/glite-lbjp-common-log-1.3.11.tar.gz
diff --git a/glite-lbjp-common-log.spec b/glite-lbjp-common-log.spec
index fa3b99b..ab99b1c 100644
--- a/glite-lbjp-common-log.spec
+++ b/glite-lbjp-common-log.spec
@@ -1,8 +1,8 @@
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
 Name:           glite-lbjp-common-log
-Version:        1.3.10
-Release:        2%{?dist}
+Version:        1.3.11
+Release:        1%{?dist}
 Summary:        Definitions of glite common logging formats for LB and JP
 
 License:        ASL 2.0
@@ -43,10 +43,10 @@ CFLAGS="%{?optflags}" LDFLAGS="%{?__global_ldflags}" make check
 
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-install -m 0644 ChangeLog LICENSE $RPM_BUILD_ROOT%{_pkgdocdir}
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+make install DESTDIR=%{buildroot}
+install -m 0644 ChangeLog LICENSE %{buildroot}%{_pkgdocdir}
+rm -f %{buildroot}%{_libdir}/*.a
+rm -f %{buildroot}%{_libdir}/*.la
 
 
 %post -p /sbin/ldconfig
@@ -75,6 +75,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Thu Jun 26 2014 František Dvořák <valtri at civ.zcu.cz> - 1.3.11-1
+- New release 1.3.11 (L&B 4.1.2)
+- Consistent style with buildroot macro
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index b172faf..454d204 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c19910597c2ccf22eef4878c9e51cab  glite-lbjp-common-log-1.3.10.tar.gz
+70601522b1b6b25563649a0768381cc9  glite-lbjp-common-log-1.3.11.tar.gz


More information about the scm-commits mailing list