diff --git a/README.md b/README.md index 898e765..482a557 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/fstobdf.spec b/fstobdf.spec new file mode 100644 index 0000000..e444f66 --- /dev/null +++ b/fstobdf.spec @@ -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 +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 1.0.5-1mamba +- automatic version update by autodist + +* Sun Oct 31 2010 Automatic Build System 1.0.4-1mamba +- automatic update by autodist + +* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto 1.0.3-1mamba +- package created by autospec