rpms/wildmidi/devel wildmidi.spec,1.2,1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Aug 15 13:54:55 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/wildmidi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18399

Modified Files:
	wildmidi.spec 
Log Message:
* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.2.2-2
- Put the lib in a seperate -libs subpackage
- Update License tags for new Licensing Guidelines compliance



Index: wildmidi.spec
===================================================================
RCS file: /cvs/extras/rpms/wildmidi/devel/wildmidi.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wildmidi.spec	28 Jul 2007 07:57:00 -0000	1.2
+++ wildmidi.spec	15 Aug 2007 13:54:22 -0000	1.3
@@ -1,30 +1,40 @@
 Name:           wildmidi
 Version:        0.2.2
-Release:        1%{?dist}
-Summary:        Midi Wavetable Synth Lib
-Group:          System Environment/Libraries
-License:        GPL
+Release:        2%{?dist}
+Summary:        WildMidi softsynth midi player
+Group:          Applications/Multimedia
+License:        GPLv2+
 URL:            http://wildmidi.sourceforge.net/index.html
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:         wildmidi-0.2.2-opt.patch
 Patch1:         wildmidi-0.2.2-cfg-abs-path.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  alsa-lib-devel libtool
-Requires:       timidity++
+Requires:       %{name}-libs = %{version}-%{release}
 
 %description
 WildMidi is a software midi player which has a core softsynth library that can
-be use with other applications. Originally conceived in December 2001 as a
+be used with other applications. Originally conceived in December 2001 as a
 stand alone player, it wasn't until September 2003, and several revisions
-later, that the library came into existance. The library is designed to process
-a midi file and stream out the stereo audio data through a buffer which an
-external program can then process further.
+later, that the library came into existance.
+
+
+%package libs
+Summary:        WildMidi Midi Wavetable Synth Lib
+Group:          System Environment/Libraries
+License:        LGPLv2+
+Requires:       timidity++
+
+%description libs
+This package contains the WildMidi core softsynth library. The library is
+designed to process a midi file and stream out the stereo audio data
+through a buffer which an external program can then process further.
 
 
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}-libs = %{version}-%{release}
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -55,15 +65,18 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%post -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README TODO
 %{_bindir}/wildmidi
+
+%files libs
+%defattr(-,root,root,-)
+%doc COPYING README TODO
 %{_libdir}/libWildMidi.so.0*
 
 %files devel
@@ -73,5 +86,9 @@
 
 
 %changelog
+* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.2.2-2
+- Put the lib in a seperate -libs subpackage
+- Update License tags for new Licensing Guidelines compliance
+
 * Sat Jul 14 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.2.2-1
 - Initial Fedora Extras version




More information about the fedora-extras-commits mailing list