]> git.pld-linux.org Git - packages/telepathy-qt4.git/blob - telepathy-qt4.spec
be80e853e765c90c008284ee3885c5b1d6b3ced4
[packages/telepathy-qt4.git] / telepathy-qt4.spec
1
2 %define         qt_ver          4.6.0
3
4 Summary:        Telepathy Qt4
5 Summary(pl.UTF-8):      Telepathy Qt4
6 Name:           telepathy-qt4
7 Version:        0.2.1
8 Release:        3
9 License:        LGPL v2.1
10 Group:          X11/Applications
11 Source0:        http://telepathy.freedesktop.org/releases/telepathy-qt4/%{name}-%{version}.tar.gz
12 # Source0-md5:  9eaaa055eb2503e5a362bd183f344ac7
13 URL:            http://telepathy.freedesktop.org/wiki/Telepathy-Qt4
14 BuildRequires:  QtCore-devel >= %{qt_ver}
15 BuildRequires:  QtDBus-devel >= %{qt_ver}
16 BuildRequires:  QtGui-devel >= %{qt_ver}
17 BuildRequires:  QtNetwork-devel >= %{qt_ver}
18 BuildRequires:  QtTest-devel >= %{qt_ver}
19 BuildRequires:  pkgconfig
20 BuildRequires:  python-dbus
21 BuildRequires:  python-devel
22 BuildRequires:  python-modules
23 BuildRequires:  python-pygobject
24 BuildRequires:  qt4-build >= %{qt_ver}
25 BuildRequires:  qt4-qmake >= %{qt_ver}
26 BuildRequires:  rpmbuild(macros) >= 1.293
27 BuildRequires:  telepathy-farsight-devel
28 BuildRequires:  telepathy-glib-devel
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Telepathy-Qt4 is a high-level binding for Telepathy.
33
34 %package devel
35 Summary:        Header files for telepathy-qt4 library
36 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki telepathy-qt4
37 Group:          Development/Libraries
38 Requires:       %{name} = %{version}-%{release}
39
40 %description devel
41 Header files for telepathy-qt4 library.
42
43 %description devel -l pl.UTF-8
44 Pliki nagłówkowe biblioteki telepathy-qt4
45
46 %package static
47 Summary:        Static telepathy-qt4 library
48 Summary(pl.UTF-8):      Statyczna biblioteka telepathy-qt4
49 Group:          Development/Libraries
50 Requires:       %{name} = %{version}-%{release}
51
52 %description static
53 Static telepathy-qt4 library.
54
55 %description static -l pl.UTF-8
56 Statyczna biblioteka telepathy-qt4.
57
58 %prep
59 %setup -q
60
61 %build
62 %configure
63 %{__make}
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         DESTDIR=$RPM_BUILD_ROOT
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %post   -p /sbin/ldconfig
75 %postun -p /sbin/ldconfig
76
77 %files
78 %defattr(644,root,root,755)
79 %doc AUTHORS ChangeLog NEWS README
80 %attr(755,root,root) %{_libdir}/libtelepathy-qt4.so.*.*.*
81 %attr(755,root,root) %ghost %{_libdir}/libtelepathy-qt4.so.?
82 %attr(755,root,root) %{_libdir}/libtelepathy-qt4-farsight.so.*.*.*
83 %attr(755,root,root) %ghost %{_libdir}/libtelepathy-qt4-farsight.so.?
84
85 %files devel
86 %defattr(644,root,root,755)
87 %doc doc/html
88 %attr(755,root,root) %{_libdir}/libtelepathy-qt4.so
89 %attr(755,root,root) %{_libdir}/libtelepathy-qt4-farsight.so
90 %{_libdir}/libtelepathy-qt4.la
91 %{_libdir}/libtelepathy-qt4-farsight.la
92 %{_includedir}/telepathy-1.0
93 %{_pkgconfigdir}/TelepathyQt4.pc
94 %{_pkgconfigdir}/TelepathyQt4Farsight.pc
95
96 %files static
97 %defattr(644,root,root,755)
98 %attr(755,root,root) %{_libdir}/libtelepathy-qt4.a
99 %attr(755,root,root) %{_libdir}/libtelepathy-qt4-farsight.a
This page took 0.171452 seconds and 2 git commands to generate.