diff --git a/README.md b/README.md index b400357..61850b6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # showfont +Showfont displays data about a font that matches the given pattern. The information shown includes font information, font properties, character metrics, and character bitmaps. + diff --git a/showfont.spec b/showfont.spec new file mode 100644 index 0000000..2f0ea2c --- /dev/null +++ b/showfont.spec @@ -0,0 +1,51 @@ +Name: showfont +Version: 1.0.4 +Release: 1mamba +Summary: Showfont displays data about a font that matches the given pattern. +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/showfont-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libFS-devel +## AUTOBUILDREQ-END + +%description +Showfont displays data about a font that matches the given pattern. The information shown includes font information, font properties, character metrics, and character bitmaps. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/showfont +%{_mandir}/man1/showfont.1.gz + +%doc COPYING ChangeLog + +%changelog +* Wed Jan 16 2013 Automatic Build System 1.0.4-1mamba +- automatic version update by autodist + +* Mon Nov 01 2010 Automatic Build System 1.0.3-1mamba +- automatic update by autodist + +* Mon Oct 26 2009 Ercole 'ercolinux' Carpanetto 1.0.2-1mamba +- package created by autospec