diff --git a/.gitignore b/.gitignore index 0e24b9c..fcdb872 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /vdr-plugin-tvguide-1.3.0.tar.bz2 /vdr-plugin-tvguide-1.3.1.tar.bz2 /vdr-plugin-tvguide-1.3.3.tar.bz2 +/tvguide-v1.3.4.tar.bz2 diff --git a/sources b/sources index 8999d4d..3189ac5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdr-plugin-tvguide-1.3.3.tar.bz2) = be4b1d4fbffac3856a01e0c127e26b30b886766f845619b170659bd170898c83b940f2de44ee378e3e28ac48928b06615656994341d272c6e61e2bf739497a11 +SHA512 (tvguide-v1.3.4.tar.bz2) = 6940e0fe69a4ab188b92bdcd4dc417793cdc6ea137ae51b44393b472f5b6ee2696bcef69c5607e3b5498ecab8527e947cbf11d2c14f413ba24d0ee7fc27c83e1 diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec index 6cd3aa3..b03744c 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -1,13 +1,16 @@ +%global pname tvguide + Name: vdr-tvguide -Version: 1.3.3 -Release: 5%{?dist} +Version: 1.3.4 +Release: 1%{?dist} Summary: TvGuide is a highly customizable 2D EPG viewer plugin License: GPLv2+ -URL: http://projects.vdr-developer.org/projects/plg-tvguide -Source0: https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git/snapshot/vdr-plugin-tvguide-%{version}.tar.bz2 +URL: https://gitlab.com/kamel5/tvguide +Source0: https://gitlab.com/kamel5/%{pname}/-/archive/v%{version}/%{pname}-v%{version}.tar.bz2 # Configuration files for plugin parameters. These are Fedora specific and not in upstream. Source1: %{name}.conf -BuildRequires: make + +BuildRequires: make BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: ImageMagick-c++-devel @@ -18,11 +21,11 @@ Requires: vdr(abi)%{?_isa} = %{vdr_apiversion} VDR plugin: tvguide - %{summary} %prep -%autosetup -p1 -n vdr-plugin-tvguide-%{version} +%autosetup -p1 -n %{pname}-v%{version} iconv -f iso-8859-1 -t utf-8 README > README.utf8 ; mv README.utf8 README %build -make CFLAGS="%{optflags} -fPIC" CXXFLAGS="-std=c++14 %{optflags} -fPIC" IMAGELIB=imagemagick %{?_smp_mflags} all +make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=imagemagick %{?_smp_mflags} all %install # make install would install the themes under /etc, let's not use that @@ -45,6 +48,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/tvguide/ %changelog +* Mon Jan 11 2021 Martin Gansser - 1.3.4-1 +- Update to 1.3.4 + * Sun Jan 03 2021 Martin Gansser - 1.3.3-5 - Rebuilt for new VDR API version