[packages/python-elixir] cleanups; rebuild with pythonegg deps
glen
glen at pld-linux.org
Wed Feb 11 19:49:37 CET 2015
commit 2e9dbf33e0d95b9da428f47f14c93659177e3377
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Feb 11 20:49:28 2015 +0200
cleanups; rebuild with pythonegg deps
python-elixir.spec | 21 ++++++---------------
1 file changed, 6 insertions(+), 15 deletions(-)
---
diff --git a/python-elixir.spec b/python-elixir.spec
index 00a2878..4d9f822 100644
--- a/python-elixir.spec
+++ b/python-elixir.spec
@@ -3,18 +3,15 @@ Summary: Declarative layer on top of the SQLAlchemy library
Summary(pl.UTF-8): Warstwa nad biblioteką SQLAlchemy.
Name: python-%{module}
Version: 0.7.1
-Release: 2
+Release: 3
License: MIT
Group: Development/Languages/Python
Source0: http://pypi.python.org/packages/source/E/Elixir/Elixir-%{version}.tar.gz
# Source0-md5: 5615ec9693e3a8e44f69623d58f54116
URL: http://elixir.ematia.de/trac/wiki
-BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: rpm-pythonprov
-# if py_postclean is used
BuildRequires: rpmbuild(macros) >= 1.219
-#Requires: python-libs
Requires: python-SQLAlchemy
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,15 +27,14 @@ Python objects.
%description -l pl.UTF-8
Cienka dodatkowa warstwa ponad SQLAlchemy. Pozwala tworzyć proste
klasy Pythonowe bezpośrednio mapowane do tabel relacyjnej bazy danych
-(często nazywane też wzorcem projektowym Active Record) dając wiele
-z zalet tradycyjnych baz danych bez straty wygody obiektów
-Pythonowych.
+(często nazywane też wzorcem projektowym Active Record) dając wiele z
+zalet tradycyjnych baz danych bez straty wygody obiektów Pythonowych.
%prep
%setup -q -n Elixir-%{version}
%build
-export CFLAGS="%{rpmcflags}"
+CFLAGS="%{rpmcflags}" \
%{__python} setup.py build
%install
@@ -56,10 +52,5 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-## %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
-##%{py_sitedir}/*.py[co]
-## %attr(755,root,root) %{py_sitedir}/*.so
-%{py_sitescriptdir}/%{module}
-##%if "%{py_ver}" > "2.4"
-%{py_sitescriptdir}/Elixir-*.egg-info
-##%endif
+%{py_sitescriptdir}/elixir
+%{py_sitescriptdir}/Elixir-%{version}-py*.egg-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-elixir.git/commitdiff/2e9dbf33e0d95b9da428f47f14c93659177e3377
More information about the pld-cvs-commit
mailing list