[mpc] Update to upstream release 0.25

Jamie Nguyen jamielinux at fedoraproject.org
Sun Mar 23 17:26:46 UTC 2014


commit cf7766f70fe2bfb70ea5091d981a5cf9d511a02b
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sun Mar 23 17:26:43 2014 +0000

    Update to upstream release 0.25

 .gitignore          |    1 +
 mpc-0.25.tar.xz.sig |  Bin 0 -> 536 bytes
 mpc.spec            |   32 +++++++++++++-------------------
 sources             |    2 +-
 4 files changed, 15 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33f60c3..75eae11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 mpc-0.19.tar.bz2
 /mpc-0.22.tar.bz2
+/mpc-0.25.tar.xz
diff --git a/mpc-0.25.tar.xz.sig b/mpc-0.25.tar.xz.sig
new file mode 100644
index 0000000..d54d286
Binary files /dev/null and b/mpc-0.25.tar.xz.sig differ
diff --git a/mpc.spec b/mpc.spec
index e2c84e9..3a7ec39 100644
--- a/mpc.spec
+++ b/mpc.spec
@@ -1,13 +1,14 @@
 Name:             mpc
 Summary:          Command-line client for MPD
-Version:          0.22
-Release:          5%{?dist}
+Version:          0.25
+Release:          1%{?dist}
 
 License:          GPLv2+
 Group:            Applications/Multimedia
-URL:              http://mpd.wikia.com/wiki/Client:Mpc
-Source0:          http://downloads.sourceforge.net/musicpd/%{name}-%{version}.tar.bz2
-BuildRequires:    libmpdclient-devel >= 2.0
+URL:              http://www.musicpd.org/
+Source0:          http://www.musicpd.org/download/mpc/0/mpc-%{version}.tar.xz
+Source1:          http://www.musicpd.org/download/mpc/0/mpc-%{version}.tar.xz.sig
+BuildRequires:    libmpdclient-devel >= 2.3
 
 %description
 A client for MPD, the Music Player Daemon. mpc connects to a MPD running
@@ -32,20 +33,8 @@ done
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
 
 
-%post
-# Remove broken link.
-if [ $1 -eq 2 ]; then
-    if [ -h %{_sysconfdir}/bash_completion.d/mpc ]; then
-        rm -f %{_sysconfdir}/bash_completion.d/mpc >/dev/null 2>/dev/null || :
-        if [ -f %{_sysconfdir}/bash_completion.d/mpc.rpmnew ]; then
-            cp -p %{_sysconfdir}/bash_completion.d/mpc{.rpmnew,} >/dev/null 2>/dev/null || :
-        fi
-    fi
-fi
-
-
 %files
-%doc AUTHORS COPYING INSTALL NEWS README
+%doc AUTHORS COPYING NEWS README
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
 %config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
@@ -53,6 +42,11 @@ fi
 
 
 %changelog
+* Sun Mar 23 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.25-1
+- update to upstream release 0.25
+- update URL
+- remove INSTALL file
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.22-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -110,7 +104,7 @@ fi
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 0.11.2-3
 - rebuild on all arches
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Fri Apr 08 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 
 * Sat Mar 12 2005 Aurelien Bompard <gauret[AT]free.fr> 0.11.2-1
diff --git a/sources b/sources
index bdba2f2..b8d9dca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a84bba413084c9ef453f4ba8d252ef6  mpc-0.22.tar.bz2
+76aec8e973e3c6c131e9e9f2ad8f34c3  mpc-0.25.tar.xz


More information about the scm-commits mailing list