%define name mp3unicode %define version 1.2 %define release 1 %define prefix /usr Summary: Convert MP3 tags into unicode Name: %{name} Version: %{version} Release: %{release}%{dist} License: GPL-2 Vendor: http://www.kde-apps.org/content/show.php?content=41784 Packager: Alon Bar-Lev Group: Applications/Sound Url: http://www.kde-apps.org/content/show.php?content=41784 Source: http://mp3unicode.yellowsite.ru//%{name}-%{version}.tar.bz2 BuildRoot: /var/tmp/%{name}-%{version}-%{release} BuildRequires: taglib-devel >= 1.4 Requires: taglib >= 1.4 Provides: %{name} = %{version} %description Allow converting MP3 tags into unicode. %prep %setup -q %build %configure -q \ --disable-rpath \ make %{?_smp_mflags} %install if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi %makeinstall %clean if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi %files %defattr(-,root,root) %{_bindir}/* %{_docdir}/%{name}/COPYING %{_docdir}/%{name}/README %changelog * Sat Apr 14 2007 Aon Bar-Lev - Initial.