From c47609e776860bbd26dfb1f8cf5739915dd2dc24 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Dec 15 2011 05:03:13 +0000 Subject: Update to MusE-2.0-rc1 --- diff --git a/.gitignore b/.gitignore index 36f2dae..9ac68b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /muse-1.1.tar.gz /muse-2.0alpha.tar.gz /muse-2.0beta2.tar.gz +/muse-2.0rc1.tar.gz diff --git a/muse-noglyphsource.patch b/muse-noglyphsource.patch deleted file mode 100644 index 87adf3d..0000000 --- a/muse-noglyphsource.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -rupN muse-2.0beta2.old/share/scoreglyphs/CMakeLists.txt muse-2.0beta2/share/scoreglyphs/CMakeLists.txt ---- muse-2.0beta2.old/share/scoreglyphs/CMakeLists.txt 2011-05-06 11:28:39.000000000 -0400 -+++ muse-2.0beta2/share/scoreglyphs/CMakeLists.txt 2011-06-18 23:25:23.000000000 -0400 -@@ -20,9 +20,6 @@ - - file (GLOB scoreglyph_files *.png LICENSE) - --subdirs( feta-original -- ) -- - install( FILES ${scoreglyph_files} - DESTINATION ${MusE_SHARE_DIR}/scoreglyphs - ) diff --git a/muse.spec b/muse.spec index 15b46a5..d497ac3 100644 --- a/muse.spec +++ b/muse.spec @@ -1,4 +1,4 @@ -%global prerelease beta2 +%global prerelease rc1 Name: muse Summary: Midi/Audio Music Sequencer @@ -6,20 +6,15 @@ Summary: Midi/Audio Music Sequencer # See: https://fedoraproject.org/wiki/AudioCreation Epoch: 1 Version: 2.0 -Release: 0.4.%{prerelease}%{?dist} -# synti/vam is GPLv2+ +Release: 0.5.%{prerelease}%{?dist} # original freeverb plugin was public domain -# some of the widgets are GPLv2 # ladspa.h is LGPLv2+ # givertcap (not built) is GPLv2 -# The rest, including the core of muse is distributed under GPL+ -# Source1 is GPLv2+ -License: GPL+ and GPLv2 and GPLv2+ and LGPLv2+ +# The rest, including the core of muse is distributed under GPLv2+ +License: Public Domain and GPLv2 and GPLv2+ and LGPLv2+ Group: Applications/Multimedia URL: http://www.muse-sequencer.org/ Source0: https://downloads.sourceforge.net/project/lmuse/%{name}-%{version}/%{name}-%{version}%{?prerelease}.tar.gz -# Don't install score fonts. From trunk: -Patch0: muse-noglyphsource.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel @@ -47,7 +42,7 @@ for Linux. %prep %setup -q -n %{name}-%{version}%{?prerelease} -%patch0 -p1 + %build mkdir -p %{_target_platform} @@ -58,20 +53,14 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} make install DESTDIR=%{buildroot} -C %{_target_platform} -# install release notes -cp -a readme_muse*.txt %{buildroot}/%{_docdir}/%{name}-%{version}/ %check desktop-file-validate \ %{buildroot}%{_datadir}/applications/%{name}.desktop -%clean -rm -rf %{buildroot} - %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : @@ -86,7 +75,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -%defattr(-,root,root,-) %{_docdir}/%{name}-%{version}/ %{_bindir}/%{name}* %{_bindir}/grepmidi @@ -99,6 +87,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/mime/packages/muse.xml %changelog +* Wed Dec 14 2011 Orcan Ogetbil - 1:2.0-0.5.rc1 +- Update to MusE-2.0-rc1 + * Sat Jun 18 2011 Orcan Ogetbil - 1:2.0-0.4.beta2 - Update to MusE-2.0-beta2 diff --git a/sources b/sources index a2af19b..ad36b2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1da3b10bcde157b1fee5921267ada8ac muse-2.0beta2.tar.gz +43948df553bc35748cb87f75576ecceb muse-2.0rc1.tar.gz