rpms/ncmpcpp/devel ncmpcpp.spec,1.13,1.14

Rahul Sundaram sundaram at fedoraproject.org
Tue Jun 8 09:56:40 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/ncmpcpp/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1319

Modified Files:
	ncmpcpp.spec 
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/devel/ncmpcpp.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- ncmpcpp.spec	27 Feb 2010 12:55:35 -0000	1.13
+++ ncmpcpp.spec	8 Jun 2010 09:56:40 -0000	1.14
@@ -1,12 +1,11 @@
 Name:           ncmpcpp
-Version:        0.5.2
+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,12 @@ 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
 



More information about the scm-commits mailing list