]> git.pld-linux.org Git - packages/ncmpc.git/blobdiff - ncmpc.spec
- 0.15
[packages/ncmpc.git] / ncmpc.spec
index b90f4a3a171f104e732ce51d5f485f4b6987711c..127abb8aa1501715389c4cf733dc5c729e25d3ee 100644 (file)
@@ -1,18 +1,19 @@
-#
 Summary:       Curses client for Music Player Daemon
+Summary(pl.UTF-8):     Klient curses dla demona MPD
 Name:          ncmpc
-Version:       0.11.1
+Version:       0.15
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         Applications/Sound
-Source0:       http://hem.bredband.net/kaw/ncmpc/files/%{name}-%{version}.tar.gz
-# Source0-md5: c90668b12f3676c73913a863482ec405
-URL:           http://hem.bredband.net/kaw/ncmpc/
+Source0:       http://dl.sourceforge.net/musicpd/%{name}-%{version}.tar.bz2
+# Source0-md5: 806dcbb8f6f1a6ce1b60f51c2d94199d
+URL:           http://mpd.wikia.com/wiki/Client:Ncmpc
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gettext-devel
 BuildRequires: glib2-devel
+BuildRequires: libtool
 BuildRequires: ncurses-ext-devel
+Suggests:      mpd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,13 +23,19 @@ controls this with an interface inspired by cplay. If ncmpc is used
 with lirc and irpty it can be used to manage playlists and control MPD
 with a remote control.
 
+%description -l pl.UTF-8
+ncmpc to klient curses dla demona MPD (Music Player Daemon). ncmpc
+łączy się z MPD działającym na maszynie w sieci lokalnej i steruje nim
+przy użyciu interfejsu zainspirowanego programem cplay. Jeśli ncmpc
+jest używany z lircem lub irpty, można go używać do zarządzania
+playlistami i sterowania MPD za pomocą pilota.
+
 %prep
 %setup -q
 
 %build
-#%%{__gettextize}
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -52,6 +59,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f ncmpc.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
+%doc AUTHORS NEWS README doc/*.sample doc/ncmpc.lirc
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%{_mandir}/man1/ncmpc.*
This page took 0.083715 seconds and 4 git commands to generate.