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