From 1cdb1216939c6e57eabba4f126dc966a1374bbe9 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:41:45 +0100 Subject: [PATCH] update to 1.1.3 [release 1.1.3-1mamba;Mon Jun 03 2013] --- README.md | 8 ++++++++ xfs.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 xfs.spec diff --git a/README.md b/README.md index a0ca5ae..269fa8e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # xfs +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 new file mode 100644 index 0000000..7f94bae --- /dev/null +++ b/xfs.spec @@ -0,0 +1,61 @@ +### AUTOUPDATE-OFF: 6 8 +Name: xfs +Version: 1.1.3 +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 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libFS-devel +BuildRequires: libXfont-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). + + +%prep +%setup -q + +%build +%configure \ + --without-fop +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/%{name} +%{_sysconfdir}/X11/fs/config +%{_mandir}/man?/* +%doc COPYING ChangeLog README + +%changelog +* Mon Jun 03 2013 Automatic Build System 1.1.3-1mamba +- update to 1.1.3 + +* Sat Apr 21 2012 Silvan Calarco 1.1.2-1mamba +- update to 1.1.2 + +* Tue Apr 26 2011 Tiziana Ferro 1.1.1-1mamba +- package created by autospec \ No newline at end of file