cd-discid/cd-discid.spec

46 lines
1.4 KiB
RPMSpec

#
# spec file for package cd-discid
#
# Copyright (c) 2014 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: cd-discid
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Utilities
Version: 1.4
Release: 0
Summary: Utility to get CDDB discid information
URL: http://linukz.org/cd-discid.shtml
Source0: http://linukz.org/download/%{name}-%{version}.tar.gz
%description
cd-discid is a backend utility to get CDDB discid information for a
CD-ROM disc. It was originally designed for cdgrab (now abcde), but
can be used for any purpose requiring CDDB data.
%prep
%setup -q
%build
CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" make %{?_smp_mflags}
%install
%make_install PREFIX=%{_prefix} STRIP=:
%files
%doc changelog COPYING README
%{_bindir}/cd-discid
%{_mandir}/man1/cd-discid.1*