nonamedotc pushed to xfce4-mpc-plugin (epel7). "Update to 0.4.1"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Mar 29 02:58:16 UTC 2015


>From 0bf91cce1c37f56404c4d64972ec9dda7b3731a8 Mon Sep 17 00:00:00 2001
From: Christoph Wickert <cwickert at fedoraproject.org>
Date: Wed, 15 Feb 2012 11:55:27 +0100
Subject: Update to 0.4.1


diff --git a/.gitignore b/.gitignore
index 20abb62..aace1ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 xfce4-mpc-plugin-0.3.5.tar.bz2
 /xfce4-mpc-plugin-0.4.0.tar.bz2
+/xfce4-mpc-plugin-0.4.1.tar.bz2
diff --git a/sources b/sources
index 13a0bb3..9a5290b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae9b285e24385e27cfd797ab605a1b7f  xfce4-mpc-plugin-0.4.0.tar.bz2
+c7f347da13f5aa93a260ca7fcc172405  xfce4-mpc-plugin-0.4.1.tar.bz2
diff --git a/xfce4-mpc-plugin-0.3.5-exo-and-libxfcegui4.patch b/xfce4-mpc-plugin-0.3.5-exo-and-libxfcegui4.patch
deleted file mode 100644
index 7e294be..0000000
--- a/xfce4-mpc-plugin-0.3.5-exo-and-libxfcegui4.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -ur xfce4-mpc-plugin-0.3.5.orig/configure.ac xfce4-mpc-plugin-0.3.5/configure.ac
---- xfce4-mpc-plugin-0.3.5.orig/configure.ac	2010-05-17 22:05:35.000000000 +0300
-+++ xfce4-mpc-plugin-0.3.5/configure.ac	2010-08-09 15:47:08.000000000 +0300
-@@ -40,7 +40,9 @@
- 
- dnl configure the panel plugin
- XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.22])
--XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.1.1])
-+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.22])
-+XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.1.1], [],
-+  [XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0])])
- 
- dnl check for libmpd presence
- AC_ARG_WITH(libmpd,
-diff -ur xfce4-mpc-plugin-0.3.5.orig/panel-plugin/Makefile.am xfce4-mpc-plugin-0.3.5/panel-plugin/Makefile.am
---- xfce4-mpc-plugin-0.3.5.orig/panel-plugin/Makefile.am	2009-08-17 22:36:34.000000000 +0300
-+++ xfce4-mpc-plugin-0.3.5/panel-plugin/Makefile.am	2010-08-09 15:47:44.000000000 +0300
-@@ -4,11 +4,13 @@
- xfce4_mpc_plugin_CFLAGS =						\
- 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
- 	@EXO_CFLAGS@							\
--	@LIBXFCE4PANEL_CFLAGS@
-+	@LIBXFCE4PANEL_CFLAGS@						\
-+	@LIBXFCEGUI4_CFLAGS@
- 
- xfce4_mpc_plugin_LDADD =						\
- 	@EXO_LIBS@							\
--	@LIBXFCE4PANEL_LIBS@
-+	@LIBXFCE4PANEL_LIBS@						\
-+	@LIBXFCEGUI4_LIBS@
- 
- 
- xfce4_mpc_plugin_SOURCES = xfce4-mpc-plugin.c xfce4-mpc-plugin.h
diff --git a/xfce4-mpc-plugin.spec b/xfce4-mpc-plugin.spec
index d25fac6..771ba33 100644
--- a/xfce4-mpc-plugin.spec
+++ b/xfce4-mpc-plugin.spec
@@ -1,7 +1,7 @@
 %global majorversion 0.4
 
 Name:           xfce4-mpc-plugin
-Version:        0.4.0
+Version:        0.4.1
 Release:        1%{?dist}
 Summary:        MPD client for the Xfce panel
 
@@ -34,8 +34,9 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %find_lang %{name}
 
 
@@ -55,18 +56,21 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 # FIXME: add NEWS when there are some
 %doc AUTHORS COPYING ChangeLog README TODO
-%{_libdir}/xfce4/panel/plugins/%{name}
+%{_libdir}/xfce4/panel/plugins/*.so
 %{_datadir}/xfce4/panel/plugins/*.desktop
 
 
 %changelog
+* Tue Feb 15 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-1
+- Update to 0.4.1
+
 * Sun Feb 12 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-1
 - Update to 0.4.0
 - Drop obsolete patch for exo and libxfce4ui
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xfce4-mpc-plugin.git/commit/?h=epel7&id=0bf91cce1c37f56404c4d64972ec9dda7b3731a8


More information about the scm-commits mailing list