Update mediaelch to latest
This commit is contained in:
@@ -1,15 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mediaelch
|
# spec file for package mediaelch
|
||||||
#
|
#
|
||||||
|
%define quavers 0.7.6
|
||||||
|
|
||||||
Name: MediaElch
|
Name: MediaElch
|
||||||
Summary: A Media Manager for XBMC
|
Summary: A Media Manager for XBMC
|
||||||
Url: http://www.mediaelch.de/
|
Url: http://www.mediaelch.de/
|
||||||
Version: 2.4.2
|
Version: 2.6.0
|
||||||
Release: 0%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Source0: mediaelch-%{version}.tar.gz
|
Source0: mediaelch-%{version}.tar.gz
|
||||||
|
Source1: quazip-%{quavers}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@@ -35,10 +37,16 @@ trailers.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
echo %{BuildRoot}
|
echo %{BuildRoot}
|
||||||
%setup -qn mediaelch-%{version}
|
%setup -qn MediaElch-%{version}
|
||||||
qmake-qt5
|
pushd third_party
|
||||||
|
rm -rf quazip
|
||||||
|
tar xzf %{S:1}
|
||||||
|
ln -s quazip-%{quavers} quazip
|
||||||
|
popd
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
qmake-qt5
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -Wall"
|
export CFLAGS="$RPM_OPT_FLAGS -Wall"
|
||||||
make
|
make
|
||||||
|
|
||||||
@@ -54,6 +62,9 @@ make install
|
|||||||
%{_datadir}/pixmaps/%{name}.png
|
%{_datadir}/pixmaps/%{name}.png
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Tue Jan 3 2017 Daniel Steiner <elpito@bluewin.ch>
|
||||||
- Initial setup.
|
- Initial setup.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user