automatic version update by autodist [release 1.0.5-1mamba;Sat Apr 28 2012]

This commit is contained in:
Automatic Build System 2024-01-05 22:34:28 +01:00
parent 8ab5c8ba29
commit 836fb7bc7d
2 changed files with 53 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# fstobdf
The fstobdf program reads a font from a font server and prints a BDF file on the standard output that may be used to recreate the font. This is useful in testing servers, debugging font metrics, and reproducing lost BDF files.

51
fstobdf.spec Normal file
View File

@ -0,0 +1,51 @@
Name: fstobdf
Version: 1.0.5
Release: 1mamba
Summary: fstobdf - generate BDF font from X font server
Group: System/X11
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://x.org
Source: http://ftp.x.org/pub/individual/app/fstobdf-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libFS-devel
BuildRequires: libX11-devel
## AUTOBUILDREQ-END
%description
The fstobdf program reads a font from a font server and prints a BDF file on the standard output that may be used to recreate the font. This is useful in testing servers, debugging font metrics, and reproducing lost BDF files.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/fstobdf
%{_mandir}/man1/fstobdf.1.gz
%doc COPYING ChangeLog
%changelog
* Sat Apr 28 2012 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
- automatic version update by autodist
* Sun Oct 31 2010 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
- automatic update by autodist
* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.3-1mamba
- package created by autospec