]> git.pld-linux.org Git - packages/ekiga.git/blob - ekiga.spec
- ver. 2.0.12
[packages/ekiga.git] / ekiga.spec
1 Summary:        SIP and H.323 Videoconferencing
2 Summary(pl.UTF-8):      Program do telekonferencji w standardzie SIP oraz H.323
3 Name:           ekiga
4 Version:        2.0.12
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/ekiga/2.0/%{name}-%{version}.tar.gz
9 # Source0-md5:  4df27d7715233984013fb9728db15ce8
10 URL:            http://www.ekiga.org/
11 BuildRequires:  GConf2-devel >= 2.14.0
12 BuildRequires:  SDL-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  avahi-devel >= 0.6
16 BuildRequires:  avahi-glib-devel >= 0.6
17 BuildRequires:  dbus-glib-devel >= 0.60
18 BuildRequires:  evolution-data-server-devel >= 1.6.1
19 BuildRequires:  gettext-devel
20 BuildRequires:  gnome-common >= 2.8.0
21 BuildRequires:  gnome-doc-utils
22 BuildRequires:  intltool >= 0.33
23 BuildRequires:  libgnome-devel >= 2.14.0
24 BuildRequires:  libgnomeui-devel >= 2.14.0
25 BuildRequires:  libselinux-devel
26 BuildRequires:  libtool
27 BuildRequires:  opal-devel = 2.2.11
28 BuildRequires:  openldap-devel >= 2.4.6
29 BuildRequires:  pkgconfig
30 BuildRequires:  pwlib-devel = 1.10.10
31 BuildRequires:  rpmbuild(macros) >= 1.197
32 BuildRequires:  scrollkeeper
33 Requires(post,postun):  scrollkeeper
34 Requires(post,preun):   GConf2 >= 2.14.0
35 Requires:       dbus >= 0.60
36 Requires:       evolution-data-server >= 1.6.1
37 Requires:       libgnome >= 2.14.0
38 Requires:       libgnomeui >= 2.14.0
39 Requires:       opal = 2.2.11
40 Requires:       pwlib-sound
41 Obsoletes:      gnomemeeting
42 # sr@Latn vs. sr@latin
43 Conflicts:      glibc-misc < 6:2.7
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.UTF-8
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 sed -i -e 's|Categories=GNOME;GTK;Network;Telephony;|Categories=GTK;GNOME;Network;InstantMessaging;|' ekiga.desktop.in.in
65
66 %build
67 %{__gnome_doc_common}
68 %{__libtoolize}
69 %{__intltoolize}
70 %{__aclocal}
71 %{__autoconf}
72 %{__autoheader}
73 %{__automake}
74 %configure \
75         --disable-schemas-install \
76         --enable-dbus \
77         --disable-scrollkeeper
78 %{__make}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT
85
86 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
87         mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
88 %find_lang %{name} --with-gnome
89
90 %clean
91 rm -rf $RPM_BUILD_ROOT
92
93 %post
94 %gconf_schema_install ekiga.schemas
95 %scrollkeeper_update_post
96 %update_desktop_database_post
97
98 %postun
99 %scrollkeeper_update_postun
100
101 %preun
102 %gconf_schema_uninstall ekiga.schemas
103
104 %files -f %{name}.lang
105 %defattr(644,root,root,755)
106 %doc AUTHORS ChangeLog NEWS README TODO FAQ
107 %attr(755,root,root) %{_bindir}/*
108 %{_pixmapsdir}/*
109 %{_desktopdir}/*.desktop
110 %{_datadir}/dbus-1/services/*.service
111 %{_omf_dest_dir}/%{name}
112 %{_datadir}/sounds/%{name}
113 %{_sysconfdir}/gconf/schemas/*
114 %{_libdir}/bonobo/servers/*
115 %{_mandir}/*/*
This page took 0.100423 seconds and 4 git commands to generate.