diff --git a/ttf2png.spec b/ttf2png.spec index e4f6118..2e33d93 100644 --- a/ttf2png.spec +++ b/ttf2png.spec @@ -1,11 +1,11 @@ Name: ttf2png -Version: 0.3 +Version: 1.0 Release: 1mamba Summary: Create a PNG image containing a set of glyphs from a true type font Group: Applications/Graphics Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino +Packager: Silvan Calarco URL: http://www.tdb.fi/ttf2png.shtml Source: http://www.tdb.fi/files/ttf2png-%{version}.tar.gz License: GPL @@ -13,17 +13,18 @@ License: GPL BuildRequires: glibc-devel BuildRequires: libfreetype-devel BuildRequires: libpng12-devel -BuildRequires: libz-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description ttf2png creates a PNG image containing a set of glyphs from a true type font. It's mainly aimed for creating bitmap fonts for games. It supports a multitude of commandline parameters to create suitable images for many purposes. +%debug_package + %prep %setup -q +sed -i "s|-Werror||" Makefile %build %make @@ -38,8 +39,11 @@ install -D -m 0755 ttf2png %{buildroot}%{_bindir}/ttf2png %files %defattr(-,root,root) %{_bindir}/* -%doc Readme gpl.txt +%doc gpl.txt %changelog +* Sat Sep 24 2022 Automatic Build System 1.0-1mamba +- automatic version update by autodist + * Fri Sep 03 2010 Stefano Cotta Ramusino 0.3-1mamba - package created by autospec