rpms/ncmpc/F-10 ncmpc-lirc.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 ncmpc.spec, 1.8, 1.9 sources, 1.2, 1.3

Andreas Bierfert awjb at fedoraproject.org
Fri Jan 9 18:28:11 UTC 2009


Author: awjb

Update of /cvs/pkgs/rpms/ncmpc/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13543/F-10

Modified Files:
	.cvsignore ncmpc.spec sources 
Added Files:
	ncmpc-lirc.patch 
Log Message:
- version upgrade (#479240)


ncmpc-lirc.patch:

--- NEW FILE ncmpc-lirc.patch ---
--- configure.ac.orig	2008-11-22 14:30:48.000000000 +0100
+++ configure.ac	2008-11-22 14:36:00.000000000 +0100
@@ -208,8 +208,8 @@
 	[enable_lirc=$enableval],
 	[enable_lirc=no])
 if test x$enable_lirc = xyes; then
-	PKG_CHECK_MODULES([LIBLIRCCLIENT], [liblircclient0],,
-		[AC_MSG_ERROR([liblircclient0 not found])])
+	AC_CHECK_LIB(lirc_client, lirc_init, ,
+		[AC_MSG_ERROR([lirc_client not found])])
 	AC_DEFINE([ENABLE_LIRC], [1], [Enable LIRC support])
 fi
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ncmpc/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Jun 2005 17:11:40 -0000	1.2
+++ .cvsignore	9 Jan 2009 18:27:40 -0000	1.3
@@ -1 +1 @@
-ncmpc-0.11.1.tar.gz
+ncmpc-0.13.tar.bz2


Index: ncmpc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ncmpc/F-10/ncmpc.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ncmpc.spec	11 Feb 2008 16:29:49 -0000	1.8
+++ ncmpc.spec	9 Jan 2009 18:27:40 -0000	1.9
@@ -1,17 +1,20 @@
 Name:           ncmpc
-Version:        0.11.1
-Release:        9%{?dist}
+Version:        0.13
+Release:        1%{?dist}
 Summary:        A curses client for the Music Player Daemon (MPD)
 
 Group:          Applications/Multimedia
 License:        GPLv2+
-URL:            http://www.musicpd.org/ncmpc.shtml
-Source0:        http://mercury.chem.pitt.edu/~shank/ncmpc-0.11.1.tar.gz
+URL:            http://mpd.wikia.com/wiki/Client:Ncmpc
+Source0:        http://downloads.sourceforge.net/musicpd/ncmpc-0.13.tar.bz2
+Patch0:         ncmpc-lirc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel
 BuildRequires:  glib2-devel >= 2.4
 BuildRequires:  gettext
+BuildRequires:  lirc-devel
+BuildRequires:  autoconf
 
 %description
 ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc connects to 
@@ -25,9 +28,16 @@
 
 %prep
 %setup -q
+%patch0
+
+autoreconf
+
+#aclocal
+#autoconf -f
 
 %build
-%configure --enable-clock-screen
+%configure --enable-wide --enable-nls --enable-colors --enable-lirc \
+  --enable-artist-screen --with-ncursesw
 make %{?_smp_mflags}
 
 
@@ -47,13 +57,24 @@
 
 %files -f ncmpc.lang
 %defattr(-,root,root,-)
-%doc README TODO NEWS AUTHORS ChangeLog doc/ncmpc.lirc
+%doc README NEWS AUTHORS COPYING doc/ncmpc.lirc
 %{_bindir}/ncmpc
 %{_mandir}/man1/*
 %{_sysconfdir}/ncmpc
+%config(noreplace) %{_sysconfdir}/ncmpc/config
+%config(noreplace) %{_sysconfdir}/ncmpc/keys
+
 %exclude %{_datadir}/doc/*
 
 %changelog
+* Fri Jan 09 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.13-1
+- version upgrade (#479240)
+
+* Sat Nov 22 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.12-0.1.beta1
+- version upgrade
+
 * Mon Feb 11 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 0.11.1-9
 - Rebuilt for gcc43
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ncmpc/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Jun 2005 17:11:40 -0000	1.2
+++ sources	9 Jan 2009 18:27:41 -0000	1.3
@@ -1 +1 @@
-c90668b12f3676c73913a863482ec405  ncmpc-0.11.1.tar.gz
+5ef1c45d62fad85b7d42ab5c9bcde33e  ncmpc-0.13.tar.bz2




More information about the fedora-extras-commits mailing list