Blame SPECS/gflags.spec

1504cf
Name:           gflags
1504cf
Version:        2.1.2
1504cf
Release:        6%{?dist}
1504cf
Summary:        Library for commandline flag processing
1504cf
1504cf
Group:          Development/Tools
1504cf
License:        BSD
1504cf
URL:            https://gflags.github.io/gflags/
1504cf
Source0:	https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
1504cf
Patch1:         gflags-0001-Set-VERSION-property-of-library-targets-to-major.patch
1504cf
BuildRequires:  python-setuptools
1504cf
BuildRequires:  cmake
1504cf
1504cf
%description
1504cf
The gflags package contains a library that implements commandline
1504cf
flags processing. As such it's a replacement for getopt(). It has
1504cf
increased flexibility, including built-in support for C++ types like
1504cf
string, and the ability to define flags in the source file in which
1504cf
they're used.
1504cf
1504cf
%package devel
1504cf
Summary:        Development files for %{name}
1504cf
Group:          Development/Libraries
1504cf
1504cf
Requires:       %{name}%{?_isa} = %{version}-%{release}
1504cf
1504cf
%description devel
1504cf
This package contains development files for %{name}.
1504cf
1504cf
%prep
1504cf
%setup -q
1504cf
%patch1 -p1 -b .lib_version
1504cf
1504cf
%build
1504cf
%cmake -DBUILD_TESTING:BOOL=ON .
1504cf
make %{?_smp_mflags}
1504cf
1504cf
%install
1504cf
make install DESTDIR=%{buildroot} INSTALL="install -p"
1504cf
1504cf
%check
1504cf
ctest
1504cf
1504cf
%post -p /sbin/ldconfig
1504cf
1504cf
%postun -p /sbin/ldconfig
1504cf
1504cf
%files
1504cf
%license COPYING.txt
1504cf
%doc AUTHORS.txt ChangeLog.txt README.md
1504cf
%{_bindir}/gflags_completions.sh
1504cf
%{_libdir}/libgflags.so.*
1504cf
%{_libdir}/libgflags_nothreads.so.*
1504cf
1504cf
%files devel
1504cf
%doc doc/designstyle.css doc/index.html
1504cf
%dir %{_includedir}/%{name}
1504cf
%{_includedir}/%{name}/*.h
1504cf
%{_libdir}/libgflags.so
1504cf
%{_libdir}/libgflags_nothreads.so
1504cf
%{_libdir}/cmake/%{name}
1504cf
1504cf
%changelog
1504cf
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-6
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1504cf
1504cf
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 2.1.2-5
1504cf
- Rebuilt for AutoReq cmake-filesystem
1504cf
1504cf
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-4
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1504cf
1504cf
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-3
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1504cf
1504cf
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-2
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1504cf
1504cf
* Sat Feb 27 2016 Evan Klitzke - 2.1.2-1
1504cf
- Upgrade to the latest upstream release, 2.1.2
1504cf
1504cf
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-9
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1504cf
1504cf
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-8
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1504cf
1504cf
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.1.1-7
1504cf
- Rebuilt for GCC 5 C++11 ABI change
1504cf
1504cf
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-6
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1504cf
1504cf
* Mon Jun 30 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 2.1.1-5
1504cf
- Replace python-setuptools-devel BR with python-setuptools
1504cf
1504cf
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-4
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1504cf
1504cf
* Thu May 01 2014 John Khvatov <ivaxer@fedoraproject.org> - 2.1.1-3
1504cf
- Add patch (from upstream) for shared library versining.
1504cf
1504cf
* Wed Apr 30 2014 John Khvatov <ivaxer@fedoraproject.org> - 2.1.1-2
1504cf
- Enable test suite
1504cf
- Update SourceURL (upstream moved to github)
1504cf
- Add patch to use LIB_SUFFIX in cmake configs
1504cf
- Spec cleanup
1504cf
1504cf
* Wed Apr 23 2014 Dan Fuhry <dfuhry@dattobackup.com> - 2.1.1-1
1504cf
- Updated to 2.1.1
1504cf
1504cf
* Sat Aug 31 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.3-8
1504cf
- Use system-wide libtool
1504cf
- Autoregen everything
1504cf
1504cf
* Tue Aug 06 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.3-7
1504cf
- Cleanup spec-file (removed EL6/FC6 stuff)
1504cf
- Fix doc-files installation
1504cf
1504cf
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-6
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1504cf
1504cf
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-5
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1504cf
1504cf
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-4
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1504cf
1504cf
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-3
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1504cf
1504cf
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1504cf
1504cf
* Sat Jan 30 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 1.3-1
1504cf
- Updated to 1.3
1504cf
- Removed python bindings (they are separate project now)
1504cf
1504cf
* Fri Dec 04 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 1.2-1
1504cf
- Updated to 1.2
1504cf
1504cf
* Wed Aug 05 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 1.1-1
1504cf
- removed extra files included in %%files section and updated to 1.1
1504cf
1504cf
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1504cf
1504cf
* Fri Feb 27 2009 Debarshi Ray <rishi@fedoraproject.org> - 1.0-3
1504cf
- Fixed build failure with gcc-4.4.
1504cf
1504cf
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
1504cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1504cf
1504cf
* Fri Jan 16 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 1.0-1
1504cf
- Updated to 1.0.
1504cf
1504cf
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.9-7
1504cf
- Rebuild for Python 2.6
1504cf
1504cf
* Thu Sep 04 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-6
1504cf
- fixed for F-8 provide eggs for non setuptools package
1504cf
1504cf
* Thu Sep 04 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-5
1504cf
- disable test suite because it failed on x86_64 (2/17)
1504cf
1504cf
* Tue Aug 26 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-4
1504cf
- fixed %%{includedir}
1504cf
1504cf
* Thu Aug 14 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-3
1504cf
- fixed documentation, timestamp saving
1504cf
- removed chrpath & cleaned some unwanted commands
1504cf
- included python module
1504cf
1504cf
* Sat Aug 09 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-2
1504cf
- remove automake and corrected configure option
1504cf
1504cf
* Thu Aug 07 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.9-1
1504cf
- Initial build