ncmpcpp/ncmpcpp.spec

81 lines
2.1 KiB
RPMSpec
Raw Normal View History

2009-01-16 23:11:05 +00:00
Name: ncmpcpp
2009-03-18 08:40:04 +00:00
Version: 0.3.2
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
2009-03-18 08:40:04 +00:00
Patch0: ncmpcpp-0.3.2-charset.patch
2009-01-16 23:11:05 +00:00
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
2009-03-18 08:40:04 +00:00
# upstream patch, compilation was failing
# --> http://repo.or.cz/w/ncmpcpp.git?a=commitdiff;h=503c4964d56a1140331d02c0f56dfc7efb733c40#patch1
%patch0 -p1
2009-01-16 23:11:05 +00:00
%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
2009-03-18 08:40:04 +00:00
%{_mandir}/man1/%{name}*
2009-01-16 23:11:05 +00:00
%changelog
2009-03-18 08:40:04 +00:00
* Wed Mar 18 2009 Michal Nowak <mnowak@redhat.com> - 0.3.2-1
- 0.3.2
- added ncmpcpp man page
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
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