Author: jbowes
Update of /cvs/extras/rpms/python-elixir/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29872
Modified Files: sources Added Files: python-elixir.spec Log Message: python-elixir-0.3.0 for F-7
--- 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-%%7Bversion%7D.... 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@redhat.com - 0.3.0-1 - Initial packaging for Fedora.
Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-elixir/F-7/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:33:36 -0000 1.2 @@ -0,0 +1 @@ +29de10d65eeae5032b668f82be5d13ea Elixir-0.3.0.tar.gz
scm-commits@lists.fedoraproject.org