update to 1.2.1 [release 1.2.1-1mamba;Sat Jul 16 2022]
This commit is contained in:
parent
d43fa31cce
commit
19f44a0897
@ -4,7 +4,5 @@ xfs is the X Window System font server.
|
|||||||
It supplies fonts to X Window System display servers.
|
It supplies fonts to X Window System display servers.
|
||||||
The server is usually run by a system administrator, and started via init(8).
|
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.
|
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).
|
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).
|
||||||
|
|
||||||
|
|
||||||
|
20
xfs.spec
20
xfs.spec
@ -1,32 +1,30 @@
|
|||||||
### AUTOUPDATE-OFF: 6 8
|
### AUTOUPDATE-OFF: 6 8
|
||||||
Name: xfs
|
Name: xfs
|
||||||
Version: 1.2.0
|
Version: 1.2.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: xfs - X font server
|
Summary: xfs - X font server
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://xorg.freedesktop.org/
|
URL: https://www.x.org/wiki/
|
||||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source: https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.xz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libFS-devel
|
BuildRequires: libXfont2-devel
|
||||||
BuildRequires: libXfont-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libXfont-devel >= 1.4.5
|
BuildRequires: libXfont-devel >= 1.4.5
|
||||||
BuildRequires: xmlto >= 0.0.25
|
BuildRequires: xmlto >= 0.0.25
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
xfs is the X Window System font server.
|
xfs is the X Window System font server.
|
||||||
It supplies fonts to X Window System display servers.
|
It supplies fonts to X Window System display servers.
|
||||||
The server is usually run by a system administrator, and started via init(8).
|
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.
|
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).
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -34,6 +32,7 @@ To connect to a font server, see the documentation for your X server; it likely
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--without-fop
|
--without-fop
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -48,9 +47,12 @@ To connect to a font server, see the documentation for your X server; it likely
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_sysconfdir}/X11/fs/config
|
%{_sysconfdir}/X11/fs/config
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
%doc COPYING ChangeLog README
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
||||||
|
- update to 1.2.1
|
||||||
|
|
||||||
* Mon Dec 18 2017 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
* Mon Dec 18 2017 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user