rpms/pytc/F-11 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 pytc.spec, 1.1, 1.2 sources, 1.2, 1.3

Silas Sewell silas at fedoraproject.org
Tue May 26 06:13:57 UTC 2009


Author: silas

Update of /cvs/pkgs/rpms/pytc/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14209/F-11

Modified Files:
	.cvsignore import.log pytc.spec sources 
Log Message:
* Mon May 25 2009 Silas Sewell <silas at sewell.ch> - 0.8-1
- Update to 0.8



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pytc/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	31 Mar 2009 06:54:40 -0000	1.2
+++ .cvsignore	26 May 2009 06:13:27 -0000	1.3
@@ -1 +1 @@
-pytc-0.7.tar.gz
+pytc-0.8.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/pytc/F-11/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	31 Mar 2009 06:54:40 -0000	1.1
+++ import.log	26 May 2009 06:13:27 -0000	1.2
@@ -1 +1,2 @@
 pytc-0_7-2_fc10:HEAD:pytc-0.7-2.fc10.src.rpm:1238457498
+pytc-0_8-1_fc10:F-11:pytc-0.8-1.fc10.src.rpm:1243318404


Index: pytc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pytc/F-11/pytc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pytc.spec	31 Mar 2009 06:54:40 -0000	1.1
+++ pytc.spec	26 May 2009 06:13:27 -0000	1.2
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pytc
-Version:        0.7
-Release:        2%{?dist}
+Version:        0.8
+Release:        1%{?dist}
 Summary:        Tokyo Cabinet Python bindings
 
 Group:          Development/Languages
@@ -22,26 +22,34 @@ Python bindings for Tokyo Cabinet.
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+CFLAGS="%{optflags}" %{__python} setup.py build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+rm -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+# Fix non-standard-executable-perm error
+chmod 0755 %{buildroot}%{python_sitearch}/%{name}.so
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
 %doc PKG-INFO
-%{python_sitearch}/*info
-%attr(755, root, root) %{python_sitearch}/*.so
+%{python_sitearch}/%{name}.so
+%{python_sitearch}/%{name}-%{version}-*.egg-info
 
 %changelog
-* Thu Mar 26 2009 Silas Sewell <silas at sewell ch> - 0.7-2
+* Mon May 25 2009 Silas Sewell <silas at sewell.ch> - 0.8-1
+- Update to 0.8
+
+* Sun Apr 12 2009 Silas Sewell <silas at sewell.ch> - 0.7-3
+- Normalize spec
+
+* Thu Mar 26 2009 Silas Sewell <silas at sewell.ch> - 0.7-2
 - Update package name to conform to Fedora naming standards
-- Removed unneeded requires
+- Remove unneeded requires
 - Change define to global
 
-* Wed Mar 11 2009 Silas Sewell <silas at sewell ch> - 0.7-1
+* Wed Mar 11 2009 Silas Sewell <silas at sewell.ch> - 0.7-1
 - Initial build


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pytc/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	31 Mar 2009 06:54:40 -0000	1.2
+++ sources	26 May 2009 06:13:27 -0000	1.3
@@ -1 +1 @@
-a7346ee22dbe772fbdcd989282335bd8  pytc-0.7.tar.gz
+e656477796edac2fee7eb3d268cb5b28  pytc-0.8.tar.gz




More information about the scm-commits mailing list