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