]> git.pld-linux.org Git - packages/xfce4-mpc-plugin.git/blame - xfce4-mpc-plugin.spec
- updated to 0.3.2
[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
1d9616f2 4Version: 0.3.2
1d673d3f
MB
5Release: 1
6License: GPL v2
7Group: X11/Applications
8Source0: http://goodies.xfce.org/releases/xfce4-mpc-plugin/%{name}-%{version}.tar.gz
1d9616f2 9# Source0-md5: a44d3ddb45cb524bf77d3522cac57286
1d673d3f
MB
10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: intltool >= 0.35.5
14BuildRequires: libmpd-devel >= 0.12
15BuildRequires: pkgconfig
16BuildRequires: xfce4-dev-tools >= 4.4.0
17BuildRequires: xfce4-panel-devel >= 4.4.0
18Requires: xfce4-panel >= 4.4.0
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22A client plugin for the Music Player Daemon.
23
24%description -l pl.UTF-8
25Wtyczka klienta Music Player Daemon.
26
27%prep
28%setup -q
29
30%build
31%{__intltoolize}
32%{__aclocal}
33%{__autoconf}
34%{__autoheader}
35%{__automake}
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%find_lang %{name}
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files -f %{name}.lang
51%defattr(644,root,root,755)
52%doc AUTHORS ChangeLog NEWS README TODO
53%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-mpc-plugin
54%{_datadir}/xfce4/panel-plugins/xfce4-mpc-plugin.desktop
This page took 0.070942 seconds and 4 git commands to generate.