Compare commits

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

1 commit

Author SHA1 Message Date
Miro Hrončok
e3acb26ced Orphaned for 6+ weeks 2021-06-04 11:34:30 +02:00
5 changed files with 1 additions and 53 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/xconsole-*.tar.bz2

View file

@ -1,3 +0,0 @@
# xconsole
The xconsole package

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

@ -1 +0,0 @@
SHA512 (xconsole-1.0.7.tar.bz2) = 89f391058ea99904587bd1dac9e31fa3ff06cf63b899abe6c06e4897bbc9919500dd4773873b1a452de4f54cc6999bd496022b6d8df9d4147804448abbdca2f9

View file

@ -1,48 +0,0 @@
Name: xconsole
Version: 1.0.7
Release: 2%{?dist}
Summary: Display messages in an X11 window
License: MIT
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.bz2
BuildRequires: automake libtool
BuildRequires: gcc make
BuildRequires: gettext-devel
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xaw7)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
Obsoletes: xorg-x11-apps < 7.7-31
%description
xconsole displays in a X11 window the messages which are usually sent
to /dev/console
%prep
%autosetup
%build
autoreconf -v --install
%configure --disable-silent-rules
%make_build
%install
%make_install
%files
%license COPYING
%{_bindir}/xconsole
%{_mandir}/man1/xconsole.1*
%{_datadir}/X11/app-defaults/XConsole
%changelog
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.7-2
- Fix Obsoletes line to actually obsolete the -30 xorg-x11-apps (#1947245)
* Tue Mar 02 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.7-1
- Split xconsole out from xorg-x11-apps into a separate package (#1933941)