rpms/ncmpcpp/F-13 ncmpcpp.spec,1.12,1.13 sources,1.11,1.12

Rahul Sundaram sundaram at fedoraproject.org
Tue Jun 8 10:04:28 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/ncmpcpp/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2688

Modified Files:
	ncmpcpp.spec sources 
Log Message:
* Tue Jun 08 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0.5.4-1
- update to 0.5.4
- enable visualizer option. Resolves rhbz#593205
- enable outputs screen
- update spec to match current guidelines



Index: ncmpcpp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ncmpcpp/F-13/ncmpcpp.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- ncmpcpp.spec	12 Feb 2010 22:31:48 -0000	1.12
+++ ncmpcpp.spec	8 Jun 2010 10:04:28 -0000	1.13
@@ -1,12 +1,11 @@
 Name:           ncmpcpp
-Version:        0.5
+Version:        0.5.4
 Release:        1%{?dist}
 Summary:        Clone of ncmpc with new features and written in C++
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://unkart.ovh.org/ncmpcpp
 Source0:        http://unkart.ovh.org/ncmpcpp/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  curl-devel
 BuildRequires:  taglib-devel
@@ -26,21 +25,15 @@ use search screen, media library screen,
 
 
 %build
-%configure --disable-static --enable-clock --with-taglib --with-curl 
-
+%configure --disable-static --enable-clock --with-taglib --with-curl --enable-visualizer  --enable-outputs
 make %{?_smp_mflags}
 
 
 %install
-rm -rf %{buildroot}
 
 make DESTDIR="%{buildroot}" INSTALL="install -p" docdir="%{_docdir}/%{name}-%{version}" install
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files
 %defattr(-,root,root,-)
 %doc doc/config doc/keys AUTHORS NEWS COPYING
@@ -49,6 +42,15 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jun 08 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0.5.4-1
+- update to 0.5.4
+- enable visualizer option. Resolves rhbz#593205
+- enable outputs screen
+- update spec to match current guidelines
+
+* Sat Feb 27 2010 Michal Nowak <mnowak at redhat.com> - 0.5.2-1
+- 0.5.2
+
 * Wed Jan  6 2010 Michal Nowak <mnowak at redhat.com> - 0.5-1
 - 0.5
 - dependency on libmpdclient (version 2.1+)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ncmpcpp/F-13/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	12 Feb 2010 22:31:49 -0000	1.11
+++ sources	8 Jun 2010 10:04:28 -0000	1.12
@@ -1 +1 @@
-5b34a969d34adb6a5e7ab088694ee870  ncmpcpp-0.5.tar.bz2
+feb35e16a286b15ce066b7f13263be27  ncmpcpp-0.5.4.tar.bz2



More information about the scm-commits mailing list