]> git.pld-linux.org Git - packages/brasero.git/commitdiff
- up to 0.4.4
authorPatryk Zawadzki <patrys@room-303.com>
Thu, 7 Sep 2006 18:13:42 +0000 (18:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- project renamed to brasero

Changed files:
    brasero.spec -> 1.7

brasero.spec

index 2656e485f3c84083382462000ce21049643163ae..1b60a3b076a97778980322252b482ae889514920 100644 (file)
@@ -4,13 +4,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
@@ -36,11 +36,11 @@ Requires:   hal >= 0.5
 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
@@ -54,7 +54,8 @@ GNOME. Jest zaprojektowany by by
 %{__autoheader}
 %{__automake}
 %configure \
-       %{!?with_beagle:--disable-search}
+       %{!?with_beagle:--disable-search} \
+       --disable-caches
 %{__make}
 
 %install
@@ -63,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+mv $RPM_BUILD_ROOT%{_iconsdir}/{gnome,hicolor}
+
 %find_lang %{name} --all-name
 
 %clean
@@ -70,14 +73,20 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.08916 seconds and 4 git commands to generate.