diff --git a/README.md b/README.md index 269fa8e..10e8714 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,5 @@ xfs is the X Window System font server. It supplies fonts to X Window System display servers. The server is usually run by a system administrator, and started via init(8). Users may also wish to start private font servers for specific sets of fonts. - To connect to a font server, see the documentation for your X server; it likely supports the syntax documented in the "FONT SERVER NAMES" section of X(7). - diff --git a/xfs.spec b/xfs.spec index 6485532..ec2a76b 100644 --- a/xfs.spec +++ b/xfs.spec @@ -1,32 +1,30 @@ ### AUTOUPDATE-OFF: 6 8 Name: xfs -Version: 1.2.0 +Version: 1.2.1 Release: 1mamba Summary: xfs - X font server 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 -BuildRequires: libFS-devel -BuildRequires: libXfont-devel +BuildRequires: libXfont2-devel ## AUTOBUILDREQ-END BuildRequires: libXfont-devel >= 1.4.5 BuildRequires: xmlto >= 0.0.25 -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description xfs is the X Window System font server. It supplies fonts to X Window System display servers. The server is usually run by a system administrator, and started via init(8). Users may also wish to start private font servers for specific sets of fonts. - To connect to a font server, see the documentation for your X server; it likely supports the syntax documented in the "FONT SERVER NAMES" section of X(7). +%debug_package %prep %setup -q @@ -34,6 +32,7 @@ To connect to a font server, see the documentation for your X server; it likely %build %configure \ --without-fop + %make %install @@ -48,9 +47,12 @@ To connect to a font server, see the documentation for your X server; it likely %{_bindir}/%{name} %{_sysconfdir}/X11/fs/config %{_mandir}/man?/* -%doc COPYING ChangeLog README +%doc COPYING %changelog +* Sat Jul 16 2022 Silvan Calarco 1.2.1-1mamba +- update to 1.2.1 + * Mon Dec 18 2017 Automatic Build System 1.2.0-1mamba - automatic update by autodist