Accepting request 83532 from home:jengelh:bl-f
- Apply packaging guidelines (remove redundant/obsolete tags/sections from specfile, etc.) OBS-URL: https://build.opensuse.org/request/show/83532 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=20
This commit is contained in:
parent
e38991f6a2
commit
8d827938f4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user