diff --git a/rosegarden.spec b/rosegarden.spec index 453bf0f..973c367 100644 --- a/rosegarden.spec +++ b/rosegarden.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: rosegarden -Version: 15.10 +Version: 16.02 Release: 1mamba Summary: A professional audio and MIDI sequencer, score editor and more Group: Graphical Desktop/Applications/Multimedia @@ -55,14 +55,12 @@ A professional audio and MIDI sequencer, score editor and general-purpose music #%patch1 -p1 %build -export QTDIR=%{_prefix} -%configure -#cmake . -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` +%cmake -d build %make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} -%makeinstall +%makeinstall -C build #%{find_lang} %{name} @@ -80,6 +78,9 @@ export QTDIR=%{_prefix} %{_datadir}/mime/packages/rosegarden.xml %changelog +* Sat Apr 30 2016 Automatic Build System 16.02-1mamba +- automatic version update by autodist + * Sat Nov 14 2015 Automatic Build System 15.10-1mamba - automatic version update by autodist