]> git.pld-linux.org Git - packages/telepathy-ring.git/blob - telepathy-ring.spec
- updated URLs
[packages/telepathy-ring.git] / telepathy-ring.spec
1 Summary:        A Telepathy connection manager for GSM and similar mobile telephony
2 Summary(pl.UTF-8):      Zarządca połączeń Telepathy dla sieci GSM i podobnych telefonii komórkowej
3 Name:           telepathy-ring
4 Version:        2.1.3
5 Release:        1
6 License:        LGPL v2.1+
7 Group:          Libraries
8 Source0:        https://telepathy.freedesktop.org/releases/telepathy-ring/%{name}-%{version}.tar.gz
9 # Source0-md5:  292d132ca62051398e8087d3721dedbb
10 URL:            https://telepathy.freedesktop.org/
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  check-devel >= 0.9.4
14 BuildRequires:  dbus-devel >= 0.60
15 BuildRequires:  dbus-glib-devel >= 0.88
16 BuildRequires:  glib2-devel >= 1:2.4
17 BuildRequires:  libtool
18 BuildRequires:  libuuid-devel
19 BuildRequires:  libxslt-progs
20 BuildRequires:  openssl-devel >= 0.9.7
21 BuildRequires:  pkgconfig
22 BuildRequires:  python >= 2.3
23 BuildRequires:  telepathy-glib-devel >= 0.13.10
24 Requires:       dbus-glib >= 0.88
25 Requires:       dbus-libs >= 0.60
26 Requires:       glib2 >= 1:2.4
27 Requires:       telepathy-glib >= 0.13.10
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 Telepathy-Ring is a Telepathy connection manager for GSM and similar
32 mobile telephony.
33
34 Currently, Telephathy-Ring implements Connection Manager and
35 Connection functionality, StreamedMedia channels for voice calls and
36 Text channels for SMS messaging.
37
38 %description -l pl.UTF-8
39 Telepathy-Ring to zarządca połączeń Telepathy dla sieci GSM i
40 podobnych telefonii komórkowej.
41
42 Obecnie Telepathy-Ring implementuje funkcjonalność zarządcy połączeń i
43 połączeń, kanały StreamedMedia dla połączeń głosowych i kanały
44 tekstowe dla wiadomości SMS.
45
46 %package devel
47 Summary:        Header files for Telepathy-Ring
48 Summary(pl.UTF-8):      Pliki nagłówkowe Telepathy-Ring
49 Group:          Development/Libraries
50 Requires:       %{name} = %{version}-%{release}
51 Requires:       dbus-devel >= 0.60
52 Requires:       dbus-glib-devel >= 0.88
53 Requires:       glib2-devel >= 1:2.4
54 Requires:       libuuid-devel
55 Requires:       telepathy-glib-devel >= 0.13.10
56
57 %description devel
58 Header files for Telepathy-Ring.
59
60 %description devel -l pl.UTF-8
61 Pliki nagłówkowe Telepathy-Ring.
62
63 %package static
64 Summary:        Static modem-glib library
65 Summary(pl.UTF-8):      Statyczna biblioteka modem-glib
66 Group:          Development/Libraries
67 Requires:       %{name}-devel = %{version}-%{release}
68
69 %description static
70 Static modem-glib library.
71
72 %description static -l pl.UTF-8
73 Statyczna 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
90 rm -rf $RPM_BUILD_ROOT
91
92 %{__make} install \
93         DESTDIR=$RPM_BUILD_ROOT
94
95 %clean
96 rm -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.164444 seconds and 3 git commands to generate.