This commit is contained in:
parent
35cac1f568
commit
9a08f01de6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
glog-0.3.0.tar.gz
|
||||
/glog-0.3.3.tar.gz
|
||||
/glog-0.3.5.tar.gz
|
||||
|
14
glog.spec
14
glog.spec
@ -1,15 +1,15 @@
|
||||
Name: glog
|
||||
Version: 0.3.3
|
||||
Release: 15%{?dist}
|
||||
Version: 0.3.5
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
Patch0: glog-0.3.3-gflags-namespace.patch
|
||||
URL: https://github.com/google/glog
|
||||
Source0: https://github.com/google/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: autoconf, gflags-devel >= 2.1.0
|
||||
Requires: gflags
|
||||
Requires: gflags-devel >= 2.1.0
|
||||
|
||||
%description
|
||||
Google glog is a library that implements application-level
|
||||
@ -29,7 +29,6 @@ developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -P 0
|
||||
|
||||
%build
|
||||
autoconf
|
||||
@ -61,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 29 2017 Filipe Rosset <rosset.filipe@gmail.com> - 0.3.5-1
|
||||
- Upgrade to latest 0.3.5 fix FTBFS rhbz #1423617 #1300053 and #1473570
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user