Updated to 1.1 and fixed FTBFS #511721
This commit is contained in:
parent
5745337219
commit
0f97337ec2
@ -1 +1 @@
|
|||||||
gflags-1.0.tar.gz
|
gflags-1.1.tar.gz
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
diff -urNp gflags-1.0.orig/src/gflags_completions.cc gflags-1.0/src/gflags_completions.cc
|
|
||||||
--- gflags-1.0.orig/src/gflags_completions.cc 2009-02-27 03:06:25.029458422 +0530
|
|
||||||
+++ gflags-1.0/src/gflags_completions.cc 2009-02-27 03:11:06.451708527 +0530
|
|
||||||
@@ -49,7 +49,8 @@
|
|
||||||
|
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
-#include <stdlib.h>
|
|
||||||
+#include <cstdio>
|
|
||||||
+#include <cstdlib>
|
|
||||||
|
|
||||||
#include <set>
|
|
||||||
#include <string>
|
|
13
gflags.spec
13
gflags.spec
@ -1,15 +1,14 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: gflags
|
Name: gflags
|
||||||
Version: 1.0
|
Version: 1.1
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for commandline flag processing
|
Summary: Library for commandline flag processing
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://code.google.com/p/google-%{name}/
|
URL: http://code.google.com/p/google-%{name}/
|
||||||
Source0: http://google-%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
|
Source0: http://google-%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||||
Patch0: %{name}-1.0-gcc44.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: python-setuptools-devel
|
BuildRequires: python-setuptools-devel
|
||||||
|
|
||||||
@ -31,7 +30,6 @@ This package contains development files for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -78,24 +76,27 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/gflags_completions.sh
|
%{_bindir}/gflags_completions.sh
|
||||||
%{_bindir}/gflags2man.py
|
%{_bindir}/gflags2man.py
|
||||||
%{_libdir}/libgflags.so.*
|
%{_libdir}/libgflags.so.*
|
||||||
|
%{_libdir}/libgflags_nothreads.so.*
|
||||||
%{python_sitelib}/gflags.py
|
%{python_sitelib}/gflags.py
|
||||||
%{python_sitelib}/gflags.pyc
|
%{python_sitelib}/gflags.pyc
|
||||||
%{python_sitelib}/gflags.pyo
|
%{python_sitelib}/gflags.pyo
|
||||||
%{python_sitelib}/*egg-info
|
%{python_sitelib}/*egg-info
|
||||||
%exclude %{_bindir}/*.pyc
|
|
||||||
%exclude %{_bindir}/*.pyo
|
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc doc/designstyle.css doc/gflags.html
|
%doc doc/designstyle.css doc/gflags.html
|
||||||
%{_libdir}/libgflags.so
|
%{_libdir}/libgflags.so
|
||||||
|
%{_libdir}/libgflags_nothreads.so
|
||||||
%dir %{_includedir}/%{name}
|
%dir %{_includedir}/%{name}
|
||||||
%{_includedir}/%{name}/*.h
|
%{_includedir}/%{name}/*.h
|
||||||
%dir %{_includedir}/google
|
%dir %{_includedir}/google
|
||||||
%{_includedir}/google/*.h
|
%{_includedir}/google/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 05 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 1.1-1
|
||||||
|
- removed extra files included in %%files section and updated to 1.1
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
gflags-0_9-6_fc10:HEAD:gflags-0.9-6.fc10.src.rpm:1222674675
|
gflags-0_9-6_fc10:HEAD:gflags-0.9-6.fc10.src.rpm:1222674675
|
||||||
gflags-1_0-1_fc10:HEAD:gflags-1.0-1.fc10.src.rpm:1232013079
|
gflags-1_0-1_fc10:HEAD:gflags-1.0-1.fc10.src.rpm:1232013079
|
||||||
|
gflags-1_1-1_fc11:HEAD:gflags-1.1-1.fc11.src.rpm:1249455264
|
||||||
|
Loading…
Reference in New Issue
Block a user