]> git.pld-linux.org Git - packages/telepathy-ring.git/blame - telepathy-ring.spec
- updated URLs
[packages/telepathy-ring.git] / telepathy-ring.spec
CommitLineData
b8bb9c98
JB
1Summary: A Telepathy connection manager for GSM and similar mobile telephony
2Summary(pl.UTF-8): Zarządca połączeń Telepathy dla sieci GSM i podobnych telefonii komórkowej
3Name: telepathy-ring
4Version: 2.1.3
5Release: 1
6License: LGPL v2.1+
7Group: Libraries
3c137dcd 8Source0: https://telepathy.freedesktop.org/releases/telepathy-ring/%{name}-%{version}.tar.gz
b8bb9c98 9# Source0-md5: 292d132ca62051398e8087d3721dedbb
3c137dcd 10URL: https://telepathy.freedesktop.org/
b8bb9c98
JB
11BuildRequires: autoconf >= 2.59
12BuildRequires: automake >= 1:1.9
13BuildRequires: check-devel >= 0.9.4
14BuildRequires: dbus-devel >= 0.60
15BuildRequires: dbus-glib-devel >= 0.88
16BuildRequires: glib2-devel >= 1:2.4
17BuildRequires: libtool
18BuildRequires: libuuid-devel
19BuildRequires: libxslt-progs
20BuildRequires: openssl-devel >= 0.9.7
21BuildRequires: pkgconfig
22BuildRequires: python >= 2.3
23BuildRequires: telepathy-glib-devel >= 0.13.10
24Requires: dbus-glib >= 0.88
25Requires: dbus-libs >= 0.60
26Requires: glib2 >= 1:2.4
27Requires: telepathy-glib >= 0.13.10
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31Telepathy-Ring is a Telepathy connection manager for GSM and similar
32mobile telephony.
33
34Currently, Telephathy-Ring implements Connection Manager and
35Connection functionality, StreamedMedia channels for voice calls and
36Text channels for SMS messaging.
37
38%description -l pl.UTF-8
39Telepathy-Ring to zarządca połączeń Telepathy dla sieci GSM i
40podobnych telefonii komórkowej.
41
42Obecnie Telepathy-Ring implementuje funkcjonalność zarządcy połączeń i
43połączeń, kanały StreamedMedia dla połączeń głosowych i kanały
44tekstowe dla wiadomości SMS.
45
46%package devel
47Summary: Header files for Telepathy-Ring
48Summary(pl.UTF-8): Pliki nagłówkowe Telepathy-Ring
49Group: Development/Libraries
50Requires: %{name} = %{version}-%{release}
51Requires: dbus-devel >= 0.60
52Requires: dbus-glib-devel >= 0.88
53Requires: glib2-devel >= 1:2.4
54Requires: libuuid-devel
55Requires: telepathy-glib-devel >= 0.13.10
56
57%description devel
58Header files for Telepathy-Ring.
59
60%description devel -l pl.UTF-8
61Pliki nagłówkowe Telepathy-Ring.
62
63%package static
64Summary: Static modem-glib library
65Summary(pl.UTF-8): Statyczna biblioteka modem-glib
66Group: Development/Libraries
67Requires: %{name}-devel = %{version}-%{release}
68
69%description static
70Static modem-glib library.
71
72%description static -l pl.UTF-8
73Statyczna biblioteka modem-glib.
74
75%prep
76%setup -q
77
78%build
79%{__libtoolize}
80%{__aclocal} -I m4
81%{__autoconf}
82%{__autoheader}
83%{__automake}
84%configure \
85 --enable-shared \
86 --disable-silent-rules
87%{__make}
88
89%install
90rm -rf $RPM_BUILD_ROOT
91
92%{__make} install \
93 DESTDIR=$RPM_BUILD_ROOT
94
95%clean
96rm -rf $RPM_BUILD_ROOT
97
98%post -p /sbin/ldconfig
99%postun -p /sbin/ldconfig
100
101%files
102%defattr(644,root,root,755)
103%doc AUTHORS ChangeLog README
104%attr(755,root,root) %{_libdir}/libmodem-glib.so.*.*.*
105%attr(755,root,root) %ghost %{_libdir}/libmodem-glib.so.0
106%attr(755,root,root) %{_libexecdir}/telepathy-ring
107%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.ring.service
108%{_datadir}/telepathy/managers/ring.manager
109%{_mandir}/man8/telepathy-ring.8*
110
111%files devel
112%defattr(644,root,root,755)
113%attr(755,root,root) %{_libdir}/libmodem-glib.so
114%{_libdir}/libmodem-glib.la
115%{_includedir}/modem-glib
116
117%files static
118%defattr(644,root,root,755)
119%{_libdir}/libmodem-glib.a
This page took 0.078551 seconds and 4 git commands to generate.