rpms/python-durus/devel python-durus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Shahms King (shahms) fedora-extras-commits at redhat.com
Wed Mar 9 23:05:54 UTC 2005


Author: shahms

Update of /cvs/extras/rpms/python-durus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28306/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-durus.spec 
Log Message:
auto-import python-durus-1.4-1 on branch devel from python-durus-1.4-1.src.rpm


--- NEW FILE python-durus.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%define srcname Durus

Name:           python-durus
Version:        1.4
Release:        1
Summary:        A Python Object Database

Group:          Development/Libraries
License:        CNRI
URL:            http://www.mems-exchange.org/software/durus/
Source0:        http://www.mems-exchange.org/software/files/durus/Durus-1.4.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")

%description
Durus is a persistent object system for applications written in the Python
programming language. It offers an easy way to use and maintain a consistent
collection of object instances used by one or more processes. Access and change
of a persistent instances is managed through a cached Connection instance which
includes commit() and abort() methods so that changes are transactional.
Durus is best suited to collections of less than a million instances with
relatively stable state.

%prep
%setup -q -n %{srcname}-%{version}


%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 doc/ *.txt
%dir %{python_sitearch}/durus
%{python_sitearch}/durus/*.so
%{python_sitearch}/durus/*.py
%{python_sitearch}/durus/*.pyc
%ghost %{python_sitearch}/durus/*.pyo
%{_bindir}/durus

%changelog
* Tue Mar 01 2005 Shahms E. King <shahms at shahms.com> 1.4-1
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-durus/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Mar 2005 23:05:08 -0000	1.1
+++ .cvsignore	9 Mar 2005 23:05:50 -0000	1.2
@@ -0,0 +1 @@
+Durus-1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-durus/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Mar 2005 23:05:08 -0000	1.1
+++ sources	9 Mar 2005 23:05:50 -0000	1.2
@@ -0,0 +1 @@
+e79aed3bfa1dea3020507082f147600b  Durus-1.4.tar.gz




More information about the fedora-extras-commits mailing list