]> git.pld-linux.org Git - SPECS.git/blob - python-pywbxml.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / python-pywbxml.spec
1 Summary:        SynCE - Python bindings for wbxml2
2 Summary(pl.UTF-8):      SynCE - wiązania Pythona do biblioteki wbxml2
3 Name:           python-pywbxml
4 Version:        0.1
5 Release:        1
6 License:        MIT
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/synce/pywbxml-%{version}.tar.gz
9 # Source0-md5:  6a1181b7be09ba69fe6768a0f6156416
10 URL:            http://www.synce.org/
11 BuildRequires:  pkgconfig
12 BuildRequires:  python-Pyrex
13 BuildRequires:  python-devel >= 1:2.4
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  libwbxml-devel >= 0.9.2
16 Obsoletes:      synce-pywbxml
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 SynCE - Python bindings for wbxml2.
21
22 %description -l pl.UTF-8
23 SynCE - wiązania Pythona do biblioteki wbxml2.
24
25 %prep
26 %setup -q -n pywbxml-%{version}
27
28 %build
29 %configure \
30         --disable-static
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 rm -f $RPM_BUILD_ROOT%{py_sitedir}/pywbxml.la
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS COPYING
47 %attr(755,root,root) %{py_sitedir}/pywbxml.so
This page took 1.133157 seconds and 3 git commands to generate.