]> git.pld-linux.org Git - SPECS.git/blob - tapioca-xmpp.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / tapioca-xmpp.spec
1 # TODO: real desc
2 Summary:        Tapioca - VoIP framework
3 Summary(pl.UTF-8):      Tapioca - szkielet VoIP
4 Name:           tapioca-xmpp
5 Version:        0.3.9
6 Release:        1
7 License:        LGPL
8 Group:          Networking
9 Source0:        http://dl.sourceforge.net/tapioca-voip/%{name}-%{version}.tar.gz
10 # Source0-md5:  8d810351eb5b30e70b202e067da450c1
11 Patch0:         %{name}-doxygen.patch
12 URL:            http://sourceforge.net/projects/tapioca-voip/
13 BuildRequires:  autoconf >= 2.50
14 BuildRequires:  automake
15 BuildRequires:  dbus-devel >= 0.36
16 BuildRequires:  dbus-glib-devel >= 0.36
17 BuildRequires:  glib2-devel >= 2.0
18 BuildRequires:  libjingle-devel >= 0.3
19 BuildRequires:  libtool
20 BuildRequires:  pkgconfig
21 BuildRequires:  sed >= 4.0
22 BuildRequires:  tapioca-libs-devel >= 0.3
23 Requires:       tapioca >= 0.3
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Tapioca is a framework for Voice over IP (VoIP) and Instant Messaging
28 (IM). Its main goal is to provide an easy way for developing and using
29 VoIP and IM services in any kind of application. It was designed to be
30 cross-platform, lightweight, thread-safe, having mobile devices and
31 applications in mind.
32
33 %description -l pl.UTF-8
34 Tapioca to szkielet do VoIP (Voice over IP) i IM (Instant Messaging,
35 czyli komunikatorów). Głównym jego celem jest zapewnienie łatwego
36 sposobu tworzenia i używania usług VoIP i IM w dowolnym rodzaju
37 aplikacji. Został zaprojektowany jako wieloplatformowy, lekki,
38 bezpieczny dla wątków, a także z myślą o urządzeniach i aplikacjach
39 przenośnych.
40
41 %prep
42 %setup -q
43 %patch0 -p0
44
45 %if "%{_lib}" != "lib"
46 %{__sed} -i -e 's|/lib|/%{_lib}|g' configure.ac
47 %endif
48
49 %build
50 rm -rf autom4te.cache
51 %{__aclocal} -I m4
52 %{__libtoolize}
53 %{__autoheader}
54 %{__autoconf}
55 %{__automake}
56 %configure
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog README
71 %attr(755,root,root) %{_bindir}/*
72 %{_datadir}/dbus-1/services/org.tapioca.Xmpp.service
73 %{_datadir}/tapioca-0.3/xmpp.ini
This page took 0.237437 seconds and 3 git commands to generate.