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

James Bowes (jbowes) fedora-extras-commits at redhat.com
Sat Jun 30 15:27:10 UTC 2007


Author: jbowes

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-elixir.spec 
Log Message:
Initial import of python-elixir



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

Name:           python-elixir
Version:        0.3.0
Release:        1%{?dist}
Summary:        A declarative mapper for SQLAlchemy

Group:          Development/Languages
License:        MIT
URL:            http://elixir.ematia.de/
Source0:        http://cheeseshop.python.org/packages/source/E/Elixir/Elixir-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools

Requires:       python-sqlalchemy


%description
Elixir is a declarative layer on top of SQLAlchemy. It is a fairly thin
wrapper, which provides the ability to define model objects following the
Active Record design pattern, and using a DSL syntax similar to that of the
Ruby on Rails ActiveRecord system.

Elixir does not intend to replace SQLAlchemy's core features, but instead
focuses on providing a simpler syntax for defining model objects when you do
not need the full expressiveness of SQLAlchemy's manual mapper definitions.


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


%build
%{__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 CHANGES LICENSE FAQ README TODO
# For noarch packages: sitelib
%{python_sitelib}/*


%changelog
* Sun Jun 24 2007 James Bowes <jbowes at redhat.com> - 0.3.0-1
- Initial packaging for Fedora.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-elixir/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jun 2007 20:38:35 -0000	1.1
+++ .cvsignore	30 Jun 2007 15:26:34 -0000	1.2
@@ -0,0 +1 @@
+Elixir-0.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-elixir/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jun 2007 20:38:35 -0000	1.1
+++ sources	30 Jun 2007 15:26:34 -0000	1.2
@@ -0,0 +1 @@
+29de10d65eeae5032b668f82be5d13ea  Elixir-0.3.0.tar.gz




More information about the fedora-extras-commits mailing list