Compare commits

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

1 commit

Author SHA1 Message Date
508db5557c xorg-x11-server-utils is in el8 (#1980762) 2021-07-09 10:30:02 -07:00
5 changed files with 1 additions and 57 deletions

1
.gitignore vendored
View file

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

View file

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

1
dead.package Normal file
View file

@ -0,0 +1 @@
xorg-x11-server-utils is in el8 (#1980762)

View file

@ -1 +0,0 @@
SHA512 (xrefresh-1.0.6.tar.bz2) = 361e97fecfc2706d5eeab69df0d4dd4baa55b6783cfddabf51d8561b7c930d71ce6c217e0512c6564208d69b04f89c69ea8c0bfb2e4f6cc25b062b55e4db3674

View file

@ -1,52 +0,0 @@
Name: xrefresh
Version: 1.0.6
Release: 3%{?dist}
Summary: Refresh all or part of an X screen
License: MIT
URL: https://www.x.org
Source0: %{url}/pub/individual/app/%{name}-%{version}.tar.bz2
BuildRequires: automake
BuildRequires: gcc
BuildRequires: libtool
BuildRequires: make
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
Obsoletes: xorg-x11-server-utils < 7.7-40
%description
xrefresh is a simple X program that causes all or part of your screen to be
repainted.
%prep
%autosetup
%build
autoreconf -v --install
%configure --disable-silent-rules
%make_build
%install
%make_install
%files
%license COPYING
%doc ChangeLog README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog
* Fri Jul 02 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 1.0.6-3
- Unretire package
- Install docs
- Misc spec cosmetic changes
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.6-2
- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754)
* Wed Mar 03 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.6-1
- Split xrefresh out from xorg-x11-server-utils into a separate package
(#1934393)