From 037228cda647afdeabd024dcca02da5b1e638bc7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:34:17 +0100 Subject: [PATCH] update to 1.0.6 [release 1.0.6-1mamba;Fri Sep 16 2022] --- fslsfonts.spec | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/fslsfonts.spec b/fslsfonts.spec index e1fce43..8b31d76 100644 --- a/fslsfonts.spec +++ b/fslsfonts.spec @@ -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 -URL: http://x.org -Source: http://ftp.x.org/pub/individual/app/fslsfonts-%{version}.tar.bz2 +Packager: Silvan Calarco +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 1.0.6-1mamba +- update to 1.0.6 + * Fri Jan 23 2015 Automatic Build System 1.0.5-1mamba - automatic update by autodist