Author: patrys Date: Thu Sep 7 18:13:47 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.4.4 - project renamed to brasero
---- Files affected: SPECS: bonfire.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/bonfire.spec diff -u SPECS/bonfire.spec:1.6 SPECS/bonfire.spec:1.7 --- SPECS/bonfire.spec:1.6 Wed Jul 12 21:11:04 2006 +++ SPECS/bonfire.spec Thu Sep 7 20:13:42 2006 @@ -5,13 +5,13 @@ # Summary: Disc burning application for GNOME Summary(pl): Program do wypalania dysków dla GNOME -Name: bonfire -Version: 0.4.0 +Name: brasero +Version: 0.4.4 Release: 1 License: GPL v2 Group: X11/Applications Source0: http://dl.sourceforge.net/bonfire/%{name}-%{version}.tar.bz2 -# Source0-md5: deb7f1652a7d94c00223cd65b603aad1 +# Source0-md5: 1ef6ae66677ed9136634692d8bc1cc7a Patch0: %{name}-desktop.patch URL: http://perso.wanadoo.fr/bonfire/ BuildRequires: autoconf @@ -37,11 +37,11 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Bonfire is a CD/DVD mastering tool for the GNOME desktop. +Brasero is a CD/DVD mastering tool for the GNOME desktop. It is designed to be simple and easy to use. %description -l pl -Bonfire jest narzędziem do masteringu płyt CD/DVD dla biurka +Brasero jest narzędziem do masteringu płyt CD/DVD dla biurka GNOME. Jest zaprojektowany by być prostym i łatwym w obsłudze. %prep @@ -55,7 +55,8 @@ %{__autoheader} %{__automake} %configure \ - %{!?with_beagle:--disable-search} + %{!?with_beagle:--disable-search} \ + --disable-caches %{__make} %install @@ -64,6 +65,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +mv $RPM_BUILD_ROOT%{_iconsdir}/{gnome,hicolor} + %find_lang %{name} --all-name %clean @@ -71,16 +74,22 @@ %post %update_desktop_database_post +%update_mime_database +%update_icon_cache hicolor %postun %update_desktop_database_postun +%update_mime_database +%update_icon_cache hicolor %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO.tasks %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} +%{_datadir}/mime/packages/%{name}.xml %{_desktopdir}/*.desktop +%{_iconsdir}/hicolor/*/*/*.png %{_pixmapsdir}/*.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -89,6 +98,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2006/09/07 18:13:42 patrys +- up to 0.4.4 +- project renamed to brasero + +Revision 1.6.2.1 2006/09/07 18:07:57 patrys +- up to 0.4.90 (current unstable) + Revision 1.6 2006/07/12 19:11:04 patrys - up to 0.4.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bonfire.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
