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