]> git.pld-linux.org Git - packages/ekiga.git/blobdiff - ekiga.spec
- more fixes
[packages/ekiga.git] / ekiga.spec
index 52c06e18ac3a0b6e62bf7717b18f7e345b1fef9a..66c751b01b7f897ebfad38a82f53dd19bcbad4cb 100644 (file)
@@ -1,12 +1,14 @@
 Summary:       SIP and H.323 Videoconferencing
 Summary(pl.UTF-8):     Program do telekonferencji w standardzie SIP oraz H.323
 Name:          ekiga
-Version:       2.0.5
-Release:       1
+Version:       3.2.7
+Release:       5
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://www.ekiga.org/admin/downloads/latest/sources/sources/%{name}-%{version}.tar.gz
-# Source0-md5: 7a82346dd5b7776a617fd9c623f32e9a
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/ekiga/3.2/%{name}-%{version}.tar.gz
+# Source0-md5: bdc787550c4cf5acf873788f5ea153ba
+Patch0:                %{name}-shell.patch
+Patch1:                %{name}-libnotify.patch
 URL:           http://www.ekiga.org/
 BuildRequires: GConf2-devel >= 2.14.0
 BuildRequires: SDL-devel
@@ -15,6 +17,7 @@ BuildRequires:        automake
 BuildRequires: avahi-devel >= 0.6
 BuildRequires: avahi-glib-devel >= 0.6
 BuildRequires: dbus-glib-devel >= 0.60
+BuildRequires: docbook-dtd412-xml
 BuildRequires: evolution-data-server-devel >= 1.6.1
 BuildRequires: gettext-devel
 BuildRequires: gnome-common >= 2.8.0
@@ -23,22 +26,30 @@ BuildRequires:      intltool >= 0.33
 BuildRequires: libgnome-devel >= 2.14.0
 BuildRequires: libgnomeui-devel >= 2.14.0
 BuildRequires: libselinux-devel
+BuildRequires: libsigc++-devel
 BuildRequires: libtool
-BuildRequires: opal-devel = 2.2.5
-BuildRequires: openldap-devel >= 2.3.0
+BuildRequires: opal-devel >= 3.4.2
+BuildRequires: openldap-devel >= 2.4.6
 BuildRequires: pkgconfig
-BuildRequires: pwlib-devel = 1.10.4
+BuildRequires: ptlib-devel >= 2.6.7
 BuildRequires: rpmbuild(macros) >= 1.197
 BuildRequires: scrollkeeper
+BuildRequires: speex-devel
+BuildRequires: srtp-devel
+BuildRequires: unixODBC-devel
+BuildRequires: xorg-lib-libXv-devel
+Requires(post,postun): gtk-update-icon-cache
+Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
 Requires(post,preun):  GConf2 >= 2.14.0
 Requires:      dbus >= 0.60
 Requires:      evolution-data-server >= 1.6.1
 Requires:      libgnome >= 2.14.0
 Requires:      libgnomeui >= 2.14.0
-Requires:      opal = 2.2.5
-Requires:      pwlib-sound
+Requires:      ptlib-sound
 Obsoletes:     gnomemeeting
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -59,11 +70,14 @@ obrazem. Ekiga była poprzednio znana jako GnomeMeeting.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 sed -i -e 's|Categories=GNOME;GTK;Network;Telephony;|Categories=GTK;GNOME;Network;InstantMessaging;|' ekiga.desktop.in.in
 
 %build
 %{__gnome_doc_common}
 %{__libtoolize}
+%{__intltoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
@@ -80,6 +94,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
+       mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
 %find_lang %{name} --with-gnome
 
 %clean
@@ -89,9 +105,11 @@ rm -rf $RPM_BUILD_ROOT
 %gconf_schema_install ekiga.schemas
 %scrollkeeper_update_post
 %update_desktop_database_post
+%update_icon_cache hicolor
 
 %postun
 %scrollkeeper_update_postun
+%update_icon_cache hicolor
 
 %preun
 %gconf_schema_uninstall ekiga.schemas
@@ -105,6 +123,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dbus-1/services/*.service
 %{_omf_dest_dir}/%{name}
 %{_datadir}/sounds/%{name}
+%{_iconsdir}/hicolor/*/*/ekiga.png
 %{_sysconfdir}/gconf/schemas/*
-%{_libdir}/bonobo/servers/*
 %{_mandir}/*/*
This page took 0.068105 seconds and 4 git commands to generate.