Author: freetz Date: Sun Jul 16 08:58:05 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - 0.4.1, (re)generate icon cache, register mime, updated file list
---- Files affected: SPECS: bonfire.spec (1.2.2.4 -> 1.2.2.5) ---- Diffs: ================================================================ Index: SPECS/bonfire.spec diff -u SPECS/bonfire.spec:1.2.2.4 SPECS/bonfire.spec:1.2.2.5 --- SPECS/bonfire.spec:1.2.2.4 Sat May 27 10:50:59 2006 +++ SPECS/bonfire.spec Sun Jul 16 10:58:00 2006 @@ -1,22 +1,17 @@ # $Revision$, $Date$ -# -# Conditinal build: -%bcond_with beagle # enable beagle search -# Summary: Disc burning application for GNOME Summary(pl): Program do wypalania dysków dla GNOME Name: bonfire -Version: 0.3.1 -Release: 3 +Version: 0.4.1 +Release: 1 License: GPL v2 Group: Applications -Source0: http://perso.wanadoo.fr/bonfire/%{name}-%{version}.tar.bz2 -# Source0-md5: db94c7ae5ac5c27cf7d66fafc3654f4f +Source0: http://dl.sourceforge.net/bonfire/%{name}-%{version}.tar.bz2 +# Source0-md5: d8c99448c696693574ab8fad5132a4de Patch0: %{name}-desktop.patch URL: http://perso.wanadoo.fr/bonfire/ BuildRequires: autoconf BuildRequires: automake -%{?with_beagle:BuildRequires: beagle-devel >= 0.1.0} BuildRequires: dbus-glib-devel >= 0.30 BuildRequires: gdl-devel >= 0.5.0 BuildRequires: gnome-vfs2-devel >= 2.12.0 @@ -28,11 +23,13 @@ BuildRequires: libgnomeui-devel >= 2.10.0 BuildRequires: libnotify-devel >= 0.3.0 BuildRequires: libtool -BuildRequires: libxml2-devel >= 2.6.0 +BuildRequires: libxml2-devel >= 1:2.6.0 BuildRequires: nautilus-cd-burner-devel >= 2.12.0 BuildRequires: pkgconfig BuildRequires: totem-devel >= 1.2.0 Requires(post,postun): desktop-file-utils +Requires(post,postun): gtk+2 +Requires(post,postun): shared-mime-info Requires: hal >= 0.5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -62,7 +59,8 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT \ + mimeicondir=%{_datadir}/icons/hicolor/48x48/mimetypes %find_lang %{name} --all-name @@ -70,9 +68,15 @@ rm -rf $RPM_BUILD_ROOT %post +umask 022 +update-mime-database %{_datadir}/mime >/dev/null 2>&1 ||: +gtk-update-icon-cache -ft %{_datadir}/icons/hicolor %update_desktop_database_post %postun +umask 022 +update-mime-database %{_datadir}/mime >/dev/null 2>&1 +gtk-update-icon-cache -ft %{_datadir}/icons/hicolor %update_desktop_database_postun %files -f %{name}.lang @@ -80,7 +84,9 @@ %doc AUTHORS ChangeLog NEWS README TODO.tasks %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} +%{_datadir}/mime/packages/bonfire.xml %{_desktopdir}/*.desktop +%{_iconsdir}/hicolor/*/*/ %{_pixmapsdir}/*.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -89,6 +95,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2.2.5 2006/07/16 08:58:00 freetz +- 0.4.1, (re)generate icon cache, register mime, updated file list + Revision 1.2.2.4 2006/05/27 08:50:59 qboosh - BR: ac,am,lt @@ -108,4 +117,3 @@ Revision 1.1 2006/05/16 20:46:32 freetz - disc burning for gnomers - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bonfire.spec?r1=1.2.2.4&r2=1.2.2.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
