]> git.pld-linux.org Git - packages/python-elixir.git/commitdiff
cleanups; rebuild with pythonegg deps auto/th/python-elixir-0.7.1-3
authorElan Ruusamäe <glen@delfi.ee>
Wed, 11 Feb 2015 18:49:28 +0000 (20:49 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 11 Feb 2015 18:49:28 +0000 (20:49 +0200)
python-elixir.spec

index 00a28786288c4913267c9765b2fa93c44b99a6f8..4d9f82235f4ca53a10ce4dc93b6e8398b8bfad7c 100644 (file)
@@ -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
This page took 0.07816 seconds and 4 git commands to generate.