]> git.pld-linux.org Git - SPECS.git/blob - telepathy-yell.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / telepathy-yell.spec
1 Summary:        Experimental CM base-classes and client-side high-level bindings for the new Call interface
2 Summary(pl.UTF-8):      Eksperymentalne klasy bazowe CM i wysokopoziomowe wiązania klienckie do nowego interfejsu Call
3 Name:           telepathy-yell
4 Version:        0.0.4
5 Release:        1
6 License:        LGPL v2.1+
7 Group:          Libraries
8 Source0:        https://telepathy.freedesktop.org/releases/telepathy-yell/%{name}-%{version}.tar.gz
9 # Source0-md5:  38cb8f6ae0a45a5a87b51ab0e77d5fcf
10 URL:            https://telepathy.freedesktop.org/
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake >= 1:1.11
13 BuildRequires:  dbus-devel >= 0.95
14 BuildRequires:  dbus-glib-devel >= 0.82
15 BuildRequires:  glib2-devel >= 1:2.28
16 BuildRequires:  libtool
17 BuildRequires:  libxslt-progs
18 BuildRequires:  pkgconfig
19 BuildRequires:  python >= 1:2.5
20 BuildRequires:  telepathy-glib-devel >= 0.13.10
21 Requires:       dbus-glib >= 0.82
22 Requires:       dbus-libs >= 0.95
23 Requires:       glib2 >= 1:2.28
24 Requires:       telepathy-glib >= 0.13.10
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Telepathy Yell is an experimental playground for CM base-classes and
29 client-side high-level bindings for the new Call interface.
30
31 %description -l pl.UTF-8
32 Telepathy Yell to eksperymentalny projekt dla klas bazowych CM oraz
33 wysokopoziomowych wiązań klienckich do nowego interfejsu Call.
34
35 %package devel
36 Summary:        Header files for Telepathy Yell library
37 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Telepathy Yell
38 Group:          Development/Libraries
39 Requires:       %{name} = %{version}-%{release}
40 Requires:       dbus-devel >= 0.95
41 Requires:       dbus-glib-devel >= 0.82
42 Requires:       glib2-devel >= 1:2.28
43 Requires:       telepathy-glib-devel >= 0.13.10
44
45 %description devel
46 Header files for Telepathy Yell library.
47
48 %description devel -l pl.UTF-8
49 Pliki nagłówkowe biblioteki Telepathy Yell.
50
51 %package static
52 Summary:        Static Telepathy Yell library
53 Summary(pl.UTF-8):      Statyczna biblioteka Telepathy Yell
54 Group:          Development/Libraries
55 Requires:       %{name}-devel = %{version}-%{release}
56
57 %description static
58 Static Telepathy Yell library.
59
60 %description static -l pl.UTF-8
61 Statyczna biblioteka Telepathy Yell.
62
63 %prep
64 %setup -q
65
66 %build
67 %{__libtoolize}
68 %{__aclocal} -I m4
69 %{__autoconf}
70 %{__autoheader}
71 %{__automake}
72 %configure \
73         --disable-silent-rules
74 %{__make}
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78
79 %{__make} install \
80         DESTDIR=$RPM_BUILD_ROOT
81
82 # obsoleted by pkg-config
83 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libtelepathy-yell.la
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %post   -p /sbin/ldconfig
89 %postun -p /sbin/ldconfig
90
91 %files
92 %defattr(644,root,root,755)
93 %doc ChangeLog NEWS README
94 %attr(755,root,root) %{_libdir}/libtelepathy-yell.so.*.*.*
95 %attr(755,root,root) %ghost %{_libdir}/libtelepathy-yell.so.0
96
97 %files devel
98 %defattr(644,root,root,755)
99 %attr(755,root,root) %{_libdir}/libtelepathy-yell.so
100 %{_includedir}/telepathy-1.0/telepathy-yell
101 %{_pkgconfigdir}/telepathy-yell.pc
102
103 %files static
104 %defattr(644,root,root,755)
105 %{_libdir}/libtelepathy-yell.a
This page took 0.172014 seconds and 3 git commands to generate.