]> git.pld-linux.org Git - packages/xfmpc.git/blob - xfmpc.spec
- up to 0.3.0
[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.0
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:  e6ff8563f159d1e727d656fb88964998
10 URL:            http://www.xfce.org/projects/xfmpc/
11 BuildRequires:  gettext-tools
12 BuildRequires:  glib2-devel >= 1:2.18
13 BuildRequires:  gtk+2-devel >= 2:2.14
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/ur_PK
42 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ie
43 %{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{hy_AM,hy}
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 IDEAS NEWS README THANKS
53 %attr(755,root,root) %{_bindir}/xfmpc
54 %{_desktopdir}/xfmpc.desktop
55 %{_mandir}/man1/xfmpc.1*
This page took 0.339238 seconds and 3 git commands to generate.