automatic version update by autodist [release 1.0-1mamba;Sat Sep 24 2022]

This commit is contained in:
Automatic Build System 2024-01-05 18:43:12 +01:00
parent 246ca94544
commit fb5856e3dc

View File

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