[muse] Update to MusE-2.0-rc1

Orcan Ogetbil oget at fedoraproject.org
Thu Dec 15 05:03:14 UTC 2011


commit c47609e776860bbd26dfb1f8cf5739915dd2dc24
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Thu Dec 15 00:03:13 2011 -0500

    Update to MusE-2.0-rc1

 .gitignore               |    1 +
 muse-noglyphsource.patch |   13 -------------
 muse.spec                |   25 ++++++++-----------------
 sources                  |    2 +-
 4 files changed, 10 insertions(+), 31 deletions(-)
---
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.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 <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.0-0.5.rc1
+- Update to MusE-2.0-rc1
+
 * Sat Jun 18 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 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


More information about the scm-commits mailing list