]> git.pld-linux.org Git - packages/sip.git/blob - sip.spec
- updated to 3.0,
[packages/sip.git] / sip.spec
1 Summary:        Python bindings generator for C++ class libraries.
2 Summary(pl):    Generator powi±zañ Pythona z bibliotekami klas C++
3 Name:           sip
4 Version:        3.0
5 Release:        1
6 License:        BSD-like
7 Group:          Development/Languages/Python
8 Group(de):      Entwicklung/Sprachen/Python
9 Group(pl):      Programowanie/Jêzyki/Python
10 Source0:        http://www.river-bank.demon.co.uk/software/%{name}-%{version}.tar.gz
11 URL:            http://www.thekompany.com/projects/pykde/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 Requires:       python >= 1.5
14
15 %description
16 Generates Python bindings for C++ class libraries from a set of class
17 specification files. Also includes a runtime support library needed by
18 all generated bindings.
19
20 %description -l pl
21 Generuje powi±zania Pythona z bibliotekami klas C++ ze zbioru plików
22 ze specyfikacjami klas. Zawiera te¿ bibliotekê potrzebn± do uruchomienia
23 wszystkich wygenerowanych powi±zañ.
24
25 %prep
26 %setup -q
27
28 %build
29 ./configure --prefix=%{_prefix}
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__make} DESTDIR=$RPM_BUILD_ROOT install
35
36 %post   -p /sbin/ldconfig
37 %postun -p /sbin/ldconfig
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %attr(755,root,root) %{_bindir}/sip
45 %dir %{_includedir}
46 %{_includedir}/sip/sip.h
47 %{_includedir}/sip/sipQt.h
48 %{_libdir}/libsip.a
49 %attr(755,root,root) %{_libdir}/libsip.la
50 %attr(755,root,root) %{_libdir}/libsip.so
51 %attr(755,root,root) %{_libdir}/libsip.so.7
52 %attr(755,root,root) %{_libdir}/libsip.so.7.0.0
This page took 0.035833 seconds and 4 git commands to generate.