3b2d8c1
Name:           qmmp-plugin-pack
3b2d8c1
Version:        0.6.2
3b2d8c1
Release:        2%{?dist}
3b2d8c1
Summary:        A set of extra plugins for Qmmp
3b2d8c1
3b2d8c1
Group:          Applications/Multimedia
3b2d8c1
License:        GPLv2+
3b2d8c1
URL:            http://qmmp.ylsoftware.com/plugins_en.php
3b2d8c1
Source0:        http://qmmp.ylsoftware.com/files/plugins/%{name}-%{version}.tar.bz2
3b2d8c1
3b2d8c1
BuildRequires:  qmmp-devel >= %{version}
3b2d8c1
BuildRequires:  cmake
3b2d8c1
BuildRequires:  qt-devel
3b2d8c1
BuildRequires:  taglib-devel
3b2d8c1
BuildRequires:  yasm
3b2d8c1
3b2d8c1
%description
3b2d8c1
Plugin pack is a set of extra plugins for Qmmp.
3b2d8c1
3b2d8c1
 * FFap - enhanced Monkey's Audio (APE) decoder
3b2d8c1
   (24-bit samples and embedded cue support)
3b2d8c1
 * Simple Ui - simple user interface based on standard widgets set
3b2d8c1
3b2d8c1
%prep
3b2d8c1
%setup -q
3b2d8c1
3b2d8c1
3b2d8c1
%build
3b2d8c1
%cmake \
3b2d8c1
    -D USE_MPG123:BOOL=FALSE \
3b2d8c1
    .
3b2d8c1
make %{?_smp_mflags}
3b2d8c1
3b2d8c1
3b2d8c1
%install
3b2d8c1
make install DESTDIR=%{buildroot}
3b2d8c1
3b2d8c1
3b2d8c1
%files
3b2d8c1
%doc AUTHORS COPYING ChangeLog.rus README README.RUS
3b2d8c1
%{_libdir}/qmmp/Input/*.so
3b2d8c1
%{_libdir}/qmmp/Ui/*.so
3b2d8c1
3b2d8c1
3b2d8c1
%changelog
3b2d8c1
* Fri Aug 24 2012 Karel Volný <kvolny@redhat.com> 0.6.2-2
3b2d8c1
- update spec to newer style as suggested in package review
3b2d8c1
- removed %%buildroot actions
3b2d8c1
- removed %%clean section which got empty
3b2d8c1
- removed %%defattr
3b2d8c1
3b2d8c1
* Fri Aug 17 2012 Karel Volný <kvolny@redhat.com> 0.6.2-1
3b2d8c1
- new version
3b2d8c1
- fixes FSF address and execstack issues found by rpmlint
3b2d8c1
- see upstream changelog at http://qmmp.ylsoftware.com/index_en.php
3b2d8c1
3b2d8c1
* Tue Jul 31 2012 Karel Volný <kvolny@redhat.com> 0.6.1-1
3b2d8c1
- initial Fedora release