]> git.pld-linux.org Git - packages/ekiga.git/blob - ekiga.spec
08cc9d33adc7e12f1abefc79b8ce4f9009907dc6
[packages/ekiga.git] / ekiga.spec
1 Summary:        SIP and H.323 Videoconferencing
2 Summary(pl):    Program do telekonferencji w standardzie SIP oraz H.323
3 Name:           ekiga
4 Version:        2.0.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://www.ekiga.org/admin/downloads/latest/sources/sources/%{name}-%{version}.tar.gz
9 # Source0-md5:  569e0f79ec018ca3e8f2979449dd6f0f
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-linguas.patch
12 URL:            http://www.ekiga.org/
13 BuildRequires:  GConf2-devel >= 2.14.0
14 BuildRequires:  SDL-devel
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  avahi-devel >= 0.6
18 BuildRequires:  avahi-glib-devel >= 0.6
19 BuildRequires:  dbus-glib-devel >= 0.60
20 BuildRequires:  evolution-data-server-devel >= 1.6.1
21 BuildRequires:  gettext-devel
22 BuildRequires:  gnome-common >= 2.8.0
23 BuildRequires:  gnome-doc-utils
24 BuildRequires:  intltool >= 0.33
25 BuildRequires:  libgnome-devel >= 2.14.0
26 BuildRequires:  libgnomeui-devel >= 2.14.0
27 BuildRequires:  libselinux-devel
28 BuildRequires:  libtool
29 BuildRequires:  opal-devel = 2.2.2
30 BuildRequires:  openldap-devel >= 2.3.0
31 BuildRequires:  pkgconfig
32 BuildRequires:  pwlib-devel = 1.10.1
33 BuildRequires:  rpmbuild(macros) >= 1.197
34 BuildRequires:  scrollkeeper
35 Requires(post,postun):  scrollkeeper
36 Requires(post,preun):   GConf2 >= 2.14.0
37 Requires:       dbus >= 0.60
38 Requires:       evolution-data-server >= 1.6.1
39 Requires:       libgnome >= 2.14.0
40 Requires:       libgnomeui >= 2.14.0
41 Requires:       opal = 2.2.2
42 Requires:       pwlib-sound
43 Obsoletes:      gnomemeeting
44 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
45
46 %description
47 Ekiga is a IP Telephony and Video Conferencing application which
48 complies to the SIP and H.323 protocols. It can connect to a variety
49 of other SIP and H323 applications including specialized hardware.
50 Ekiga can work with or without a webcam, and is able to create pure
51 audio communications or traditionnal audio+video communications. Ekiga
52 was fomerly known as GnomeMeeting.
53
54 %description -l pl
55 Ekiga jest programem przeznaczonym do wideokonferencji oraz telefonii
56 internetowej zgodnej z protoko³ami SIP oraz H.323. Mo¿e ³±czyæ siê z
57 ró¿nymi aplikacjami SIP lub H.323 w³±czaj±c w to specjalizowane
58 urz±dzenia. Program Ekiga mo¿e pracowaæ z kamer± internetow±,
59 zestawiaæ same po³±czenia g³osowe jak równie¿ tradycyjne z d¼wiêkiem i
60 obrazem. Ekiga by³a poprzednio znana jako GnomeMeeting.
61
62 %prep
63 %setup -q
64 %patch0 -p1
65 %patch1 -p1
66
67 %build
68 %{__gnome_doc_common}
69 %{__libtoolize}
70 %{__aclocal}
71 %{__autoconf}
72 %{__autoheader}
73 %{__automake}
74 %configure \
75         --disable-schemas-install \
76         --enable-dbus
77 %{__make}
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81
82 %{__make} install \
83         DESTDIR=$RPM_BUILD_ROOT
84
85 %find_lang %{name} --with-gnome
86
87 %clean
88 rm -rf $RPM_BUILD_ROOT
89
90 %post
91 %gconf_schema_install ekiga.schemas
92 %scrollkeeper_update_post
93 %update_desktop_database_post
94
95 %postun
96 %scrollkeeper_update_postun
97
98 %preun
99 %gconf_schema_uninstall ekiga.schemas
100
101 %files -f %{name}.lang
102 %defattr(644,root,root,755)
103 %doc AUTHORS ChangeLog NEWS README TODO FAQ
104 %attr(755,root,root) %{_bindir}/*
105 %{_pixmapsdir}/*
106 %{_desktopdir}/*.desktop
107 %{_datadir}/dbus-1/services/*.service
108 %{_omf_dest_dir}/%{name}
109 %{_datadir}/sounds/%{name}
110 %{_sysconfdir}/gconf/schemas/*
111 %{_libdir}/bonobo/servers/*
112 %{_mandir}/*/*
This page took 0.038742 seconds and 2 git commands to generate.