rpms/brasero/F-13 .cvsignore, 1.33, 1.34 brasero.spec, 1.83, 1.84 sources, 1.38, 1.39

Matthias Clasen mclasen at fedoraproject.org
Tue May 4 23:36:08 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/brasero/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4636

Modified Files:
	.cvsignore brasero.spec sources 
Log Message:
Use nicer icon for nautilus cd burner



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/brasero/F-13/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- .cvsignore	10 Feb 2010 16:04:47 -0000	1.33
+++ .cvsignore	4 May 2010 23:36:07 -0000	1.34
@@ -1 +1 @@
-brasero-2.29.90.tar.bz2
+nautilus-burn-icons.tar.bz2


Index: brasero.spec
===================================================================
RCS file: /cvs/pkgs/rpms/brasero/F-13/brasero.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -p -r1.83 -r1.84
--- brasero.spec	27 Apr 2010 16:44:49 -0000	1.83
+++ brasero.spec	4 May 2010 23:36:07 -0000	1.84
@@ -6,7 +6,7 @@
 
 Name:      brasero
 Version:   2.30.1
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Gnome CD/DVD burning application
 Group:     Applications/Multimedia
 License:   GPLv2+
@@ -14,6 +14,9 @@ URL:       http://www.gnome.org/projects
 #VCS: git:git://git.gnome.org/brasero
 Source0:   http://ftp.gnome.org/pub/GNOME/sources/brasero/2.30/%{name}-%{version}.tar.bz2
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=587749
+Source1:   nautilus-burn-icons.tar.bz2
+
 BuildRequires:  glib2-devel >= 2.15.6
 BuildRequires:  gettext intltool gtk-doc
 BuildRequires:  desktop-file-utils
@@ -119,6 +122,8 @@ find $RPM_BUILD_ROOT -type f -name "*.la
 %find_lang %{name}
 
 sed -i 's/cd:x/cd;x/' $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+sed -i -e 's/Icon=brasero/Icon=nautilus-burn/' \
+    $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-nautilus.desktop
 
 desktop-file-install --vendor ""                   \
     --dir $RPM_BUILD_ROOT%{_datadir}/applications  \
@@ -128,6 +133,8 @@ desktop-file-install --vendor ""        
     --dir $RPM_BUILD_ROOT%{_datadir}/applications  \
     $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-nautilus.desktop
 
+tar xf %{SOURCE1} -C $RPM_BUILD_ROOT%{_datadir}/icons
+
 
 %post
 umask 022
@@ -203,6 +210,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Tue May  4 2010 Matthias Clasen <mclasen at redhat.com> 2.30.1-2
+- Use nicer icons for CD/DVD Burner
+
 * Tue Apr 27 2010 Matthias Clasen <mclasen at redhat.com> - 2.30.1-1
 - Update to 2.30.1
 - Spec file cleanups


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/brasero/F-13/sources,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- sources	27 Apr 2010 16:44:49 -0000	1.38
+++ sources	4 May 2010 23:36:07 -0000	1.39
@@ -1 +1,2 @@
+16bc2b0c85054e3a1066fe04d3d413a2  nautilus-burn-icons.tar.bz2
 01c313f02939ee7dd277cafe11a5ef89  brasero-2.30.1.tar.bz2



More information about the scm-commits mailing list