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