Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64f11ca9aa | ||
|
|
d393381902 | ||
|
|
fc46f34d14 | ||
|
|
c4a32bf012 | ||
|
|
b9b2379a7e | ||
|
|
a90ccbef67 | ||
|
|
9bbe8b73ea |
3 changed files with 6 additions and 34 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -22,5 +22,3 @@
|
|||
/vdr-plugin-tvscraper-1.2.11.tar.gz
|
||||
/vdr-plugin-tvscraper-1.2.12.tar.gz
|
||||
/vdr-plugin-tvscraper-1.2.13.tar.gz
|
||||
/vdr-plugin-tvscraper-1.2.14.tar.gz
|
||||
/vdr-plugin-tvscraper-1.2.15.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vdr-plugin-tvscraper-1.2.15.tar.gz) = 06887deae91a828ee4743eb516d7bcd1deb82430d0a41a05b0453a23b0eb067cea0f8cebf99e15055e92ae918a94a7d3215439eb034e7c58cf7ea59feb1ebb1e
|
||||
SHA512 (vdr-plugin-tvscraper-1.2.13.tar.gz) = 4c084d6a281376afd49ee1a886d1d838405290eaf515c8c6e5491613ce1aab7d487811e4f37454c830ee6741c5244cce91a438907ba0a6ca9d56654f857a1436
|
||||
|
|
|
|||
|
|
@ -1,16 +1,13 @@
|
|||
%global pname tvscraper
|
||||
|
||||
# Set vdr_version based on Fedora version
|
||||
%if 0%{?fedora} >= 43
|
||||
%global vdr_version 2.7.7
|
||||
%elif 0%{?fedora} == 42
|
||||
%global vdr_version 2.7.4
|
||||
%else
|
||||
# version we want to build against
|
||||
%global vdr_version 2.6.9
|
||||
# Set vdr_version based on Fedora version
|
||||
%if 0%{?fedora} >= 42
|
||||
%global vdr_version 2.7.4
|
||||
%endif
|
||||
|
||||
Name: vdr-%{pname}
|
||||
Version: 1.2.15
|
||||
Version: 1.2.13
|
||||
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)
|
||||
|
|
@ -25,7 +22,6 @@ ExcludeArch: armv7hl
|
|||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gumbo-parser-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: jansson-devel
|
||||
|
|
@ -54,9 +50,6 @@ providing missing data for your favorite movies and series.
|
|||
%prep
|
||||
%autosetup -p1 -n vdr-plugin-%{pname}-%{version}
|
||||
|
||||
# disable plugin examples
|
||||
sed -i -e 's|install: install-lib install-i18n install-conf install-plugins|install: install-lib install-i18n install-conf|g' Makefile
|
||||
|
||||
%build
|
||||
%make_build CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC"
|
||||
|
||||
|
|
@ -80,25 +73,6 @@ install -dm 755 %{buildroot}%{vdr_cachedir}/%{pname}
|
|||
%attr(-,%{vdr_user},root) %dir %{vdr_cachedir}/%{pname}/
|
||||
|
||||
%changelog
|
||||
* Fri Dec 19 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.2.15-1
|
||||
- add BR gumbo-parser-devel
|
||||
- Update to 1.2.15
|
||||
|
||||
* Fri Jul 25 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.2.14-3
|
||||
- Rebuilt for new VDR API version 2.7.7
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Jul 07 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.2.14-1
|
||||
- Update to 1.2.14
|
||||
|
||||
* Sat Jun 21 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.2.13-3
|
||||
- Rebuilt for new VDR API version 2.7.6
|
||||
|
||||
* Tue May 27 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.2.13-2
|
||||
- Rebuilt for new VDR API version 2.7.5
|
||||
|
||||
* Sat Apr 05 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.2.13-1
|
||||
- Update to 1.2.13
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue