File mikmod.spec of Package mikmod
#
# spec file for package mikmod
#
# Copyright 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright Vincent Petry <PVince81@yahoo.fr>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Name: mikmod
BuildRequires: libmikmod-devel >= 3.1.5 ncurses-devel
Summary: Music module player and library
Version: 3.2.4
Release: 1
License: GPL-2.0
Group: Productivity/Multimedia/Sound/Players
Source: %{name}-%{version}.tar.gz
Url: http://mikmod.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Mikmod is a module player and a library supporting many formats, including
mod, s3m, it, and xm.
%prep
%setup -q
%build
export CFLAGS=$RPM_OPT_FLAGS
%configure
make %{?jobs:-j%jobs}
%install
make DESTDIR="%{buildroot}" install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS NEWS
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/mikmodrc
%changelog