rpms/pytc/devel import.log, NONE, 1.1 pytc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Silas Sewell silas at fedoraproject.org
Tue Mar 31 06:55:10 UTC 2009


Author: silas

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pytc.spec 
Log Message:
Initial Fedora commit



--- NEW FILE import.log ---
pytc-0_7-2_fc10:HEAD:pytc-0.7-2.fc10.src.rpm:1238457498


--- NEW FILE pytc.spec ---
%{!?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}
Summary:        Tokyo Cabinet Python bindings

Group:          Development/Languages
License:        BSD
URL:            http://pypi.python.org/pypi/pytc
Source0:        http://pypi.python.org/packages/source/p/pytc/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildRequires:  tokyocabinet-devel
BuildRequires:  python-setuptools

%description
Python bindings for Tokyo Cabinet.

%prep
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc PKG-INFO
%{python_sitearch}/*info
%attr(755, root, root) %{python_sitearch}/*.so

%changelog
* 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
- Change define to global

* Wed Mar 11 2009 Silas Sewell <silas at sewell ch> - 0.7-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pytc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Mar 2009 21:50:10 -0000	1.1
+++ .cvsignore	31 Mar 2009 06:54:40 -0000	1.2
@@ -0,0 +1 @@
+pytc-0.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pytc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Mar 2009 21:50:10 -0000	1.1
+++ sources	31 Mar 2009 06:54:40 -0000	1.2
@@ -0,0 +1 @@
+a7346ee22dbe772fbdcd989282335bd8  pytc-0.7.tar.gz




More information about the fedora-extras-commits mailing list