2008-12-15 12:28:02 +00:00
|
|
|
Name: glog
|
2013-07-31 13:35:21 +00:00
|
|
|
Version: 0.3.3
|
2014-06-07 16:42:23 +00:00
|
|
|
Release: 7%{?dist}
|
2008-12-15 12:28:02 +00:00
|
|
|
Summary: A C++ application logging library
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: BSD
|
|
|
|
URL: http://code.google.com/p/google-glog
|
|
|
|
Source0: http://google-glog.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
|
|
|
2014-04-28 03:05:29 +00:00
|
|
|
Patch0: glog-0.3.3-gflags-namespace.patch
|
|
|
|
|
|
|
|
BuildRequires: autoconf, gflags-devel >= 2.1.0
|
|
|
|
Requires: gflags
|
2008-12-15 12:28:02 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Google glog is a library that implements application-level
|
|
|
|
logging. This library provides logging APIs based on C++-style
|
|
|
|
streams and various helper macros.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2014-04-28 03:05:29 +00:00
|
|
|
%patch -p1 -P 0
|
2008-12-15 12:28:02 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoconf
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
2013-08-05 08:36:37 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
|
2008-12-15 12:28:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc ChangeLog COPYING README
|
|
|
|
%{_libdir}/libglog.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc doc/designstyle.css doc/glog.html
|
|
|
|
%{_libdir}/libglog.so
|
2009-08-03 10:52:56 +00:00
|
|
|
%{_libdir}/pkgconfig/libglog.pc
|
2008-12-15 12:28:02 +00:00
|
|
|
%dir %{_includedir}/glog
|
|
|
|
%{_includedir}/glog/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2014-06-07 16:42:23 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-02 09:55:52 +00:00
|
|
|
* Thu May 01 2014 John Khvatov <ivaxer@fedoraproject.org> - 0.3.3-6
|
2014-05-01 02:38:38 +00:00
|
|
|
- Rebuild against gflags.so.2.1
|
|
|
|
|
2014-04-28 03:05:29 +00:00
|
|
|
* Thu Apr 24 2014 Dan Fuhry <dfuhry@dattobackup.com> - 0.3.3-4
|
|
|
|
- Added patch for compatibility with gflags >= 2.1.0.
|
|
|
|
|
2013-08-05 08:36:37 +00:00
|
|
|
* Mon Aug 05 2013 John Khvatov <ivaxer@fedoraproject.org> - 0.3.3-3
|
|
|
|
- Removed installed but untracked docs.
|
|
|
|
Fix for https://fedoraproject.org/wiki/Changes/UnversionedDocdirs
|
|
|
|
|
2013-08-03 15:07:01 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-31 13:35:21 +00:00
|
|
|
* Wed Jul 31 2013 John Khvatov <ivaxer@fedoraproject.org> - 0.3.3-1
|
|
|
|
- update to 0.3.3
|
|
|
|
|
2013-02-13 23:48:41 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 07:20:09 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-02-28 18:30:52 +00:00
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-4
|
|
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
|
2012-01-13 03:39:55 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-09 03:16:37 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2009-08-03 10:52:56 +00:00
|
|
|
* Mon Aug 03 2009 John A. Khvatov <ivaxer@fedoraproject.org> - 0.3.0-1
|
|
|
|
- update to 0.3.0
|
|
|
|
|
2009-07-25 00:24:08 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 23:40:29 +00:00
|
|
|
* Fri Feb 27 2009 John A. Khvatov <ivaxer@fedoraproject.org> 0.2-5
|
|
|
|
- fixes for gcc 4.4
|
2009-02-26 21:48:20 +00:00
|
|
|
|
2009-02-24 22:12:11 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-25 10:36:09 +00:00
|
|
|
* Sun Jan 25 2009 John A. Khvatov <ivaxer@fedoraproject.org> 0.2-2
|
|
|
|
- update to 0.2
|
|
|
|
|
2008-12-15 12:28:02 +00:00
|
|
|
* Thu Dec 4 2008 John A. Khvatov <ivaxer@fedoraproject.org> 0.1.2-6
|
|
|
|
- fix %%{_includedir}
|
|
|
|
- fixed documentation
|
|
|
|
|
|
|
|
* Wed Dec 3 2008 John A. Khvatov <ivaxer@fedoraproject.org> 0.1.2-5
|
|
|
|
- Added configure regeneration
|
|
|
|
|
|
|
|
* Tue Dec 2 2008 John A. Khvatov <ivaxer@fedoraproject.org> 0.1.2-4
|
|
|
|
- Initial release
|