rpms/xfmpc/F-8 xfmpc.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 20:37:58 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/xfmpc/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7018/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	xfmpc.spec 
Log Message:
* Fri Jul 11 2008 Christoph Wickert <fedora christoph-wickert de> - 0.0.6-1
- Initial Fedora package



--- NEW FILE xfmpc.spec ---
Name:           xfmpc
Version:        0.0.6
Release:        1%{?dist}
Summary:        A MPD client for the Xfce desktop environment

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://goodies.xfce.org/projects/applications/%{name}
Source0:        http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libxfcegui4-devel >= 4.4.0, libmpd-devel >= 0.15.0
BuildRequires:  gettext, perl(XML::Parser), desktop-file-utils
Requires:       mpc
 
%description
Xfmpc is a a graphical GTK+ MPD client for the Xfce desktop environment.
It is focusing on low footprint and easy usage.

To connect to a remote machine set the environment variables MPD_HOST 
and MPD_PORT as described in the mpc(1) manpage.


%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}
desktop-file-install --vendor "fedora"                          \
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
        --delete-original                                       \
        ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog IDEAS NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/applications/fedora-%{name}.desktop


%changelog
* Fri Jul 11 2008 Christoph Wickert <fedora christoph-wickert de> - 0.0.6-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfmpc/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jul 2008 19:41:33 -0000	1.1
+++ .cvsignore	14 Jul 2008 20:37:16 -0000	1.2
@@ -0,0 +1 @@
+xfmpc-0.0.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfmpc/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jul 2008 19:41:33 -0000	1.1
+++ sources	14 Jul 2008 20:37:16 -0000	1.2
@@ -0,0 +1 @@
+1d2edd3cfb950d61dc1fac8229ac828b  xfmpc-0.0.6.tar.bz2




More information about the fedora-extras-commits mailing list