]> git.pld-linux.org Git - packages/libtelepathy.git/blob - libtelepathy.spec
- 0.3.1
[packages/libtelepathy.git] / libtelepathy.spec
1 Summary:        A GLib library to ease writing telepathy clients
2 Summary(pl.UTF-8):      Biblioteka oparta na GLib dla aplikacji służących do komunikacji
3 Name:           libtelepathy
4 Version:        0.3.1
5 Release:        1
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://telepathy.freedesktop.org/releases/libtelepathy/%{name}-%{version}.tar.gz
9 # Source0-md5:  594e9999483cdd5cd913b6ea8cf9b076
10 URL:            http://telepathy.freedesktop.org/wiki/
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake >= 1:1.8
13 BuildRequires:  dbus-glib-devel >= 0.61
14 BuildRequires:  telepathy-glib >= 0.7.0
15 BuildRequires:  glib2-devel >= 2.4.0
16 BuildRequires:  libtool
17 BuildRequires:  libxslt-progs
18 BuildRequires:  pkgconfig
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 libtelepathy is a D-Bus framework for unifying real time
23 communication, including instant messaging, voice calls and video
24 calls. It abstracts differences between protocols to provide a unified
25 interface for applications.
26
27 %description -l pl.UTF-8
28 libtelepathy jest szkieletem opartym na D-Bus ujednolicającym
29 komunikację w czasie rzeczywistym, włączając w to komunikatory
30 oraz komunikację głosową i za pośrednictwem wideo. Zasłania
31 warstwą abstrakcji różnice pomiędzy protokołami dostarczając
32 jednolity interfejs dla aplikacji.
33
34 %package devel
35 Summary:        Header files for libtelepathy library
36 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libtelepathy
37 Group:          Development/Libraries
38 Requires:       %{name} = %{version}-%{release}
39 Requires:       dbus-glib-devel >= 0.61
40 Requires:       glib2-devel >= 2.4.0
41
42 %description devel
43 Header files for libtelepathy library.
44
45 %description devel -l pl.UTF-8
46 Pliki nagłówkowe biblioteki libtelepathy.
47
48 %package static
49 Summary:        Static libtelepathy library
50 Summary(pl.UTF-8):      Statyczna biblioteka libtelepathy
51 Group:          Development/Libraries
52 Requires:       %{name}-devel = %{version}-%{release}
53
54 %description static
55 Static libtelepathy library.
56
57 %description static -l pl.UTF-8
58 Statyczna biblioteka libtelepathy.
59
60 %prep
61 %setup -q
62
63 %build
64 %{__libtoolize}
65 %{__aclocal} -I m4
66 %{__autoconf}
67 %{__autoheader}
68 %{__automake}
69 %configure
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} install \
76         DESTDIR=$RPM_BUILD_ROOT
77
78 install -d $RPM_BUILD_ROOT%{_datadir}/telepathy/managers
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %post   -p /sbin/ldconfig
84 %postun -p /sbin/ldconfig
85
86 %files
87 %defattr(644,root,root,755)
88 %doc AUTHORS ChangeLog README
89 %attr(755,root,root) %{_libdir}/libtelepathy.so.*.*.*
90 %dir %{_datadir}/telepathy
91 %dir %{_datadir}/telepathy/managers
92
93 %files devel
94 %defattr(644,root,root,755)
95 %attr(755,root,root) %{_libdir}/libtelepathy.so
96 %{_libdir}/libtelepathy.la
97 %dir %{_includedir}/telepathy-1.0
98 %dir %{_includedir}/telepathy-1.0/libtelepathy
99 %{_includedir}/telepathy-1.0/libtelepathy/*.h
100 %{_pkgconfigdir}/libtelepathy.pc
101
102 %files static
103 %defattr(644,root,root,755)
104 %{_libdir}/libtelepathy.a
This page took 0.03453 seconds and 3 git commands to generate.