52 lines
1.4 KiB
RPMSpec
52 lines
1.4 KiB
RPMSpec
Name: muzikQ
|
|
Version: 0.5
|
|
Release: 2mamba
|
|
Summary: muzikQ is a curses audio player. It currently supports MP3 and Ogg.
|
|
Group: Applications/Multimedia
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|
URL: http://sourceforge.net/projects/muzikq/
|
|
Source: http://downloads.sourceforge.net/project/muzikq/muzikQ%20%{version}/muzikQ-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libncurses-devel
|
|
BuildRequires: libSDL-devel
|
|
BuildRequires: libSDL_mixer-devel
|
|
BuildRequires: libtag-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libtag-devel >= 1.9.1
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%debug_package
|
|
|
|
%description
|
|
muzikQ is a curses audio player. It currently supports MP3 and Ogg. It also supports tag editing, rating, and telnet/ssh control. It is appropriate for a Linux system with limited resources dedicated to audio playback.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/muzikQ
|
|
%doc AUTHORS COPYING
|
|
|
|
%changelog
|
|
* Tue Dec 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5-2mamba
|
|
- mass rebuild with libtag 1.9.1
|
|
|
|
* Mon Apr 23 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.5-1mamba
|
|
- package created by autospec
|