diff --git a/fedora/SPECS/mediaelch.spec b/fedora/SPECS/mediaelch.spec index 6798f8f..79a47a4 100644 --- a/fedora/SPECS/mediaelch.spec +++ b/fedora/SPECS/mediaelch.spec @@ -1,15 +1,17 @@ # # spec file for package mediaelch # +%define quavers 0.7.6 Name: MediaElch Summary: A Media Manager for XBMC Url: http://www.mediaelch.de/ -Version: 2.4.2 -Release: 0%{?dist} +Version: 2.6.0 +Release: 1%{?dist} License: GPL-3.0+ Group: Productivity/Multimedia/Other Source0: mediaelch-%{version}.tar.gz +Source1: quazip-%{quavers}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ @@ -35,10 +37,16 @@ trailers. %prep echo %{BuildRoot} -%setup -qn mediaelch-%{version} -qmake-qt5 +%setup -qn MediaElch-%{version} +pushd third_party +rm -rf quazip +tar xzf %{S:1} +ln -s quazip-%{quavers} quazip +popd + %build +qmake-qt5 export CFLAGS="$RPM_OPT_FLAGS -Wall" make @@ -54,6 +62,9 @@ make install %{_datadir}/pixmaps/%{name}.png %changelog +* Sat May 4 2019 Daniel Steiner +- Update to 2.6.0. + * Tue Jan 3 2017 Daniel Steiner - Initial setup.