50 lines
1.4 KiB
RPMSpec
50 lines
1.4 KiB
RPMSpec
Name: xmessage
|
|
Version: 1.0.5
|
|
Release: 3%{?dist}
|
|
Summary: Display a message in a 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: pkgconfig(x11)
|
|
BuildRequires: pkgconfig(xt)
|
|
BuildRequires: pkgconfig(xaw7)
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
|
|
|
Obsoletes: xorg-x11-apps < 7.7-31
|
|
|
|
%description
|
|
xmessage displays a message or query in a window. The user can click
|
|
on an "okay" button to dismiss it or can select one of several buttons
|
|
to answer a question. xmessage can also exit after a specified time.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
autoreconf -v --install
|
|
%configure --disable-silent-rules
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%license COPYING
|
|
%{_bindir}/xmessage
|
|
%{_mandir}/man1/xmessage.1*
|
|
%{_datadir}/X11/app-defaults/Xmessage
|
|
%{_datadir}/X11/app-defaults/Xmessage-color
|
|
|
|
%changelog
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.5-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.5-1
|
|
- Split xmessage out from xorg-x11-apps into a separate package (#1933951)
|