ncmpcpp/ncmpcpp.spec

149 lines
4.6 KiB
RPMSpec
Raw Normal View History

2009-01-16 23:11:05 +00:00
Name: ncmpcpp
2012-04-01 23:14:35 +00:00
Version: 0.5.10
Release: 5%{?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://ncmpcpp.rybczak.net/
Source0: http://ncmpcpp.rybczak.net/stable/%{name}-%{version}.tar.bz2
2009-01-16 23:11:05 +00:00
BuildRequires: curl-devel
BuildRequires: taglib-devel
BuildRequires: ncurses-devel
2010-02-12 22:31:49 +00:00
BuildRequires: libmpdclient-devel
2009-01-16 23:11:05 +00:00
%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
%configure --disable-static --enable-clock --with-taglib --with-curl --enable-visualizer --enable-outputs
2009-01-16 23:11:05 +00:00
make %{?_smp_mflags}
%install
make DESTDIR="%{buildroot}" INSTALL="install -p" docdir="%{_docdir}/%{name}-%{version}" install
%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
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.10-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Sat Jun 29 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 0.5.10-4
- fix bogus date in changelog
- update upstream urls
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-04-01 23:14:35 +00:00
* Mon Apr 02 2012 Dominic Hopf <dmaphy@fedoraproject.org> - 0.5.10-1
- New upstream release: ncmpcpp 0.5.10
2012-03-29 22:05:33 +00:00
* Thu Mar 29 2012 Dominic Hopf <dmaphy@fedoraproject.org> - 0.5.9-1
- New upstream release: ncmpcpp 0.5.9
2012-02-28 19:18:58 +00:00
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.8-3
- Rebuilt for c++ ABI breakage
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-10-14 23:52:57 +00:00
* Sat Oct 15 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 0.5.8-1
- New upstream release: ncmpcpp 0.5.8
2011-06-13 15:51:51 +00:00
* Mon Jun 13 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 0.5.7-1
- New upstream release: ncmpcpp 0.5.7
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Jan 07 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 0.5.6-1
2011-02-07 22:29:16 +00:00
- New upstream release: ncmpcpp 0.5.6
* Tue Jun 08 2010 Rahul Sundaram <sundaram@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
2010-02-27 12:55:35 +00:00
* Sat Feb 27 2010 Michal Nowak <mnowak@redhat.com> - 0.5.2-1
- 0.5.2
2010-02-12 22:31:49 +00:00
* Wed Jan 6 2010 Michal Nowak <mnowak@redhat.com> - 0.5-1
- 0.5
- dependency on libmpdclient (version 2.1+)
2009-10-05 08:33:02 +00:00
* Mon Oct 5 2009 Michal Nowak <mnowak@redhat.com> - 0.4.1-1
- 0.4.1
2009-09-11 13:35:48 +00:00
* Fri Sep 11 2009 Michal Nowak <mnowak@redhat.com> - 0.4-1
- 0.4
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-06-24 14:16:37 +00:00
* Wed Jun 24 2009 Michal Nowak <mnowak@redhat.com> - 0.3.5-1
- 0.3.5
- new feature: custom command execution on song change
- new feature: allow for physical files and directories deletion
- new feature: add local directories recursively
- new feature: add random songs to playlist
- new feature: mouse support
- new screen: outputs
- text scrolling in header was made optional
- some bugfixes
2009-06-13 00:08:43 +00:00
* Sat Jun 13 2009 Michal Nowak <mnowak@redhat.com> - 0.3.4-1
- 0.3.4
2009-04-06 08:56:30 +00:00
* Mon Apr 06 2009 Michal Nowak <mnowak@redhat.com> - 0.3.3-1
- dumped ncmpcpp-0.3.2-charset.patch -- upstream already
- 0.3.3
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