Autoregen everything
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
f162ccfcf8
commit
0a39ceb8f3
19
gflags.spec
19
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@gmail.com> - 1.3-8
|
||||
- Use system-wide libtool
|
||||
- Autoregen everything
|
||||
|
||||
* Tue Aug 06 2013 Peter Lemenkov <lemenkov@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@fedoraproject.org> 0.9-5
|
||||
- disable test suite because it failed on x86_64 (2/17)
|
||||
|
||||
* Thu Aug 26 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-4
|
||||
* Tue Aug 26 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-4
|
||||
- fixed %%{includedir}
|
||||
|
||||
* Thu Aug 14 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-3
|
||||
|
Loading…
Reference in New Issue
Block a user