[gflags] Autoregen everything

Peter Lemenkov peter at fedoraproject.org
Sat Aug 31 13:40:12 UTC 2013


commit 0a39ceb8f3e4ce8498a5a256b4a02f568ffea9c5
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Sat Aug 31 17:39:56 2013 +0400

    Autoregen everything
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 gflags.spec |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/gflags.spec b/gflags.spec
index 860b35b..5e3dc57 100644
--- a/gflags.spec
+++ b/gflags.spec
@@ -2,7 +2,7 @@
 
 Name:           gflags
 Version:        1.3
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Library for commandline flag processing
 
 Group:          Development/Tools
@@ -10,6 +10,9 @@ License:        BSD
 URL:            http://code.google.com/p/google-%{name}/
 Source0:        http://google-%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRequires:  python-setuptools-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 
 %description
 The gflags package contains a library that implements commandline
@@ -28,14 +31,12 @@ Requires:       %{name}%{?_isa} = %{version}-%{release}
 This package contains development files for %{name}.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
+rm -f libtool
+autoreconf -ivf
 
 %build
 %configure --disable-static
-
-# Omit unused direct shared library dependencies.
-sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
-
 make %{?_smp_mflags}
 
 
@@ -75,6 +76,10 @@ rm -rf %{buildroot}/%{_datadir}/doc/%{name}-%{version}
 %{_includedir}/google/*.h
 
 %changelog
+* Sat Aug 31 2013 Peter Lemenkov <lemenkov at gmail.com> - 1.3-8
+- Use system-wide libtool
+- Autoregen everything
+
 * Tue Aug 06 2013 Peter Lemenkov <lemenkov at gmail.com> - 1.3-7
 - Cleanup spec-file (removed EL6/FC6 stuff)
 - Fix doc-files installation
@@ -125,7 +130,7 @@ rm -rf %{buildroot}/%{_datadir}/doc/%{name}-%{version}
 * Thu Sep 04 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.9-5
 - disable test suite because it failed on x86_64 (2/17)
 
-* Thu Aug 26 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.9-4
+* Tue Aug 26 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.9-4
 - fixed %%{includedir}
 
 * Thu Aug 14 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.9-3


More information about the scm-commits mailing list