2008-09-29 08:05:21 +00:00
|
|
|
Name: gflags
|
2019-05-12 13:27:17 +00:00
|
|
|
Version: 2.2.2
|
2019-07-25 01:53:11 +00:00
|
|
|
Release: 2%{?dist}
|
2008-09-29 08:05:21 +00:00
|
|
|
Summary: Library for commandline flag processing
|
|
|
|
|
|
|
|
License: BSD
|
2016-02-27 20:56:11 +00:00
|
|
|
URL: https://gflags.github.io/gflags/
|
2018-10-02 06:54:39 +00:00
|
|
|
Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
2018-07-09 17:06:44 +00:00
|
|
|
BuildRequires: gcc-c++
|
2018-03-15 02:34:33 +00:00
|
|
|
BuildRequires: python2-setuptools
|
2014-04-30 22:43:17 +00:00
|
|
|
BuildRequires: cmake
|
2008-09-29 08:05:21 +00:00
|
|
|
|
|
|
|
%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}
|
|
|
|
|
2013-08-06 12:24:37 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2008-09-29 08:05:21 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains development files for %{name}.
|
|
|
|
|
|
|
|
%prep
|
2013-08-31 13:39:56 +00:00
|
|
|
%setup -q
|
2008-09-29 08:05:21 +00:00
|
|
|
|
|
|
|
%build
|
2018-10-02 06:54:39 +00:00
|
|
|
%cmake -DBUILD_TESTING:BOOL=ON \
|
|
|
|
-DINSTALL_HEADERS:BOOL=ON \
|
|
|
|
-DREGISTER_BUILD_DIR:BOOL=OFF \
|
|
|
|
-DREGISTER_INSTALL_PREFIX:BOOL=OFF .
|
|
|
|
%make_build
|
2008-09-29 08:05:21 +00:00
|
|
|
|
|
|
|
%install
|
2018-10-02 06:54:39 +00:00
|
|
|
%make_install
|
2008-09-29 08:05:21 +00:00
|
|
|
|
|
|
|
%check
|
2014-04-30 22:43:17 +00:00
|
|
|
ctest
|
2008-09-29 08:05:21 +00:00
|
|
|
|
2019-01-22 17:39:03 +00:00
|
|
|
%ldconfig_scriptlets
|
2008-09-29 08:05:21 +00:00
|
|
|
|
|
|
|
%files
|
2016-02-27 20:56:11 +00:00
|
|
|
%license COPYING.txt
|
|
|
|
%doc AUTHORS.txt ChangeLog.txt README.md
|
2008-09-29 08:05:21 +00:00
|
|
|
%{_bindir}/gflags_completions.sh
|
2014-05-01 02:26:11 +00:00
|
|
|
%{_libdir}/libgflags.so.*
|
|
|
|
%{_libdir}/libgflags_nothreads.so.*
|
2008-09-29 08:05:21 +00:00
|
|
|
|
|
|
|
%files devel
|
2009-01-15 21:55:15 +00:00
|
|
|
%dir %{_includedir}/%{name}
|
|
|
|
%{_includedir}/%{name}/*.h
|
2014-05-01 02:26:11 +00:00
|
|
|
%{_libdir}/libgflags.so
|
2018-10-02 06:54:39 +00:00
|
|
|
%{_libdir}/pkgconfig/gflags.pc
|
2014-05-01 02:26:11 +00:00
|
|
|
%{_libdir}/libgflags_nothreads.so
|
2014-04-30 22:43:17 +00:00
|
|
|
%{_libdir}/cmake/%{name}
|
2008-09-29 08:05:21 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-07-25 01:53:11 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-12 13:27:17 +00:00
|
|
|
* Sun May 12 2019 Sérgio Basto <sergio@serjux.com> - 2.2.2-1
|
|
|
|
- Update gflags to 2.2.2
|
|
|
|
|
2019-01-31 20:57:44 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-10-02 06:54:39 +00:00
|
|
|
* Tue Oct 02 2018 Sérgio Basto <sergio@serjux.com> - 2.2.1-1
|
|
|
|
- Update to 2.2.1
|
|
|
|
- Patch1 already upstreamed
|
|
|
|
|
2018-07-13 01:25:00 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-03-15 02:34:33 +00:00
|
|
|
* Thu Mar 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.1.2-7
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2018-02-07 11:04:44 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-07 08:42:45 +00:00
|
|
|
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 2.1.2-5
|
|
|
|
- Rebuilt for AutoReq cmake-filesystem
|
|
|
|
|
2017-08-02 21:07:52 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:26:21 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 10:27:13 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-27 20:56:11 +00:00
|
|
|
* Sat Feb 27 2016 Evan Klitzke - 2.1.2-1
|
|
|
|
- Upgrade to the latest upstream release, 2.1.2
|
|
|
|
|
2016-02-03 21:18:20 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 07:21:51 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-02 11:54:52 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.1.1-7
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2014-08-16 14:23:09 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-30 20:22:36 +00:00
|
|
|
* Mon Jun 30 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 2.1.1-5
|
|
|
|
- Replace python-setuptools-devel BR with python-setuptools
|
|
|
|
|
2014-06-07 14:08:45 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-01 02:37:08 +00:00
|
|
|
* Thu May 01 2014 John Khvatov <ivaxer@fedoraproject.org> - 2.1.1-3
|
2014-05-01 02:26:11 +00:00
|
|
|
- Add patch (from upstream) for shared library versining.
|
|
|
|
|
2014-04-30 22:43:17 +00:00
|
|
|
* Wed Apr 30 2014 John Khvatov <ivaxer@fedoraproject.org> - 2.1.1-2
|
|
|
|
- Enable test suite
|
|
|
|
- Update SourceURL (upstream moved to github)
|
|
|
|
- Add patch to use LIB_SUFFIX in cmake configs
|
|
|
|
- Spec cleanup
|
|
|
|
|
|
|
|
* Wed Apr 23 2014 Dan Fuhry <dfuhry@dattobackup.com> - 2.1.1-1
|
|
|
|
- Updated to 2.1.1
|
|
|
|
|
2013-08-31 13:39:56 +00:00
|
|
|
* Sat Aug 31 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.3-8
|
|
|
|
- Use system-wide libtool
|
|
|
|
- Autoregen everything
|
|
|
|
|
2013-08-06 12:24:37 +00:00
|
|
|
* Tue Aug 06 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.3-7
|
|
|
|
- Cleanup spec-file (removed EL6/FC6 stuff)
|
|
|
|
- Fix doc-files installation
|
|
|
|
|
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)
|
|
|
|
|
2013-08-31 13:39:56 +00:00
|
|
|
* Tue Aug 26 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-4
|
2008-09-29 08:05:21 +00:00
|
|
|
- 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
|