]> git.pld-linux.org Git - packages/xfce4-mpc-plugin.git/blob - xfce4-mpc-plugin.spec
- updated to 0.3.2
[packages/xfce4-mpc-plugin.git] / xfce4-mpc-plugin.spec
1 Summary:        A mpc plugin for the Xfce panel
2 Summary(pl.UTF-8):      Wtyczka mpc dla panelu Xfce
3 Name:           xfce4-mpc-plugin
4 Version:        0.3.2
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://goodies.xfce.org/releases/xfce4-mpc-plugin/%{name}-%{version}.tar.gz
9 # Source0-md5:  a44d3ddb45cb524bf77d3522cac57286
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  intltool >= 0.35.5
14 BuildRequires:  libmpd-devel >= 0.12
15 BuildRequires:  pkgconfig
16 BuildRequires:  xfce4-dev-tools >= 4.4.0
17 BuildRequires:  xfce4-panel-devel >= 4.4.0
18 Requires:       xfce4-panel >= 4.4.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 A client plugin for the Music Player Daemon.
23
24 %description -l pl.UTF-8
25 Wtyczka 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
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %find_lang %{name}
46
47 %clean
48 rm -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.030147 seconds and 3 git commands to generate.