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