]> git.pld-linux.org Git - SPECS.git/blob - python-pyclutter-gst.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / python-pyclutter-gst.spec
1 Summary:        Python bindings for the Clutter-GStreamer integration library
2 Summary(pl.UTF-8):      Dowiązania Pythona do biblioteki integrującej Clutter-GStreamer
3 Name:           python-pyclutter-gst
4 Version:        1.0.0
5 Release:        1
6 License:        LGPL v2.1
7 Group:          Libraries/Python
8 Source0:        http://source.clutter-project.org/sources/pyclutter-gst/1.0/pyclutter-gst-%{version}.tar.bz2
9 # Source0-md5:  b1cc99a70042bb91ad75937405ed64d9
10 URL:            http://www.clutter-project.org/
11 BuildRequires:  autoconf >= 2.53
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  clutter-devel >= 1.0.0
14 BuildRequires:  clutter-gst-devel >= 1.0.0
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig
17 BuildRequires:  python-devel >= 1:2.5
18 BuildRequires:  python-gstreamer-devel >= 0.10
19 BuildRequires:  python-pyclutter-devel >= 1.0.0
20 BuildRequires:  python-pygobject-devel >= 2.12.1
21 BuildRequires:  rpm-pythonprov
22 BuildRequires:  rpmbuild(macros) >= 1.219
23 %pyrequires_eq  python-libs
24 Requires:       clutter >= 1.0.0
25 Requires:       clutter-gst >= 1.0.0
26 Requires:       python-gstreamer >= 0.10
27 Requires:       python-pyclutter >= 1.0.0
28 Requires:       python-pygobject >= 2.12.1
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Python bindings for the Clutter-GStreamer integration library.
33
34 %description -l pl.UTF-8
35 Dowiązania Pythona do biblioteki integrującej Clutter-GStreamer.
36
37 %package devel
38 Summary:        Development files for Cutter-GStremer Python binding
39 Summary(pl.UTF-8):      Pliki programistyczne wiązania Pythona do Clutter-GStreamer
40 Group:          Development/Libraries
41 Requires:       %{name} = %{version}-%{release}
42 Requires:       clutter-devel >= 1.0.0
43 Requires:       clutter-gst-devel >= 1.0.0
44 Requires:       python-gstreamer-devel >= 0.10
45 Requires:       python-pyclutter-devel >= 1.0.0
46 Requires:       python-pygobject-devel >= 2.12.1
47
48 %description devel
49 Development files for Cutter-GStremer Python binding.
50
51 %description devel -l pl.UTF-8
52 Pliki programistyczne wiązania Pythona do Clutter-GStreamer.
53
54 %prep
55 %setup -q -n pyclutter-gst-%{version}
56
57 %build
58 %{__libtoolize}
59 %{__aclocal} -I build/autotools
60 %{__autoconf}
61 %{__autoheader}
62 %{__automake}
63 %configure
64
65 %{__make} \
66         V=1
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/cluttergst/*.la
75
76 %py_postclean
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %files
82 %defattr(644,root,root,755)
83 %doc AUTHORS ChangeLog NEWS README
84 %dir %{py_sitedir}/cluttergst
85 %attr(755,root,root) %{py_sitedir}/cluttergst/_cluttergst.so
86 %{py_sitedir}/cluttergst/*.py[co]
87
88 %files devel
89 %defattr(644,root,root,755)
90 %{_datadir}/pyclutter/1.0/defs/cluttergst*.defs
91 %{_pkgconfigdir}/pyclutter-gst-1.0.pc
This page took 0.185652 seconds and 3 git commands to generate.