File mkcue.spec of Package mkcue
#
# spec file for package mkcue
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: mkcue
Version: 1
Release: 0
License: LGPL-2.1
Summary: Cue Sheets Generator
Url: http://diplodocus.org/projects/audio/
Group: Productivity/Multimedia/CD/Grabbers
Source: https://diplodocus.org/dist/audio/%{name}-%{version}.tar.bz2
BuildRequires: gcc-c++
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
mkcue generates cue sheets from a CD's TOC (Table Of Contents).
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%changelog