]> git.pld-linux.org Git - packages/ekiga.git/blobdiff - ekiga.spec
- BR: libselinux-devel
[packages/ekiga.git] / ekiga.spec
index 5c4dbed087fd1b0b4228996ef51bf9eff7cdd5fb..08cc9d33adc7e12f1abefc79b8ce4f9009907dc6 100644 (file)
@@ -1,37 +1,44 @@
 Summary:       SIP and H.323 Videoconferencing
 Summary(pl):   Program do telekonferencji w standardzie SIP oraz H.323
 Name:          ekiga
-Version:       1.99.1
-Release:       0.1
+Version:       2.0.2
+Release:       1
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://www.ekiga.org/downloads/beta2/sources/%{name}-%{version}.tar.gz
-# Source0-md5: 1468f6be7d577ccd48c91cfa13341772
+Source0:       http://www.ekiga.org/admin/downloads/latest/sources/sources/%{name}-%{version}.tar.gz
+# Source0-md5: 569e0f79ec018ca3e8f2979449dd6f0f
 Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-linguas.patch
 URL:           http://www.ekiga.org/
-BuildRequires: GConf2-devel >= 2.12.0
+BuildRequires: GConf2-devel >= 2.14.0
 BuildRequires: SDL-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: avahi-devel >= 0.6
 BuildRequires: avahi-glib-devel >= 0.6
-BuildRequires: dbus-glib-devel >= 0.36
-BuildRequires: evolution-data-server-devel >= 1.1.3
+BuildRequires: dbus-glib-devel >= 0.60
+BuildRequires: evolution-data-server-devel >= 1.6.1
 BuildRequires: gettext-devel
 BuildRequires: gnome-common >= 2.8.0
 BuildRequires: gnome-doc-utils
 BuildRequires: intltool >= 0.33
-BuildRequires: libgnome-devel >= 2.12.0
-BuildRequires: libgnomeui-devel >= 2.12.0
+BuildRequires: libgnome-devel >= 2.14.0
+BuildRequires: libgnomeui-devel >= 2.14.0
+BuildRequires: libselinux-devel
 BuildRequires: libtool
-BuildRequires: opal-devel = 2.1.3
+BuildRequires: opal-devel = 2.2.2
 BuildRequires: openldap-devel >= 2.3.0
 BuildRequires: pkgconfig
-BuildRequires: pwlib-devel = 1.9.3
+BuildRequires: pwlib-devel = 1.10.1
 BuildRequires: rpmbuild(macros) >= 1.197
 BuildRequires: scrollkeeper
 Requires(post,postun): scrollkeeper
-Requires(post,preun):  GConf2
+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.2
 Requires:      pwlib-sound
 Obsoletes:     gnomemeeting
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -55,6 +62,7 @@ obrazem. Ekiga by
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__gnome_doc_common}
@@ -64,7 +72,8 @@ obrazem. Ekiga by
 %{__autoheader}
 %{__automake}
 %configure \
-       --disable-schemas-install
+       --disable-schemas-install \
+       --enable-dbus
 %{__make}
 
 %install
@@ -73,8 +82,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
-
 %find_lang %{name} --with-gnome
 
 %clean
@@ -82,6 +89,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 %gconf_schema_install ekiga.schemas
+%scrollkeeper_update_post
+%update_desktop_database_post
+
+%postun
+%scrollkeeper_update_postun
 
 %preun
 %gconf_schema_uninstall ekiga.schemas
@@ -92,6 +104,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_pixmapsdir}/*
 %{_desktopdir}/*.desktop
+%{_datadir}/dbus-1/services/*.service
+%{_omf_dest_dir}/%{name}
 %{_datadir}/sounds/%{name}
 %{_sysconfdir}/gconf/schemas/*
 %{_libdir}/bonobo/servers/*
This page took 0.070657 seconds and 4 git commands to generate.