]> git.pld-linux.org Git - packages/xfce4-mpc-plugin.git/blame - xfce4-mpc-plugin.spec
- updated to 0.3.3
[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
cc1ce736 4Version: 0.3.3
1d673d3f
MB
5Release: 1
6License: GPL v2
7Group: X11/Applications
8Source0: http://goodies.xfce.org/releases/xfce4-mpc-plugin/%{name}-%{version}.tar.gz
cc1ce736 9# Source0-md5: b4f7f67589f34f77973a51dd5069712d
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
cc1ce736
MB
45mv $RPM_BUILD_ROOT%{_datadir}/locale/pt{_PT,}
46
1d673d3f
MB
47%find_lang %{name}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files -f %{name}.lang
53%defattr(644,root,root,755)
54%doc AUTHORS ChangeLog NEWS README TODO
55%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-mpc-plugin
56%{_datadir}/xfce4/panel-plugins/xfce4-mpc-plugin.desktop
This page took 0.035073 seconds and 4 git commands to generate.