diff --git a/libinstpatch.changes b/libinstpatch.changes index 3e77e0f..06cf7bb 100644 --- a/libinstpatch.changes +++ b/libinstpatch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 27 00:35:17 UTC 2021 - Jan Engelhardt + +- Improve summary and drop old spec constructs + ------------------------------------------------------------------- Fri Jan 29 18:11:08 UTC 2021 - Tom Mbrt diff --git a/libinstpatch.spec b/libinstpatch.spec index 6575ae3..f860ac6 100644 --- a/libinstpatch.spec +++ b/libinstpatch.spec @@ -1,7 +1,7 @@ # # spec file for package libinstpatch # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,7 +39,7 @@ libInstPatch is a library for processing digital sample based MIDI instrument "patch" files. %package -n libinstpatch-1_0-%{sover} -Summary: Libinstpatch library +Summary: MIDI instrument patch library Group: System/Libraries %description -n libinstpatch-1_0-%{sover} @@ -60,11 +60,11 @@ Requires: libinstpatch-1_0-%{sover} = %{version} This package includes the header files for %{name}. %prep -%setup -q +%autosetup %build %cmake -make %{?_smp_mflags} +%cmake_build %install %cmake_install @@ -73,12 +73,10 @@ make %{?_smp_mflags} %postun -n libinstpatch-1_0-%{sover} -p /sbin/ldconfig %files -n libinstpatch-1_0-%{sover} -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_libdir}/%{name}*.so.* %files devel -%defattr(-,root,root) %doc AUTHORS ChangeLog README.md %doc examples/create_sf2.c %{_includedir}/%{name}*