]> git.pld-linux.org Git - packages/ekiga.git/blame - ekiga.spec
- more fixes
[packages/ekiga.git] / ekiga.spec
CommitLineData
026c4fa8 1Summary: SIP and H.323 Videoconferencing
db385c02 2Summary(pl.UTF-8): Program do telekonferencji w standardzie SIP oraz H.323
026c4fa8 3Name: ekiga
8e10c492 4Version: 3.2.7
e30a2c18 5Release: 5
026c4fa8 6License: GPL
7Group: Applications/Communications
762a819b 8Source0: http://ftp.gnome.org/pub/GNOME/sources/ekiga/3.2/%{name}-%{version}.tar.gz
8e10c492 9# Source0-md5: bdc787550c4cf5acf873788f5ea153ba
99bca0dc 10Patch0: %{name}-shell.patch
a1f0f931 11Patch1: %{name}-libnotify.patch
026c4fa8 12URL: http://www.ekiga.org/
705d24e5 13BuildRequires: GConf2-devel >= 2.14.0
026c4fa8 14BuildRequires: SDL-devel
15BuildRequires: autoconf
16BuildRequires: automake
3e8eb574
JB
17BuildRequires: avahi-devel >= 0.6
18BuildRequires: avahi-glib-devel >= 0.6
fe2283c3 19BuildRequires: dbus-glib-devel >= 0.60
7ae15e65 20BuildRequires: docbook-dtd412-xml
705d24e5 21BuildRequires: evolution-data-server-devel >= 1.6.1
026c4fa8 22BuildRequires: gettext-devel
23BuildRequires: gnome-common >= 2.8.0
3e8eb574 24BuildRequires: gnome-doc-utils
026c4fa8 25BuildRequires: intltool >= 0.33
705d24e5
JR
26BuildRequires: libgnome-devel >= 2.14.0
27BuildRequires: libgnomeui-devel >= 2.14.0
b985b66f 28BuildRequires: libselinux-devel
99bca0dc 29BuildRequires: libsigc++-devel
026c4fa8 30BuildRequires: libtool
99bca0dc 31BuildRequires: opal-devel >= 3.4.2
a8b8bb53 32BuildRequires: openldap-devel >= 2.4.6
3e8eb574 33BuildRequires: pkgconfig
8e10c492 34BuildRequires: ptlib-devel >= 2.6.7
026c4fa8 35BuildRequires: rpmbuild(macros) >= 1.197
36BuildRequires: scrollkeeper
7ae15e65 37BuildRequires: speex-devel
38BuildRequires: srtp-devel
39BuildRequires: unixODBC-devel
99bca0dc 40BuildRequires: xorg-lib-libXv-devel
762a819b 41Requires(post,postun): gtk-update-icon-cache
99bca0dc 42Requires(post,postun): hicolor-icon-theme
7ae15e65 43Requires(post,postun): scrollkeeper
5ed564fd 44Requires(post,preun): GConf2 >= 2.14.0
fe2283c3 45Requires: dbus >= 0.60
5ed564fd
JR
46Requires: evolution-data-server >= 1.6.1
47Requires: libgnome >= 2.14.0
48Requires: libgnomeui >= 2.14.0
c58ce12b 49Requires: ptlib-sound
026c4fa8 50Obsoletes: gnomemeeting
f1f343bb 51# sr@Latn vs. sr@latin
52Conflicts: glibc-misc < 6:2.7
026c4fa8 53BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
54
55%description
0a94754a 56Ekiga is a IP Telephony and Video Conferencing application which
026c4fa8 57complies to the SIP and H.323 protocols. It can connect to a variety
0a94754a 58of other SIP and H323 applications including specialized hardware.
026c4fa8 59Ekiga can work with or without a webcam, and is able to create pure
0a94754a 60audio communications or traditionnal audio+video communications. Ekiga
61was fomerly known as GnomeMeeting.
026c4fa8 62
6b7fb924 63%description -l pl.UTF-8
0a94754a 64Ekiga jest programem przeznaczonym do wideokonferencji oraz telefonii
6b7fb924
JR
65internetowej zgodnej z protokołami SIP oraz H.323. Może łączyć się z
66różnymi aplikacjami SIP lub H.323 włączając w to specjalizowane
67urządzenia. Program Ekiga może pracować z kamerą internetową,
68zestawiać same połączenia głosowe jak również tradycyjne z dźwiękiem i
69obrazem. Ekiga była poprzednio znana jako GnomeMeeting.
026c4fa8 70
71%prep
72%setup -q
99bca0dc 73%patch0 -p1
a1f0f931 74%patch1 -p1
012da6a3 75sed -i -e 's|Categories=GNOME;GTK;Network;Telephony;|Categories=GTK;GNOME;Network;InstantMessaging;|' ekiga.desktop.in.in
026c4fa8 76
77%build
78%{__gnome_doc_common}
79%{__libtoolize}
33c4f13c 80%{__intltoolize}
026c4fa8 81%{__aclocal}
82%{__autoconf}
83%{__autoheader}
84%{__automake}
85%configure \
0a33959c 86 --disable-schemas-install \
3c305ed8
RT
87 --enable-dbus \
88 --disable-scrollkeeper
026c4fa8 89%{__make}
90
91%install
92rm -rf $RPM_BUILD_ROOT
93
94%{__make} install \
95 DESTDIR=$RPM_BUILD_ROOT
96
f1f343bb 97[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
98 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
026c4fa8 99%find_lang %{name} --with-gnome
100
101%clean
102rm -rf $RPM_BUILD_ROOT
103
104%post
105%gconf_schema_install ekiga.schemas
fe2283c3
JR
106%scrollkeeper_update_post
107%update_desktop_database_post
99bca0dc 108%update_icon_cache hicolor
fe2283c3
JR
109
110%postun
111%scrollkeeper_update_postun
99bca0dc 112%update_icon_cache hicolor
026c4fa8 113
114%preun
115%gconf_schema_uninstall ekiga.schemas
116
117%files -f %{name}.lang
118%defattr(644,root,root,755)
119%doc AUTHORS ChangeLog NEWS README TODO FAQ
120%attr(755,root,root) %{_bindir}/*
121%{_pixmapsdir}/*
122%{_desktopdir}/*.desktop
fe2283c3
JR
123%{_datadir}/dbus-1/services/*.service
124%{_omf_dest_dir}/%{name}
026c4fa8 125%{_datadir}/sounds/%{name}
99bca0dc 126%{_iconsdir}/hicolor/*/*/ekiga.png
026c4fa8 127%{_sysconfdir}/gconf/schemas/*
026c4fa8 128%{_mandir}/*/*
This page took 0.051229 seconds and 4 git commands to generate.