Compare commits

...
Sign in to create a new pull request.

11 commits

Author SHA1 Message Date
Martin Gansser
139209f56c Update to 1.1.8-1 2022-10-28 09:39:14 +02:00
Martin Gansser
bc48009a3f Update to 1.1.7-1 2022-10-12 08:49:43 +02:00
Martin Gansser
552c2b383d Update to 1.1.6-1 2022-09-24 17:13:55 +02:00
Martin Gansser
151bb70dff Update to 1.1.6-1 2022-09-24 16:58:41 +02:00
Martin Gansser
e52caf9cfc Update to 1.1.6-1 2022-09-24 16:56:09 +02:00
Martin Gansser
25dfea559f Update to 1.1.6-1 2022-09-24 16:14:57 +02:00
Martin Gansser
b3cbb33eb5 Update to 1.1.6-1 2022-09-24 15:47:20 +02:00
Martin Gansser
394606aeb9 Update to 1.1.5-1 2022-09-03 14:45:28 +02:00
Martin Gansser
14a23a745c Update to 1.1.4-1 2022-08-19 10:26:01 +02:00
Martin Gansser
b37915e3bc Update to 1.1.3-1 2022-08-13 10:01:07 +02:00
Martin Gansser
8315f3c406 Update to 1.1.2-1
Add %{name}-f35.patch
2022-08-12 15:17:15 +02:00
3 changed files with 36 additions and 7 deletions

7
.gitignore vendored
View file

@ -1 +1,8 @@
/tvscraper-1.1.1.tar.gz
/tvscraper-1.1.2.tar.gz
/tvscraper-1.1.3.tar.gz
/tvscraper-1.1.4.tar.gz
/tvscraper-1.1.5.tar.gz
/tvscraper-1.1.6.tar.gz
/tvscraper-1.1.7.tar.gz
/tvscraper-1.1.8.tar.gz

View file

@ -1 +1 @@
SHA512 (tvscraper-1.1.1.tar.gz) = a847301da26aac609479993614d0aa59d37d96895376a3f66c0ce4eb230e780e72c13131894801886ecb64ed2d3e70105c83b2a8ec7f1a7aa59938ee50d470e9
SHA512 (tvscraper-1.1.8.tar.gz) = f32e999028506a1c70c0cddc301113f88c9695a2c170d22bcc24b780d4b49744d823375da5f3127e516ac33611761a748e510841dcb0b9ad4a61464bc2df717e

View file

@ -9,21 +9,20 @@
%endif
Name: vdr-%{pname}
Version: 1.1.1
Release: 2%{?dist}
Version: 1.1.8
Release: 1%{?dist}
Summary: Collects metadata for all available EPG events
# The entire source code is GPLv2+ except tools/curlfuncs.* which is BSD (3 clause)
License: GPL-2.0-or-later AND MIT
URL: https://github.com/MarkusEh/vdr-plugin-tvscraper
Source0: %url/archive/refs/tags/v%{version}.tar.gz#/%{pname}-%{version}.tar.gz
Source1: vdr-%{pname}.conf
Source1: %{name}.conf
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: sqlite-devel
BuildRequires: libcurl-devel
BuildRequires: libxml2-devel
BuildRequires: jansson-devel
BuildRequires: vdr-devel >= %{vdr_version}
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
@ -48,7 +47,7 @@ Additionally you are invited to contribute to the used web services with
providing missing data for your favorite movies and series.
%prep
%autosetup -p0 -n vdr-plugin-%{pname}-%{version}
%autosetup -p1 -n vdr-plugin-%{pname}-%{version}
%build
%make_build CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC"
@ -63,7 +62,7 @@ install -dm 755 %{buildroot}%{vdr_cachedir}/%{pname}
%files -f %{name}.lang
%license COPYING
%doc HISTORY README
%doc HISTORY README.md
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%dir %{vdr_configdir}/plugins/%{pname}
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/tvscraper.conf
@ -71,10 +70,33 @@ install -dm 755 %{buildroot}%{vdr_cachedir}/%{pname}
%attr(-,%{vdr_user},root) %dir %{vdr_cachedir}/%{pname}/
%changelog
* Fri Oct 28 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.8-1
- Update to 1.1.8-1
* Wed Oct 12 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.7-1
- Update to 1.1.7-1
* Sat Sep 24 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.6-1
- Update to 1.1.6-1
* Sat Sep 03 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.5-1
- Update to 1.1.5-1
* Fri Aug 19 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.4-1
- Update to 1.1.4-1
* Sat Aug 13 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.3-1
- Update to 1.1.3-1
* Thu Aug 11 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.2-1
- Update to 1.1.2-1
- Add %%{name}-f35.patch
* Tue Aug 09 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.1-2
- Update license tag to "GPL-2.0-or-later AND MIT"
- Add BR gettext
* Mon Aug 08 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.1-2
- Update to 1.1.1-1
- Added %%dir %%{vdr_configdir}/plugins/%%{pname} because it's owned by the package