]> git.pld-linux.org Git - packages/xfmpc.git/blob - xfmpc.spec
- up to 0.3.1
[packages/xfmpc.git] / xfmpc.spec
1 Summary:        A graphical GTK+ MPD client focusing on low footprint
2 Summary(pl.UTF-8):      Graficzny klient MPD oparty na GTK+
3 Name:           xfmpc
4 Version:        0.3.1
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Sound
8 Source0:        http://archive.xfce.org/src/apps/xfmpc/0.3/%{name}-%{version}.tar.bz2
9 # Source0-md5:  70ee9a750306d9faf8ff51691fd2f157
10 URL:            http://www.xfce.org/projects/xfmpc/
11 BuildRequires:  gettext-tools
12 BuildRequires:  glib2-devel >= 1:2.38.0
13 BuildRequires:  gtk+3-devel >= 3.22.0
14 BuildRequires:  intltool >= 0.35.0
15 BuildRequires:  libmpd-devel >= 0.15.0
16 BuildRequires:  libxfce4ui-devel >= 4.14.0
17 BuildRequires:  libxfce4util-devel >= 4.14.0
18 BuildRequires:  pkgconfig >= 1:0.9.0
19 BuildRequires:  xfce4-dev-tools >= 4.14.0
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 A graphical GTK+ MPD client focusing on low footprint.
24
25 %description -l pl.UTF-8
26 Graficzny klient MPD oparty na GTK+.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/{fa_IR,hye,ie,ur_PK}
42 %{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{hy_AM,hy}
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog IDEAS NEWS README.md THANKS
52 %attr(755,root,root) %{_bindir}/xfmpc
53 %{_desktopdir}/xfmpc.desktop
54 %{_mandir}/man1/xfmpc.1*
This page took 0.101997 seconds and 4 git commands to generate.