update to 1.0.6 [release 1.0.6-1mamba;Sun Jul 17 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:58:40 +01:00
parent 7a890633b8
commit 3df7913f62

View File

@ -1,24 +1,25 @@
Name: xwud Name: xwud
Version: 1.0.5 Version: 1.0.6
Release: 1mamba Release: 1mamba
Summary: xwud - image displayer for X Summary: xwud - image displayer for X
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xorg.freedesktop.org/ URL: https://www.x.org/wiki/
Source: http://xorg.freedesktop.org/releases/individual/app/xwud-%{version}.tar.bz2 Source: http://xorg.freedesktop.org/releases/individual/app/xwud-%{version}.tar.xz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Xwud is an X Window System image undumping utility. Xwud is an X Window System image undumping utility.
Xwud allows X users to display in a window an image saved in a specially formatted dump file, such as produced by xwd. Xwud allows X users to display in a window an image saved in a specially formatted dump file, such as produced by xwd.
%debug_package
%prep %prep
%setup -q %setup -q
@ -37,9 +38,12 @@ Xwud allows X users to display in a window an image saved in a specially formatt
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man?/* %{_mandir}/man?/*
%doc COPYING ChangeLog README %doc COPYING
%changelog %changelog
* Sun Jul 17 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.6-1mamba
- update to 1.0.6
* Sun Mar 18 2018 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba * Sun Mar 18 2018 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
- automatic update by autodist - automatic update by autodist