xfs/xfs.spec

67 lines
1.9 KiB
RPMSpec

### AUTOUPDATE-OFF: 6 8
Name: xfs
Version: 1.2.0
Release: 1mamba
Summary: xfs - X font server
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
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 Dec 18 2017 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
- automatic update by autodist
* Wed Aug 27 2014 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
- automatic update by autodist
* Mon Jun 03 2013 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
- update to 1.1.3
* Sat Apr 21 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2-1mamba
- update to 1.1.2
* Tue Apr 26 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.1.1-1mamba
- package created by autospec