Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d024247c84 | ||
|
|
7f4bbbd464 |
3 changed files with 10 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -13,3 +13,5 @@
|
|||
/vdr-osdteletext-2.1.1.tar.gz
|
||||
/vdr-osdteletext-2.2.0.tar.gz
|
||||
/vdr-osdteletext-2.2.1.tar.gz
|
||||
/vdr-osdteletext-2.3.0.tar.gz
|
||||
/vdr-osdteletext-2.3.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vdr-osdteletext-2.2.1.tar.gz) = 519c716d794eb9d6cd6e86eb538abe759c89c902ef49baf34586f38757f67239253fe19dc87062c5e13983ef9ddcf663844f165dd493cd41b890e62a1ef37810
|
||||
SHA512 (vdr-osdteletext-2.3.1.tar.gz) = 1ffeebd35693a6fb41fd0c422e86ec2fdf4dfce5ffbdabd3da65421e50e390c68d9c0a38d5fca8bc65ff65bc2e4d529e520ea52ee304659cde2a337b3bce4a48
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
%global __provides_exclude_from ^%{vdr_plugindir}/.*\\.so.*$
|
||||
|
||||
Name: vdr-%{pname}
|
||||
Version: 2.2.1
|
||||
Version: 2.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: OSD teletext plugin for VDR
|
||||
|
||||
|
|
@ -21,17 +21,14 @@ The OSD teletext plugin displays teletext directly on VDR's on-screen
|
|||
display, with sound and video from the current channel playing in the
|
||||
background.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n vdr-plugin-%{pname}-%{version}
|
||||
sed -i -e 's|/var/cache/vdr/vtx|%{vdr_rundir}/%{pname}|g' \
|
||||
osdteletext.c README README.DE rootdir.c
|
||||
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
|
|
@ -49,7 +46,6 @@ install -Dpm 644 teletext2.ttf \
|
|||
|
||||
%find_lang %{name}
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc HISTORY README*
|
||||
|
|
@ -59,8 +55,13 @@ install -Dpm 644 teletext2.ttf \
|
|||
%{_prefix}/lib/tmpfiles.d/%{name}.conf
|
||||
%attr(-,%{vdr_user},root) %{vdr_rundir}/%{pname}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2021 Martin Gansser <martinkg@fedoraproject.org> - 2.3.1-1
|
||||
- Update to 2.3.1
|
||||
|
||||
* Mon Dec 13 2021 Martin Gansser <martinkg@fedoraproject.org> - 2.3.0-1
|
||||
- Update to 2.3.0
|
||||
|
||||
* Wed Aug 11 2021 Martin Gansser <martinkg@fedoraproject.org> - 2.2.1-1
|
||||
- Update to 2.2.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue