rpms/muse/F-11 muse.spec,1.8,1.9

Orcan Ogetbil oget at fedoraproject.org
Sat Apr 10 09:50:14 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/muse/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31373

Modified Files:
	muse.spec 
Log Message:
* Wed Apr 07 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0.1-2
- Correct synti path on 64bit systems
- Remove the -fno-var-tracking-assignments workaround
- Rebuild needed on F-13 to pick up the proper soname deps. RHBZ#566419



Index: muse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/muse/F-11/muse.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- muse.spec	7 Feb 2010 02:30:16 -0000	1.8
+++ muse.spec	10 Apr 2010 09:50:14 -0000	1.9
@@ -4,7 +4,7 @@ Summary:       Midi/Audio Music Sequence
 # See: https://fedoraproject.org/wiki/AudioCreation
 Epoch:         1
 Version:       1.0.1
-Release:       1%{?dist}
+Release:       2%{?dist}
 # synti/vam is GPLv2+
 # original freeverb plugin was public domain
 # some of the widgets are GPLv2
@@ -50,7 +50,7 @@ Requires:      hicolor-icon-theme
 
 %description
 MusE is a MIDI/Audio sequencer with recording and editing capabilities. It can
-perform audio effects like chorus/flanger in realtime via LASH and it supports
+perform audio effects like chorus/flanger in real-time via LASH and it supports
 Jack and ALSA interfaces. MusE aims to be a complete multitrack virtual studio 
 for Linux.
 
@@ -71,11 +71,13 @@ done
 cp %{SOURCE1} al/dspSSE.cpp
 %endif
 
+# Fix one more 64bit libdir issue
+# A proper patch is sent upstream which needs
+# a full autohell cycle. For now we do:
+sed -i 's|/lib|/%{_lib}|' muse/app.cpp
+
+
 %build
-# Work around the gcc bug RHBZ#531218
-%if 0%{?fedora} >= 12
-export CXX="g++ -fno-var-tracking-assignments"
-%endif
 %configure --disable-suid-build \
            --disable-suid-install \
            --with-docbook-stylesheets=%{_datadir}/sgml/docbook/dsssl-stylesheets \
@@ -123,9 +125,6 @@ mv plugins/freeverb/readme.txt          
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps
 install -pm 0644 packaging/muse_icon.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/
 
-# desktop file
-mkdir -p %{buildroot}%{_datadir}/applications
-
 # do not Provide plugins .so
 %global _use_internal_dependency_generator 0
 cat << \EOF > %{name}.prov
@@ -164,12 +163,17 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_bindir}/%{name}
 %{_bindir}/grepmidi
 %{_bindir}/%{name}-find-unused-wavs
-%{_libdir}/%{name}
-%{_datadir}/%{name}
+%{_libdir}/%{name}/
+%{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/*
 
 %changelog 
+* Wed Apr 07 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0.1-2
+- Correct synti path on 64bit systems
+- Remove the -fno-var-tracking-assignments workaround
+- Rebuild needed on F-13 to pick up the proper soname deps. RHBZ#566419
+
 * Sat Jan 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0.1-1
 - Update to 1.0.1
 - Drop upstreamed patches



More information about the scm-commits mailing list