Author: sls Date: Tue Nov 18 06:15:08 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added shell.patch - updated BR: - update_icon_cache in post/postun - rel. 0.2 (builds, runtime problems)
---- Files affected: SPECS: ekiga.spec (1.36 -> 1.37) ---- Diffs: ================================================================ Index: SPECS/ekiga.spec diff -u SPECS/ekiga.spec:1.36 SPECS/ekiga.spec:1.37 --- SPECS/ekiga.spec:1.36 Tue Nov 4 23:50:53 2008 +++ SPECS/ekiga.spec Tue Nov 18 07:15:03 2008 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Program do telekonferencji w standardzie SIP oraz H.323 Name: ekiga Version: 3.0.1 -Release: 0.1 +Release: 0.2 License: GPL Group: Applications/Communications Source0: http://ftp.gnome.org/pub/gnome/sources/ekiga/3.0/%{name}-%{version}.tar.gz # Source0-md5: f7db69b21c6d1bdaaef4f221df0de015 +Patch0: %{name}-shell.patch URL: http://www.ekiga.org/ BuildRequires: GConf2-devel >= 2.14.0 BuildRequires: SDL-devel @@ -24,21 +25,22 @@ 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.11 +BuildRequires: opal-devel >= 3.4.2 BuildRequires: openldap-devel >= 2.4.6 BuildRequires: pkgconfig -BuildRequires: pwlib-devel = 1.10.10 +BuildRequires: ptlib-devel >= 2.4.2 BuildRequires: rpmbuild(macros) >= 1.197 BuildRequires: scrollkeeper +BuildRequires: xorg-lib-libXv-devel Requires(post,postun): scrollkeeper +Requires(post,postun): hicolor-icon-theme 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.11 -Requires: pwlib-sound Obsoletes: gnomemeeting # [EMAIL PROTECTED] vs. [EMAIL PROTECTED] Conflicts: glibc-misc < 6:2.7 @@ -62,6 +64,7 @@ %prep %setup -q +%patch0 -p1 sed -i -e 's|Categories=GNOME;GTK;Network;Telephony;|Categories=GTK;GNOME;Network;InstantMessaging;|' ekiga.desktop.in.in %build @@ -95,9 +98,11 @@ %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 @@ -111,8 +116,8 @@ %{_datadir}/dbus-1/services/*.service %{_omf_dest_dir}/%{name} %{_datadir}/sounds/%{name} +%{_iconsdir}/hicolor/*/*/ekiga.png %{_sysconfdir}/gconf/schemas/* -%{_libdir}/bonobo/servers/* %{_mandir}/*/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -121,6 +126,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.37 2008/11/18 06:15:03 sls +- added shell.patch +- updated BR: +- update_icon_cache in post/postun +- rel. 0.2 (builds, runtime problems) + Revision 1.36 2008/11/04 22:50:53 sls - ver. 3.0.1 (NFY) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ekiga.spec?r1=1.36&r2=1.37&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
