ncmpcpp/ncmpcpp.spec

69 lines
1.6 KiB
RPMSpec
Raw Normal View History

2009-01-16 23:11:05 +00:00
Name: ncmpcpp
2009-02-23 09:59:25 +00:00
Version: 0.3.1
2009-02-03 19:05:01 +00:00
Release: 1%{?dist}
2009-01-16 23:11:05 +00:00
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
BuildRequires: ncurses-devel
%description
Ncmpcpp is almost exact clone of ncmpc but it contains some new
features ncmpc doesn't have. It's been also rewritten from scratch
in C++. New features include: tag editor, playlists editor, easy to
use search screen, media library screen, lyrics screen and more.
%prep
%setup -q
%build
2009-02-03 19:05:01 +00:00
%configure --disable-static --enable-clock --with-taglib --with-curl
2009-01-16 23:11:05 +00:00
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
%{_bindir}/ncmpcpp
%changelog
2009-02-23 09:59:25 +00:00
* Mon Feb 23 2009 Michal Nowak <mnowak@redhat.com> 0.3.1-1
- 0.3.1
2009-02-03 19:05:01 +00:00
* Tue Feb 3 2009 Michal Nowak <mnowak@redhat.com> 0.3-1
- 0.3
- enable clock
2009-01-16 23:11:05 +00:00
* Thu Jan 15 2009 Michal Nowak <mnowak@redhat.com> 0.2.5-4
- disable building static archives
* Tue Jan 13 2009 Michal Nowak <mnowak@redhat.com> 0.2.5-3
- minor SPEC file changes
* Thu Dec 11 2008 Michal Nowak <mnowak@redhat.com> 0.2.5-2
- added ncurses-devel as BuildRequires
* Tue Dec 9 2008 Michal Nowak <mnowak@redhat.com> 0.2.5-1
- 0.2.5