Update mediaelch to latest
This commit is contained in:
@@ -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 <daniel.steiner@greenmail.ch>
|
||||
- Update to 2.6.0.
|
||||
|
||||
* Tue Jan 3 2017 Daniel Steiner <elpito@bluewin.ch>
|
||||
- Initial setup.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user