rpms/xfce4-mpc-plugin/F-9 xfce4-mpc-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Mon Jul 14 09:12:43 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-mpc-plugin/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7318/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	xfce4-mpc-plugin.spec 
Log Message:
initial import of xfce4-mpc-plugin


--- NEW FILE xfce4-mpc-plugin.spec ---
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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-mpc-plugin/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jul 2008 03:04:26 -0000	1.1
+++ .cvsignore	14 Jul 2008 09:11:49 -0000	1.2
@@ -0,0 +1 @@
+xfce4-mpc-plugin-0.3.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-mpc-plugin/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jul 2008 03:04:26 -0000	1.1
+++ sources	14 Jul 2008 09:11:49 -0000	1.2
@@ -0,0 +1 @@
+b4f7f67589f34f77973a51dd5069712d  xfce4-mpc-plugin-0.3.3.tar.gz




More information about the fedora-extras-commits mailing list