update to 1.0.7 [release 1.0.7-1mamba;Sat Jul 16 2022]
This commit is contained in:
parent
774667ea9e
commit
742fb13919
@ -1,19 +1,18 @@
|
||||
Name: xrefresh
|
||||
Version: 1.0.6
|
||||
Version: 1.0.7
|
||||
Release: 1mamba
|
||||
Summary: xrefresh - refresh all or part of an X screen
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/app/xrefresh-%{version}.tar.bz2
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.x.org/wiki/
|
||||
Source: https://xorg.freedesktop.org/archive/individual/app/xrefresh-%{version}.tar.xz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Xrefresh is a simple X program that causes all or part of your screen to be repainted.
|
||||
@ -23,6 +22,8 @@ Xrefresh maps a window on top of the desired area of the screen and then immedia
|
||||
By default, a window with no background is used, causing all applications to repaint ``smoothly.''
|
||||
However, the various options can be used to indicate that a solid background (of any color) or the root window background should be used instead.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -41,9 +42,12 @@ However, the various options can be used to indicate that a solid background (of
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man?/*
|
||||
%doc COPYING ChangeLog README
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Jul 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.7-1mamba
|
||||
- update to 1.0.7
|
||||
|
||||
* Wed Sep 12 2018 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user