This commit is contained in:
parent
c2d6fbe227
commit
d8edd77d45
@ -35,13 +35,17 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xorg-x11-util-devel
|
BuildRequires: xorg-x11-util-devel
|
||||||
Version: 12.12.25
|
Version: 13.04
|
||||||
Release: 0
|
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
|
Source1: %{name}.xpm
|
||||||
Source2: %{name}.1
|
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.
|
# This patch fixes the file search paths for examples, templates and midi driver libraries.
|
||||||
Patch1: rosegarden-10.10-filepaths.patch
|
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
|
Summary: Midi, Audio And Notation Editor
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Multimedia/Sound/Midi
|
Group: Productivity/Multimedia/Sound/Midi
|
||||||
@ -55,7 +59,7 @@ Requires: lilypond
|
|||||||
%else
|
%else
|
||||||
Recommends: lilypond
|
Recommends: lilypond
|
||||||
%endif
|
%endif
|
||||||
Requires: jack
|
Recommends: jack
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -73,7 +77,9 @@ See the changelog for details.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
|
%patch2
|
||||||
# When we build svn we need to execute bootstrap.sh it doesn't harm the release build either.
|
# When we build svn we need to execute bootstrap.sh it doesn't harm the release build either.
|
||||||
sh bootstrap.sh
|
sh bootstrap.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user