]> git.pld-linux.org Git - SPECS.git/blob - python-bazaar.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / python-bazaar.spec
1
2 %define module  bazaar
3
4 Summary:        Abstraction layer between relational database and object oriented application
5 Summary(pl.UTF-8):      Warstwa abstrakcji między bazą relacyjną a aplikacją zorientowaną obiektowo
6 Name:           python-bazaar
7 Version:        0.99.6
8 Release:        4
9 License:        LGPL
10 Group:          Libraries/Python
11 Source0:        http://savannah.nongnu.org/download/bazaar/%{module}-%{version}.tar.bz2
12 # Source0-md5:  e9808782a64e912c3a77d7e4c478637c
13 URL:            http://www.nongnu.org/bazaar/
14 BuildRequires:  python-devel >= 1:2.3
15 BuildRequires:  python-modules
16 BuildRequires:  rpm-pythonprov
17 %pyrequires_eq  python-modules
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Easy to use and powerful abstraction layer between relational database
23 and object oriented application.
24
25 %description -l pl.UTF-8
26 Łatwa w użyciu i potężna warstwa abstrakcji między relacyjną bazą
27 danych a aplikacją zorientowaną obiektowo.
28
29 %prep
30 %setup -q -n %{module}-%{version}
31
32 %build
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py | xargs rm
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog NEWS README doc/html doc/pdf/api.pdf
50 %{py_sitescriptdir}/bazaar
This page took 0.174289 seconds and 3 git commands to generate.