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

Andreas Osowski th0br0 at fedoraproject.org
Fri May 22 20:35:32 UTC 2009


Author: th0br0

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

Modified Files:
	guimup.spec 
Log Message:
Removed Requires: mpd as mpd is not available in the fedora repository



Index: guimup.spec
===================================================================
RCS file: /cvs/pkgs/rpms/guimup/F-10/guimup.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- guimup.spec	28 Apr 2009 19:50:52 -0000	1.1
+++ guimup.spec	22 May 2009 20:35:02 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		guimup
 Version:	0.1.4
-Release:	6.b%{?dist}
+Release:	6.d%{?dist}
 Summary:	A GTKmm based drag-&-drop oriented client for MPD
 
 Group:		Applications/Multimedia
@@ -16,7 +16,6 @@ BuildRequires:	gtkmm24-devel
 BuildRequires:	libmpd-devel
 BuildRequires:	libtool
 BuildRequires:	desktop-file-utils
-Requires:	mpd
 
 %description
 GUIMUP is a client for the music player daemon (MPD) written
@@ -37,6 +36,7 @@ autoreconf -f
 
 %build
 %configure
+export echo=echo # libtool fails otherwise
 make %{?_smp_mflags}
 
 
@@ -46,7 +46,7 @@ rm -rf %{buildroot}
 %{__mkdir_p} %{buildroot}%{_datadir}/pixmaps
 
 make install DESTDIR=%{buildroot} \
-	INSTALL="install -p"
+	INSTALL="install -p" echo=echo
 	
 rm -rf %{buildroot}%{_usr}/doc
 
@@ -67,6 +67,12 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Fri May 22 2009 Andreas Osowski <th0br0 at mkdir.name> 0.1.4-6.d
+- Removed Requires: mpd as mpd is not available in the fedora repository
+
+* 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