update to 1.0.6 [release 1.0.6-1mamba;Fri Sep 16 2022]
This commit is contained in:
parent
0028cbce9b
commit
037228cda6
@ -1,26 +1,25 @@
|
||||
Name: fslsfonts
|
||||
Version: 1.0.5
|
||||
Version: 1.0.6
|
||||
Release: 1mamba
|
||||
Summary: fslsfonts - list fonts served by X font server
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://x.org
|
||||
Source: http://ftp.x.org/pub/individual/app/fslsfonts-%{version}.tar.bz2
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.x.org/wiki/
|
||||
Source: http://ftp.x.org/pub/individual/app/fslsfonts-%{version}.tar.xz
|
||||
License: MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libFS-devel
|
||||
BuildRequires: libX11-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
Fslsfonts lists the fonts that match the given pattern. The wildcard character "*" may be used to match any sequence of characters (including none), and "?" to match any single character. If no pattern is given, "*" is assumed. The "*" and "?" characters must be quoted to prevent them from being expanded by the shell
|
||||
|
||||
%prep
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
@ -37,11 +36,13 @@ Fslsfonts lists the fonts that match the given pattern. The wildcard character "
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/fslsfonts
|
||||
%{_mandir}/man1/fslsfonts.1.gz
|
||||
|
||||
%doc COPYING ChangeLog
|
||||
%{_mandir}/man1/fslsfonts.1*
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Sep 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.6-1mamba
|
||||
- update to 1.0.6
|
||||
|
||||
* Fri Jan 23 2015 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user