]> git.pld-linux.org Git - packages/ekiga.git/commitdiff
- rel 0.3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 18 May 2006 19:24:43 +0000 (19:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated files

Changed files:
    ekiga.spec -> 1.12

ekiga.spec

index b2764c60e2909919c3416f49fde058bcbfe97e2f..99a80b2a51ef3aec0f7759aa8fe17fe94c33c9ec 100644 (file)
@@ -2,7 +2,7 @@ Summary:        SIP and H.323 Videoconferencing
 Summary(pl):   Program do telekonferencji w standardzie SIP oraz H.323
 Name:          ekiga
 Version:       2.0.1
-Release:       0.2
+Release:       0.3
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://www.ekiga.org/admin/downloads/latest/sources/sources/%{name}-%{version}.tar.gz
@@ -15,7 +15,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: avahi-devel >= 0.6
 BuildRequires: avahi-glib-devel >= 0.6
-BuildRequires: dbus-glib-devel >= 0.36
+BuildRequires: dbus-glib-devel >= 0.60
 BuildRequires: evolution-data-server-devel >= 1.6.1
 BuildRequires: gettext-devel
 BuildRequires: gnome-common >= 2.8.0
@@ -32,6 +32,7 @@ BuildRequires:        rpmbuild(macros) >= 1.197
 BuildRequires: scrollkeeper
 Requires(post,postun): scrollkeeper
 Requires(post,preun):  GConf2
+Requires:      dbus >= 0.60
 Requires:      pwlib-sound
 Obsoletes:     gnomemeeting
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -83,6 +84,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
@@ -93,6 +99,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.064671 seconds and 4 git commands to generate.