57 lines
1.6 KiB
RPMSpec
57 lines
1.6 KiB
RPMSpec
Name: fslsfonts
|
|
Version: 1.0.6
|
|
Release: 1mamba
|
|
Summary: fslsfonts - list fonts served by X font server
|
|
Group: System/X11
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
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
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libFS-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
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/fslsfonts
|
|
%{_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
|
|
|
|
* Sat Apr 28 2012 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 31 2010 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.2-1mamba
|
|
- package created by autospec
|