nonamedotc pushed to xfce4-mpc-plugin (epel7). "Initial import of xfce4-mpc-plugin. Review is at (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Mar 29 02:59:35 UTC 2015


>From 703674965a7cb1dd5e41b0719b18d7e17b7748a6 Mon Sep 17 00:00:00 2001
From: Christoph Wickert <cwickert at fedoraproject.org>
Date: Mon, 14 Jul 2008 09:06:53 +0000
Subject: Initial import of xfce4-mpc-plugin. Review is at    
 https://bugzilla.redhat.com/show_bug.cgi?id=455071


diff --git a/.cvsignore b/.cvsignore
index e69de29..25b8802 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+xfce4-mpc-plugin-0.3.3.tar.gz
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..4a166c8
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+xfce4-mpc-plugin-0_3_3-1_fc10:HEAD:xfce4-mpc-plugin-0.3.3-1.fc10.src.rpm:1216026319
diff --git a/sources b/sources
index e69de29..a1b3eba 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b4f7f67589f34f77973a51dd5069712d  xfce4-mpc-plugin-0.3.3.tar.gz
diff --git a/xfce4-mpc-plugin.spec b/xfce4-mpc-plugin.spec
new file mode 100644
index 0000000..590d8b7
--- /dev/null
+++ b/xfce4-mpc-plugin.spec
@@ -0,0 +1,81 @@
+Name:           xfce4-mpc-plugin
+Version:        0.3.3
+Release:        1%{?dist}
+Summary:        MPD client for the Xfce panel
+
+Group:          User Interface/Desktops
+License:        BSD
+URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
+Source0:        http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.90.2
+BuildRequires:  gettext, perl(XML::Parser)
+BuildRequires:  libmpd-devel >= 0.12
+Requires:       xfce4-panel >= 4.4.2
+
+%description
+A simple client plugin for MPD, the Music Player Daemon.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
+
+
+%post
+touch --no-create %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog README
+%{_libexecdir}/xfce4/panel-plugins/%{name}
+%{_datadir}/xfce4/panel-plugins/*.desktop
+
+
+%changelog
+* Fri Jul 11 2008 Christoph Wickert <fedora christoph-wickert de> - 0.3.3-1
+- Update to 0.3.3 on Xfce 4.4.2
+
+* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.2-1
+- Update to 0.3.2
+- Update license tag
+
+* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.1-2
+- Rebuild for Xfce 4.4.1
+
+* Sat Feb 03 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.1-1
+- Update to 0.3.1
+
+* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-1
+- Update to 0.3.0 on Xfce 4.4
+
+* Sat Nov 11 2006 Christoph Wickert <fedora christoph-wickert de> - 0.2.0-1
+- Update to 0.2.0
+
+* Sat Sep 23 2006 Christoph Wickert <fedora christoph-wickert de> - 0.1.0-1
+- Initial Fedora package
-- 
cgit v0.10.2


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


More information about the scm-commits mailing list