rpms/guimup/F-11 guimup.spec,1.1,1.2

Miloš Jakubíček mjakubicek at fedoraproject.org
Mon May 18 14:54:33 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/guimup/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15744/F-11

Modified Files:
	guimup.spec 
Log Message:
- Fix FTBFS: set $echo to echo to make libtool happy




Index: guimup.spec
===================================================================
RCS file: /cvs/pkgs/rpms/guimup/F-11/guimup.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- guimup.spec	28 Apr 2009 20:05:42 -0000	1.1
+++ guimup.spec	18 May 2009 14:54:02 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		guimup
 Version:	0.1.4
-Release:	6.b%{?dist}
+Release:	6.c%{?dist}
 Summary:	A GTKmm based drag-&-drop oriented client for MPD
 
 Group:		Applications/Multimedia
@@ -37,6 +37,7 @@ autoreconf -f
 
 %build
 %configure
+export echo=echo # libtool fails otherwise
 make %{?_smp_mflags}
 
 
@@ -67,6 +68,9 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Mon May 18 2009 Milos Jakubicek <xjakub at fi.muni.cz> 0.1.4-6.c
+- Fix FTBFS: set $echo to echo to make libtool happy
+
 * Sat Apr 25 2009 Andreas Osowski <th0br0 at mkdir.name> 0.1.4-6.b
 - Fixed release tag
 - Fixed timestamp not preserved when installing the icon




More information about the scm-commits mailing list