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