diff --git a/README.md b/README.md index 97732a5..65cf344 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # mkfontscale +mkfontscale - create an index of scalable font files for X + diff --git a/mkfontscale.spec b/mkfontscale.spec new file mode 100644 index 0000000..28abbc2 --- /dev/null +++ b/mkfontscale.spec @@ -0,0 +1,62 @@ +Name: mkfontscale +Version: 1.1.1 +Release: 1mamba +Summary: mkfontscale - create an index of scalable font files for X +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/mkfontscale-%{version}.tar.gz +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libfontenc-devel +BuildRequires: libfreetype-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END + +%description +mkfontscale - create an index of scalable font files for X + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/mkfontscale +%{_mandir}/man1/mkfontscale.1.gz + +%doc COPYING ChangeLog README + +%changelog +* Thu Jul 18 2013 Automatic Build System 1.1.1-1mamba +- automatic update by autodist + +* Thu Apr 26 2012 Automatic Build System 1.1.0-1mamba +- automatic version update by autodist + +* Thu Jun 30 2011 Automatic Build System 1.0.9-1mamba +- automatic update by autodist + +* Mon Nov 01 2010 Automatic Build System 1.0.8-1mamba +- automatic update by autodist + +* Sun Oct 18 2009 Automatic Build System 1.0.7-1mamba +- automatic update by autodist + +* Tue Sep 22 2009 Ercole 'ercolinux' Carpanetto 1.0.6-1mamba +- package created by autospec