]> git.pld-linux.org Git - packages/xfce4-mpc-plugin.git/blame - xfce4-mpc-plugin.spec
- up to 0.4.5
[packages/xfce4-mpc-plugin.git] / xfce4-mpc-plugin.spec
CommitLineData
1d673d3f
MB
1Summary: A mpc plugin for the Xfce panel
2Summary(pl.UTF-8): Wtyczka mpc dla panelu Xfce
3Name: xfce4-mpc-plugin
7c6ef65f 4Version: 0.4.5
ba30c2eb 5Release: 1
b4e7e6c6 6License: BSD-like
1d673d3f 7Group: X11/Applications
ba30c2eb 8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-mpc-plugin/0.4/%{name}-%{version}.tar.bz2
7c6ef65f 9# Source0-md5: 718e64748e46908a44cd0b96eacbda28
1d673d3f
MB
10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin
11BuildRequires: autoconf
12BuildRequires: automake
ba30c2eb 13BuildRequires: exo-devel >= 0.8.0
b2207618 14BuildRequires: gettext-tools
1d673d3f
MB
15BuildRequires: intltool >= 0.35.5
16BuildRequires: libmpd-devel >= 0.12
7c6ef65f 17BuildRequires: libxfce4ui-devel >= 4.12.0
1d673d3f 18BuildRequires: pkgconfig
7c6ef65f
JR
19BuildRequires: xfce4-dev-tools >= 4.12.0
20BuildRequires: xfce4-panel-devel >= 4.12.0
21Requires: xfce4-panel >= 4.12.0
1d673d3f
MB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25A client plugin for the Music Player Daemon.
26
27%description -l pl.UTF-8
28Wtyczka klienta Music Player Daemon.
29
30%prep
31%setup -q
32
33%build
34%{__intltoolize}
7c6ef65f 35%{__libtoolize}
1d673d3f
MB
36%{__aclocal}
37%{__autoconf}
38%{__autoheader}
39%{__automake}
40%configure
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
0707c68e
JR
49%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
50
b4e7e6c6 51%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
73bcf6a6 52
1d673d3f
MB
53%find_lang %{name}
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files -f %{name}.lang
59%defattr(644,root,root,755)
60%doc AUTHORS ChangeLog NEWS README TODO
0707c68e
JR
61%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libmpc.so
62%{_datadir}/xfce4/panel/plugins/xfce4-mpc-plugin.desktop
This page took 0.066264 seconds and 4 git commands to generate.