diff --git a/README.md b/README.md index 2c40fb1..01a3862 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # t1utils +Utilities for Postscript Type-1 fonts. + diff --git a/t1utils.spec b/t1utils.spec new file mode 100644 index 0000000..2149dfb --- /dev/null +++ b/t1utils.spec @@ -0,0 +1,57 @@ +Name: t1utils +Version: 1.38 +Release: 1mamba +Summary: T1Utils: utilities for Postscript Type-1 fonts +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.lcdf.org/~eddietwo/type/#t1utils +Source: http://www.lcdf.org/~eddietwo/type/t1utils-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Utilities for Postscript Type-1 fonts. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/t1ascii +%{_bindir}/t1asm +%{_bindir}/t1binary +%{_bindir}/t1disasm +%{_bindir}/t1mac +%{_bindir}/t1unmac +%{_mandir}/man1/t1ascii.* +%{_mandir}/man1/t1asm.* +%{_mandir}/man1/t1binary.* +%{_mandir}/man1/t1disasm.* +%{_mandir}/man1/t1mac.* +%{_mandir}/man1/t1unmac.* + +%changelog +* Sat Oct 05 2013 Automatic Build System 1.38-1mamba +- automatic update by autodist + +* Sun Jul 24 2011 Automatic Build System 1.37-1mamba +- automatic update to 3.0.3.0 by autodist + +* Sun Oct 17 2010 Davide Madrisan 1.36-1mamba +- update to 1.36 + +* Sat Sep 15 2007 Silvan Calarco 1.32-1mamba +- package created by autospec