Author: megabajt Date: Wed Sep 19 13:49:30 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - %gconf_schema_uninstall moved to %preun - release 2
---- Files affected: SPECS: brasero.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/brasero.spec diff -u SPECS/brasero.spec:1.27 SPECS/brasero.spec:1.28 --- SPECS/brasero.spec:1.27 Sat Sep 8 21:07:21 2007 +++ SPECS/brasero.spec Wed Sep 19 15:49:25 2007 @@ -8,7 +8,7 @@ Summary(pl.UTF-8): Program do wypalania płyt dla GNOME Name: brasero Version: 0.6.1 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/0.6/%{name}-%{version}.tar.bz2 @@ -32,6 +32,7 @@ BuildRequires: pkgconfig BuildRequires: totem-devel >= 1.2.0 # libburn >= 0.3.4, libisofs >= 0.2.8 +Requires(post,preun): GConf2 Requires(post,postun): desktop-file-utils Requires(post,postun): hicolor-icon-theme Requires: hal >= 0.5 @@ -80,8 +81,10 @@ %update_mime_database %update_icon_cache hicolor -%postun +%preun %gconf_schema_uninstall brasero.schemas + +%postun %update_desktop_database_postun %update_mime_database %update_icon_cache hicolor @@ -96,7 +99,7 @@ %{_iconsdir}/hicolor/*/*/*.png %{_iconsdir}/hicolor/*/*/*.svg %{_mandir}/man1/* -%{_sysconfdir}/gconf/schemas/* +%{_sysconfdir}/gconf/schemas/brasero.schemas %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -104,6 +107,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2007/09/19 13:49:25 megabajt +- %gconf_schema_uninstall moved to %preun +- release 2 + Revision 1.27 2007/09/08 19:07:21 qboosh - libburn+libisofs are ready now ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/brasero.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
