rpms/gflags/devel .cvsignore, 1.5, 1.6 gflags.spec, 1.8, 1.9 import.log, 1.4, 1.5 sources, 1.5, 1.6

Rakesh Pandit rakesh at fedoraproject.org
Sat Jan 30 07:04:08 UTC 2010


Author: rakesh

Update of /cvs/pkgs/rpms/gflags/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16050/devel

Modified Files:
	.cvsignore gflags.spec import.log sources 
Log Message:
Updated to 1.3
Removed python bindings (they are separate project now)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gflags/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	3 Dec 2009 23:19:44 -0000	1.5
+++ .cvsignore	30 Jan 2010 07:04:07 -0000	1.6
@@ -1 +1 @@
-gflags-1.2.tar.gz
+gflags-1.3.tar.gz


Index: gflags.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gflags/devel/gflags.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- gflags.spec	3 Dec 2009 23:19:44 -0000	1.8
+++ gflags.spec	30 Jan 2010 07:04:07 -0000	1.9
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           gflags
-Version:        1.2
+Version:        1.3
 Release:        1%{?dist}
 Summary:        Library for commandline flag processing
 
@@ -39,9 +39,6 @@ sed --in-place --expression 's! -shared 
 
 make %{?_smp_mflags}
 
-# build python module
-cd python
-CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -49,18 +46,11 @@ make install DESTDIR=$RPM_BUILD_ROOT INS
 
 find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 
-# install python module
-cd python
-%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root $RPM_BUILD_ROOT
-
-# executable permission for script
-chmod 755 $RPM_BUILD_ROOT%{python_sitelib}/gflags.py
 
 %check
 # 2 out of 17 tests fail on x86_64
 # disable test suite
-cd python
-#%{__python} %{name}_unittest.py
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,13 +64,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc ChangeLog README COPYING
 %{_bindir}/gflags_completions.sh
-%{_bindir}/gflags2man.py
 %{_libdir}/libgflags.so.*
 %{_libdir}/libgflags_nothreads.so.*
-%{python_sitelib}/gflags.py
-%{python_sitelib}/gflags.pyc
-%{python_sitelib}/gflags.pyo
-%{python_sitelib}/*egg-info
 
 
 %files devel
@@ -94,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/google/*.h
 
 %changelog
+* Sat Jan 30 2010 Rakesh Pandit <rakesh at fedoraproject.org> - 1.3-1
+- Updated to 1.3
+- Removed python bindings (they are separate project now)
+
 * Fri Dec 04 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 1.2-1
 - Updated to 1.2
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/gflags/devel/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	3 Dec 2009 23:19:44 -0000	1.4
+++ import.log	30 Jan 2010 07:04:07 -0000	1.5
@@ -2,3 +2,4 @@ gflags-0_9-6_fc10:HEAD:gflags-0.9-6.fc10
 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
 gflags-1_2-1_fc12:HEAD:gflags-1.2-1.fc12.src.rpm:1259881814
+gflags-1_3-1_fc13:HEAD:gflags-1.3-1.fc13.src.rpm:1264836143


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gflags/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	3 Dec 2009 23:19:45 -0000	1.5
+++ sources	30 Jan 2010 07:04:07 -0000	1.6
@@ -1 +1 @@
-cf1b55773e49b721fa8e1faf01c0384b  gflags-1.2.tar.gz
+6da3d3b9cd82c222b521ae686b6cfa8b  gflags-1.3.tar.gz



More information about the scm-commits mailing list