Package minitunes: Specfile

Name: minitunes
Version: 0.1.1
Release: alt0.M51.1
Summary: Minitunes is just another music player, only better
License: GPLv3
Group: Sound
Url: http://flavio.tordini.org/minitunes
Packager: Egor Glukhov <kaman@altlinux.org>
Source0: %name-%version.tar
BuildRequires: gcc-c++ libqt4-devel libtag-devel
Requires: phonon-backend

%description
Minitunes is just another music player, only better.

Minitunes unclutters your music listening experience with a clean
and innovative interface.

%prep
%setup

%build
qmake-qt4 "QMAKE_CFLAGS+=%optflags" "QMAKE_CXXFLAGS+=%optflags"
%make_build

%install
%make_install INSTALL_ROOT=%buildroot install
%find_lang %name

%files
%_bindir/%name
%_desktopdir/%name.desktop
%_iconsdir/hicolor/*/apps/*

%changelog
* Sat Mar 19 2011 Motsyo Gennadi <drool@altlinux.ru> 0.1.1-alt0.M51.1
- build for M51
- fix optflags

* Tue Jan 25 2011 Egor Glukhov <kaman@altlinux.org> 0.1.1-alt1
- Initial build for Sisyphus