Compare commits

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

2 commits

Author SHA1 Message Date
Petr Písař
d8960d30bd Correct a typo in a changelog 2022-09-08 15:56:41 +02:00
Petr Písař
32a76b4d4e License corrected to "GPL-2.0-or-later AND GPL-1.0-or-later AND MIT-open-group 2022-09-08 15:53:48 +02:00

View file

@ -1,8 +1,53 @@
Name: xosd
Version: 2.2.14
Release: 38%{?dist}
Release: 39%{?dist}
Summary: On-screen display library for X
License: GPLv2+
# COPYING: GPL-2.0 text
# man/osd_cat.1: GPL-1.0-or-later
# man/xosd-config.1: MIT-open-group
# src/libxosd/xosd.c: GPL-2.0-or-later
## Disabled at configure time, unused
# src/bmp_plugin/bmp_osd.c: GPL-2.0-or-later
# src/bmp_plugin/dlg_colour.c: GPL-2.0-or-later
# src/bmp_plugin/dlg_config.c: GPL-2.0-or-later
# src/bmp_plugin/dlg_config_old.c: GPL-2.0-or-later
# src/bmp_plugin/dlg_font.c: GPL-2.0-or-later
# src/xmms_plugin/dlg_colour.c: GPL-2.0-or-later
# src/xmms_plugin/dlg_config.c: GPL-2.0-or-later
# src/xmms_plugin/dlg_config_old.c: GPL-2.0-or-later
# src/xmms_plugin/dlg_font.c: GPL-2.0-or-later
# src/xmms_plugin/xmms_osd.c: GPL-2.0-or-later
## Not in any binary package
# aclocal.m4: FSFULLR AND GPL-2.0-or-later WITH an exception
# (<https://gitlab.com/fedora/legal/fedora-license-data/-/issues/68>)
# AND GPL-2.0-or-later
# config.guess: GPL-2.0-or-later WITH an exception (under review
# <https://gitlab.com/fedora/legal/fedora-license-data/-/issues/68>)
# config.sub: GPL-2.0-or-later WITH an exception
# (<https://gitlab.com/fedora/legal/fedora-license-data/-/issues/68>)
# configure: FSFUL AND GPL-2.0-or-later WITH an exception
# (<https://gitlab.com/fedora/legal/fedora-license-data/-/issues/68>)
# depcomp: GPL-2.0-or-laterWITH an exception
# (<https://gitlab.com/fedora/legal/fedora-license-data/-/issues/68>)
# INSTALL: FSFUL
# install-sh: HPND-sell-variant-like (waiting on an identifier
# <https://gitlab.com/fedora/legal/fedora-license-data/-/issues/63>)
# ltconfig: GPL-2.0-or-later WITH an exception
# (<https://gitlab.com/fedora/legal/fedora-license-data/-/issues/68>)
# ltmain.sh: GPL-2.0-or-later WITH an exception
# (<https://gitlab.com/fedora/legal/fedora-license-data/-/issues/68>)
# macros/Makefile.in: FSFULLR
# Makefile.in: FSFULLR
# man/Makefile.in: FSFULLR
# missing: GPL-2.0-or-later WITH an exception
# (<https://gitlab.com/fedora/legal/fedora-license-data/-/issues/68>)
# pixmaps/Makefile.in: FSFULLR
# script/Makefile.in: FSFULLR
# src/bmp_plugin/Makefile.in: FSFULLR
# src/libxosd/Makefile.in: FSFULLR
# src/Makefile.in: FSFULLR
# src/xmms_plugin/Makefile.in: FSFULLR
License: GPL-2.0-or-later AND GPL-1.0-or-later
URL: https://sourceforge.net/projects/libxosd/
Source: https://downloads.sourceforge.net/libxosd/%{name}-%{version}.tar.gz
Patch0: %{name}-aclocal18.patch
@ -32,6 +77,7 @@ the effect of an On Screen Display, like your TV/VCR etc.
%package devel
Summary: Development files for the XOSD on-screen display library
License: GPL-2.0-or-later AND MIT-open-group
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: libX11-devel
Requires: libXext-devel
@ -87,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}
%{_mandir}/man3/xosd*.3*
%changelog
* Thu Sep 08 2022 Petr Pisar <ppisar@redhat.com> - 2.2.14-39
- License corrected to "GPL-2.0-or-later AND GPL-1.0-or-later AND MIT-open-group
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.14-38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild