Accepting request 1141195 from home:tiwai:branches:multimedia:libs

- Drop the leftover directory for the old system-wide service
  (bsc#1219124)

OBS-URL: https://build.opensuse.org/request/show/1141195
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=120
This commit is contained in:
Takashi Iwai 2024-01-24 09:43:58 +00:00 committed by Git OBS Bridge
parent 81728b993f
commit c9852e916f
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 24 09:33:28 UTC 2024 - Takashi Iwai <tiwai@suse.com>
- Drop the leftover directory for the old system-wide service
(bsc#1219124)
-------------------------------------------------------------------
Tue Nov 21 15:00:29 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package fluidsynth
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -86,7 +86,6 @@ This package contains the shared library for Fluidsynth.
%install
%cmake_install
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}
install -Dpm0644 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.%{name}
install -Dpm0644 build/fluidsynth.service %{buildroot}%{_userunitdir}/%{name}.service
mkdir %{buildroot}%{_sbindir}
@ -110,7 +109,6 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
%files
%license LICENSE
%doc AUTHORS ChangeLog README.md THANKS TODO
%dir %attr(-,%{name},audio) %{_localstatedir}/lib/%{name}
%{_bindir}/%{name}
%{_fillupdir}/sysconfig.%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}