update to 1.1.3 [release 1.1.3-1mamba;Mon Jun 03 2013]
This commit is contained in:
parent
382e9f3b01
commit
1cdb121693
@ -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).
|
||||
|
||||
|
||||
|
61
xfs.spec
Normal file
61
xfs.spec
Normal file
@ -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 <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 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
|
Loading…
Reference in New Issue
Block a user