Accepting request 83642 from multimedia:libs

- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.) (forwarded request 83532 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fluidsynth?expand=0&rev=20
This commit is contained in:
Sascha Peilicke 2011-09-22 08:44:43 +00:00 committed by Git OBS Bridge
commit b06b992d5a
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Apply packaging guidelines (remove redundant/obsolete
tags/sections from specfile, etc.)
-------------------------------------------------------------------
Mon Aug 8 12:57:18 CEST 2011 - tiwai@suse.de

View File

@ -27,7 +27,6 @@ Release: 1
Group: Productivity/Multimedia/Sound/Midi
# Obsoletes: iiwusynth
# Provides: iiwusynth
AutoReqProv: on
License: LGPLv2.1+
Url: http://www.fluidsynth.org/
Source: %{name}-%{version}.tar.bz2
@ -69,7 +68,7 @@ This package contains the shared library for Fluidsynth.
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} -Denable-ladspa=1
%{__make} VERBOSE=1
make %{?_smp_mflags} VERBOSE=1
%install
cd build
@ -79,9 +78,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
%postun -n libfluidsynth1 -p /sbin/ldconfig
%clean
[ "$RPM_BUILD_ROOT" != "/" -a -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO