diff --git a/rosegarden.spec b/rosegarden.spec index ec04808..2c215a4 100644 --- a/rosegarden.spec +++ b/rosegarden.spec @@ -35,13 +35,17 @@ BuildRequires: pkg-config BuildRequires: shared-mime-info BuildRequires: update-desktop-files BuildRequires: xorg-x11-util-devel -Version: 12.12.25 +Version: 13.04 Release: 0 -Source0: http://downloads.sourceforge.net/project/%{name}/%name/11.11/%{name}-%{version}.tar.bz2 +Source0: http://sourceforge.net/projects/rosegarden/files/%{name}/%{version}/%{name}-%{version}.tar.bz2/download Source1: %{name}.xpm Source2: %{name}.1 +# This patch fixes the 64 bit lib search path for dssi and ladspa and is distro specific for now. +Patch0: rosegarden-10.02-plugin-lib64path.patch # This patch fixes the file search paths for examples, templates and midi driver libraries. Patch1: rosegarden-10.10-filepaths.patch +#Temporary patch to fix license statement in the "About box" +Patch2: rosegarden-11.11-gplv2+.patch Summary: Midi, Audio And Notation Editor License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Midi @@ -55,7 +59,7 @@ Requires: lilypond %else Recommends: lilypond %endif -Requires: jack +Recommends: jack BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -73,7 +77,9 @@ See the changelog for details. %prep %setup -q +%patch0 %patch1 +%patch2 # When we build svn we need to execute bootstrap.sh it doesn't harm the release build either. sh bootstrap.sh