From 7ba532ad14782829dc3398f96cff88194cb18007 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:41:34 +0100 Subject: [PATCH] update to 1.1.0 [release 1.1.0-1mamba;Sat Jul 16 2022] --- README.md | 15 --------------- xfontsel.spec | 29 +++++++++-------------------- 2 files changed, 9 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index bb82d02..dbde59d 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,3 @@ The xfontsel application provides a simple way to display the fonts known to your X server, examine samples of each, and retrieve the X Logical Font Description ("XLFD") full name for a font. -If -pattern is not specified, all fonts with XLFD 14-part names will be selectable. -To work with only a subset of the fonts, specify -pattern followed by a partially or fully qualified font name; e.g., "-pattern *medium*" will select that subset of fonts which contain the string "medium" somewhere in their font name. -Be careful about escaping wildcard characters in your shell. - -If -print is specified on the command line the selected font specifier will be written to standard output when the quit button is activated. -Regardless of whether or not -print was specified, the font specifier may be made the PRIMARY (text) selection by activating the select button. - -The -sample option specifies the sample text to be used to display the selected font if the font is linearly indexed, overriding the default. - -The -sample16 option specifies the sample text to be used to display the selected font if the font is matrix encoded, overriding the default. - -The -sampleUCS option specifies the sample text encoded in the UTF-8 form to be used to display the selected font if the font has a CHARSET_REGISTRY of ISO10646, overriding the default. - -The -scaled option enables the ability to select scaled fonts at arbitrary pixel or point sizes. - diff --git a/xfontsel.spec b/xfontsel.spec index 6e9a214..082b103 100644 --- a/xfontsel.spec +++ b/xfontsel.spec @@ -1,13 +1,13 @@ Name: xfontsel -Version: 1.0.6 +Version: 1.1.0 Release: 1mamba Summary: xfontsel - point and click selection of X11 font names Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba -Packager: Tiziana Ferro -URL: http://xorg.freedesktop.org/ -Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.xz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -16,25 +16,11 @@ BuildRequires: libXaw-devel BuildRequires: libXmu-devel BuildRequires: libXt-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The xfontsel application provides a simple way to display the fonts known to your X server, examine samples of each, and retrieve the X Logical Font Description ("XLFD") full name for a font. -If -pattern is not specified, all fonts with XLFD 14-part names will be selectable. -To work with only a subset of the fonts, specify -pattern followed by a partially or fully qualified font name; e.g., "-pattern *medium*" will select that subset of fonts which contain the string "medium" somewhere in their font name. -Be careful about escaping wildcard characters in your shell. - -If -print is specified on the command line the selected font specifier will be written to standard output when the quit button is activated. -Regardless of whether or not -print was specified, the font specifier may be made the PRIMARY (text) selection by activating the select button. - -The -sample option specifies the sample text to be used to display the selected font if the font is linearly indexed, overriding the default. - -The -sample16 option specifies the sample text to be used to display the selected font if the font is matrix encoded, overriding the default. - -The -sampleUCS option specifies the sample text encoded in the UTF-8 form to be used to display the selected font if the font has a CHARSET_REGISTRY of ISO10646, overriding the default. - -The -scaled option enables the ability to select scaled fonts at arbitrary pixel or point sizes. +%debug_package %prep %setup -q @@ -55,9 +41,12 @@ The -scaled option enables the ability to select scaled fonts at arbitrary pixel %{_bindir}/%{name} %{_datadir}/X11/app-defaults/XFontSel %{_mandir}/man?/* -%doc COPYING ChangeLog README +%doc COPYING %changelog +* Sat Jul 16 2022 Silvan Calarco 1.1.0-1mamba +- update to 1.1.0 + * Wed Sep 12 2018 Automatic Build System 1.0.6-1mamba - automatic update by autodist