devel/bluefish bluefish.spec,1.7,1.8

Phillip Compton (pcompton) fedora-extras-commits at redhat.com
Sun Feb 20 16:46:02 UTC 2005


Author: pcompton

Update of /cvs/extras/devel/bluefish
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23503

Modified Files:
	bluefish.spec 
Log Message:
Fix absolute path in desktop entry



Index: bluefish.spec
===================================================================
RCS file: /cvs/extras/devel/bluefish/bluefish.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bluefish.spec	12 Jan 2005 00:56:52 -0000	1.7
+++ bluefish.spec	20 Feb 2005 16:45:59 -0000	1.8
@@ -1,13 +1,13 @@
 Name:           bluefish
 Version:        1.0
-Release:        1
+Release:        2
 Summary:        A GTK2 web development application for experienced users.
 
 Group:          Development/Tools
 License:        GPL
 URL:            http://bluefish.openoffice.nl/
-Source0:	      http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/bluefish-1.0.tar.bz2
-BuildRoot: 	    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/bluefish-1.0.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  aspell-devel >= 0.5
 BuildRequires:	desktop-file-utils
@@ -31,6 +31,7 @@
 
 
 %build
+sed -i "s/ICONDIR\/bluefish-icon.png/bluefish-icon.png/g;" data/bluefish.desktop.in
 %configure --disable-update-databases
 make %{?_smp_mflags}
 
@@ -74,6 +75,9 @@
 
 
 %changelog
+* Sun Feb 20 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 1.0-2
+- Fix for absolute path to icon in desktop entry.
+
 * Tue Jan 11 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 1.0-1
 - 1.0.
 




More information about the fedora-extras-commits mailing list