From 05fa80d4d03ba602ebc84292100485e5f72ce9ca Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:46:38 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.4-1mamba;Wed Jan 16 2013] --- README.md | 2 ++ bdftopcf.spec | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 bdftopcf.spec diff --git a/README.md b/README.md index 0d965bd..5afd868 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # bdftopcf +X.Org utility that converts fonts from bdf to pcf format. + diff --git a/bdftopcf.spec b/bdftopcf.spec new file mode 100644 index 0000000..a074602 --- /dev/null +++ b/bdftopcf.spec @@ -0,0 +1,56 @@ +%define xorg_ver 7.0 +Name: bdftopcf +Version: 1.0.4 +Release: 1mamba +Summary: X.Org utility that converts fonts from bdf to pcf format +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://x.org +Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libXfont-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +X.Org utility that converts fonts from bdf to pcf format. + +%prep +%setup -q -n %{name}-%{version} + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/bdftopcf +%{_mandir}/man1/bdftopcf.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 Sep 28 2009 Automatic Build System 1.0.2-1mamba +- automatic update by autodist + +* Tue Jul 15 2008 gil 1.0.1-1mamba +- update to 1.0.1 + +* Thu Dec 21 2006 Silvan Calarco 1.0.0-1qilnx +- package created by autospec