update to 1.0.7 [release 1.0.7-1mamba;Sat Apr 16 2022]
This commit is contained in:
parent
26d0a32693
commit
8ac85dd5f6
@ -1,19 +1,18 @@
|
|||||||
Name: xlsfonts
|
Name: xlsfonts
|
||||||
Version: 1.0.6
|
Version: 1.0.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: xlsfonts - server font list displayer for X
|
Summary: xlsfonts - server font list 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/%{name}-%{version}.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{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
|
||||||
xlsfonts lists the fonts that match the given pattern.
|
xlsfonts lists the fonts that match the given pattern.
|
||||||
@ -23,6 +22,8 @@ If no pattern is given, "*" is assumed.
|
|||||||
|
|
||||||
The "*" and "?" characters must be quoted to prevent them from being expanded by the shell.
|
The "*" and "?" characters must be quoted to prevent them from being expanded by the shell.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -41,9 +42,12 @@ The "*" and "?" characters must be quoted to prevent them from being expanded by
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
%doc COPYING ChangeLog README
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.7-1mamba
|
||||||
|
- update to 1.0.7
|
||||||
|
|
||||||
* Wed Jul 31 2019 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
* Wed Jul 31 2019 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user