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