diff --git a/libcuefile.changes b/libcuefile.changes index a707ba0..8f6cc24 100644 --- a/libcuefile.changes +++ b/libcuefile.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jul 4 10:42:03 UTC 2019 - Stefan BrĂ¼ns + +- More spec file cleanup: + * Use SPDX identifier to License + * Use https:// for Source and Url + * Remove BuildRoot + ------------------------------------------------------------------- Fri Jun 21 20:00:53 UTC 2019 - mgorse@suse.com diff --git a/libcuefile.spec b/libcuefile.spec index efd8424..266ffbb 100644 --- a/libcuefile.spec +++ b/libcuefile.spec @@ -2,6 +2,7 @@ # spec file for package libcuefile # # Copyright (c) 2013 Asterios Dramis . +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +13,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + %define so_ver 0 Name: libcuefile Version: r475 Release: 1 -License: GPL-2.0 +License: GPL-2.0-only Summary: Library for Working With Cue Sheet (cue) and Table Of Contents (toc) Files -Url: http://www.musepack.net/ +Url: https://www.musepack.net/ Group: System/Libraries -Source0: http://files.musepack.net/source/%{name}_%{version}.tar.gz +Source0: https://files.musepack.net/source/%{name}_%{version}.tar.gz # PATCH-FIX-OPENSUSE mathmeaning.patch asterios.dramis@gmail.com -- Fix rpm post build error "Program uses operation a <= b <= c, which is not well defined." (based on patch from openSUSE cuetools) Patch0: mathmeaning.patch BuildRequires: cmake -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libcuefile is a library for working with Cue Sheet (cue) and Table of Contents @@ -58,7 +61,7 @@ chmod 644 include/cuetools/*.h %build %cmake -make %{?_smp_mflags} VERBOSE=1 +%cmake_build %install %cmake_install @@ -73,7 +76,8 @@ rm -f %{buildroot}%{_libdir}/*.a %postun -n libcuefile%{so_ver} -p /sbin/ldconfig %files devel -%doc AUTHORS COPYING README +%license COPYING +%doc AUTHORS README %{_includedir}/cuetools/ %{_libdir}/libcuefile.so