Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b6aa94b41 |
1 changed files with 5 additions and 20 deletions
|
|
@ -3,20 +3,17 @@
|
|||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global pname scraper2vdr
|
||||
%global gitdate 20190128
|
||||
|
||||
# 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-scraper2vdr
|
||||
Version: 1.1.3
|
||||
#Release: 15.%%{gitdate}git%%{shortcommit0}%%{?dist}
|
||||
Release: 15%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Summary: A client plugin which provides scraped metadata from EPGD to other plugins
|
||||
License: GPL-1.0-or-later
|
||||
URL: https://github.com/horchi/scraper2vdr
|
||||
|
|
@ -76,18 +73,6 @@ install -Dpm 644 %{SOURCE1} \
|
|||
%config(noreplace) %{vdr_configdir}/plugins/%{pname}/epg.dat
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.1.3-15
|
||||
- Rebuilt for new VDR API version 2.7.7
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Jun 21 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.1.3-13
|
||||
- Rebuilt for new VDR API version 2.7.6
|
||||
|
||||
* Tue May 27 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.1.3-12
|
||||
- Rebuilt for new VDR API version 2.7.5
|
||||
|
||||
* Fri Feb 28 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.1.3-11
|
||||
- Rebuilt for new VDR API version 2.7.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue