Accepting request 934562 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/934562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinstpatch?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2021-12-01 19:46:50 +00:00 committed by Git OBS Bridge
commit acc0cedd20
2 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 27 00:35:17 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Improve summary and drop old spec constructs
-------------------------------------------------------------------
Fri Jan 29 18:11:08 UTC 2021 - Tom Mbrt <tom.mbrt@googlemail.com>

View File

@ -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}*