# # spec file for package mediaelch # Name: MediaElch Summary: A Media Manager for XBMC Url: http://www.mediaelch.de/ Version: 2.4.2 Release: 0%{?dist} License: GPL-3.0+ Group: Productivity/Multimedia/Other Source0: mediaelch-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtmultimedia-devel BuildRequires: qt5-qtscript-devel BuildRequires: qt5-qtwebkit-devel BuildRequires: qt5-qttools-devel BuildRequires: libmediainfo-devel BuildRequires: zlib-devel BuildRequires: libzen-devel BuildRequires: libcurl-devel Requires: qt5-qtscript %description MediaElch is your Media Manager for handling Movies, TV Shows and Concerts/Music Videos in XBMC. It is designed to gather information from various movie databases on the internet and store these information directly to XBMCs database or in nfo files. MediaElch is also downloading movie posters, backdrops, fan arts and pictures of the actors as well as trailers. %global debug_package %{nil} %prep echo %{BuildRoot} %setup -qn mediaelch-%{version} qmake-qt5 %build export CFLAGS="$RPM_OPT_FLAGS -Wall" make %install export INSTALL_ROOT="$RPM_BUILD_ROOT" make install %files %defattr(-,root,root,-) %doc COPYING README.md %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %changelog * Tue Jan 3 2017 Daniel Steiner - Initial setup.