2008-09-29 08:05:21 +00:00
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
|
|
|
Name: gflags
|
2010-01-30 07:04:07 +00:00
|
|
|
Version: 1.3
|
2013-08-03 13:05:11 +00:00
|
|
|
Release: 6%{?dist}
|
2008-09-29 08:05:21 +00:00
|
|
|
Summary: Library for commandline flag processing
|
|
|
|
|
|
|
|
Group: Development/Tools
|
|
|
|
License: BSD
|
|
|
|
URL: http://code.google.com/p/google-%{name}/
|
|
|
|
Source0: http://google-%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: python-setuptools-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
The gflags package contains a library that implements commandline
|
|
|
|
flags processing. As such it's a replacement for getopt(). It has
|
|
|
|
increased flexibility, including built-in support for C++ types like
|
|
|
|
string, and the ability to define flags in the source file in which
|
|
|
|
they're used.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains development files for %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
%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}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
# 2 out of 17 tests fail on x86_64
|
|
|
|
# disable test suite
|
2010-01-30 07:04:07 +00:00
|
|
|
|
2008-09-29 08:05:21 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc ChangeLog README COPYING
|
|
|
|
%{_bindir}/gflags_completions.sh
|
|
|
|
%{_libdir}/libgflags.so.*
|
2009-08-05 06:53:30 +00:00
|
|
|
%{_libdir}/libgflags_nothreads.so.*
|
2008-09-29 08:05:21 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc doc/designstyle.css doc/gflags.html
|
|
|
|
%{_libdir}/libgflags.so
|
2009-08-05 06:53:30 +00:00
|
|
|
%{_libdir}/libgflags_nothreads.so
|
2009-01-15 21:55:15 +00:00
|
|
|
%dir %{_includedir}/%{name}
|
|
|
|
%{_includedir}/%{name}/*.h
|
2008-09-29 08:05:21 +00:00
|
|
|
%dir %{_includedir}/google
|
|
|
|
%{_includedir}/google/*.h
|
|
|
|
|
|
|
|
%changelog
|
2013-08-03 13:05:11 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-13 22:43:22 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 04:54:10 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 03:13:54 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-09 00:13:54 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-01-30 07:04:07 +00:00
|
|
|
* Sat Jan 30 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 1.3-1
|
|
|
|
- Updated to 1.3
|
|
|
|
- Removed python bindings (they are separate project now)
|
|
|
|
|
2009-12-03 23:19:45 +00:00
|
|
|
* Fri Dec 04 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 1.2-1
|
|
|
|
- Updated to 1.2
|
|
|
|
|
2009-08-05 06:53:30 +00:00
|
|
|
* Wed Aug 05 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 1.1-1
|
|
|
|
- removed extra files included in %%files section and updated to 1.1
|
|
|
|
|
2009-07-24 23:55:39 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 22:02:52 +00:00
|
|
|
* Fri Feb 27 2009 Debarshi Ray <rishi@fedoraproject.org> - 1.0-3
|
|
|
|
- Fixed build failure with gcc-4.4.
|
|
|
|
|
2009-02-24 20:48:46 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-15 21:55:15 +00:00
|
|
|
* Fri Jan 16 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 1.0-1
|
|
|
|
- Updated to 1.0.
|
|
|
|
|
2008-11-29 16:37:01 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.9-7
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-09-29 08:05:21 +00:00
|
|
|
* Thu Sep 04 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-6
|
|
|
|
- fixed for F-8 provide eggs for non setuptools package
|
|
|
|
|
|
|
|
* 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
|
|
|
|
- fixed %%{includedir}
|
|
|
|
|
|
|
|
* Thu Aug 14 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-3
|
|
|
|
- fixed documentation, timestamp saving
|
|
|
|
- removed chrpath & cleaned some unwanted commands
|
|
|
|
- included python module
|
|
|
|
|
|
|
|
* Sat Aug 09 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-2
|
|
|
|
- remove automake and corrected configure option
|
|
|
|
|
|
|
|
* Thu Aug 07 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-1
|
|
|
|
- Initial build
|