SPECS (DEVEL): ncmpc.spec - up to 0.12_beta1 - skipp cflags checking in con...

lisu lisu at pld-linux.org
Wed Nov 26 16:47:47 CET 2008


Author: lisu                         Date: Wed Nov 26 15:47:47 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- up to 0.12_beta1
- skipp cflags checking in configure (configure.patch)
- BR: libtool and remove gettext BR (not needed)
- less files in %%doc
- adapterized

---- Files affected:
SPECS:
   ncmpc.spec (1.5 -> 1.5.2.1) 

---- Diffs:

================================================================
Index: SPECS/ncmpc.spec
diff -u SPECS/ncmpc.spec:1.5 SPECS/ncmpc.spec:1.5.2.1
--- SPECS/ncmpc.spec:1.5	Mon Jul 28 01:05:52 2008
+++ SPECS/ncmpc.spec	Wed Nov 26 16:47:42 2008
@@ -1,18 +1,20 @@
 # $Revision$, $Date$
+%define	_beta	beta1
 Summary:	Curses client for Music Player Daemon
 Summary(pl.UTF-8):	Klient curses dla demona MPD
 Name:		ncmpc
-Version:	0.11.1
-Release:	2
-License:	GPL
+Version:	0.12
+Release:	0.%{_beta}.1
+License:	GPL v2+
 Group:		Applications/Sound
-Source0:	http://hem.bredband.net/kaw/ncmpc/files/%{name}-%{version}.tar.gz
-# Source0-md5:	c90668b12f3676c73913a863482ec405
+Source0:	http://dl.sourceforge.net/musicpd/%{name}-%{version}_%{_beta}.tar.bz2
+# Source0-md5:	e7372dccb7707a1247c98606e95a5370
+Patch0:		%{name}-configure.patch
 URL:		http://hem.bredband.net/kaw/ncmpc/
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	gettext-devel
 BuildRequires:	glib2-devel
+BuildRequires:	libtool
 BuildRequires:	ncurses-ext-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,16 +27,16 @@
 
 %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.
+łą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
+%setup -q -n %{name}-%{version}~%{_beta}
+%patch0 -p1
 
 %build
-#%%{__gettextize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -60,7 +62,7 @@
 
 %files -f ncmpc.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
+%doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 
@@ -70,6 +72,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5.2.1  2008/11/26 15:47:42  lisu
+- up to 0.12_beta1
+- skipp cflags checking in configure (configure.patch)
+- BR: libtool and remove gettext BR (not needed)
+- less files in %%doc
+- adapterized
+
 Revision 1.5  2008/07/27 23:05:52  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ncmpc.spec?r1=1.5&r2=1.5.2.1&f=u



More information about the pld-cvs-commit mailing list