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.0.tar.gz
|
||||||
/glog-0.3.3.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
|
Name: glog
|
||||||
Version: 0.3.3
|
Version: 0.3.5
|
||||||
Release: 15%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A C++ application logging library
|
Summary: A C++ application logging library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://code.google.com/p/google-glog
|
URL: https://github.com/google/glog
|
||||||
Source0: http://google-glog.googlecode.com/files/%{name}-%{version}.tar.gz
|
Source0: https://github.com/google/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch0: glog-0.3.3-gflags-namespace.patch
|
|
||||||
|
|
||||||
BuildRequires: autoconf, gflags-devel >= 2.1.0
|
BuildRequires: autoconf, gflags-devel >= 2.1.0
|
||||||
Requires: gflags
|
Requires: gflags
|
||||||
|
Requires: gflags-devel >= 2.1.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Google glog is a library that implements application-level
|
Google glog is a library that implements application-level
|
||||||
@ -29,7 +29,6 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -P 0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf
|
autoconf
|
||||||
@ -61,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-15
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user