Browse Source

SDL2_ttf 2.0.14-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11037 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 7 years ago
parent
commit
928d9c14c5
1 changed files with 13 additions and 3 deletions
  1. 13 3
      S/SDL2_ttf/SDL2_ttf.spec

+ 13 - 3
S/SDL2_ttf/SDL2_ttf.spec

@@ -1,15 +1,22 @@
+%define ver 2.0.14
+%define rel 1
+
 Name:		SDL2_ttf
-Version:	2.0.14
-Release:	2%{?dist}
+Version:	%{ver}
+Release:	%{rel}%{?_dist_release}
 Summary:	TrueType font rendering library for SDL2
 License:	zlib
 URL:		https://www.libsdl.org/projects/SDL_ttf/
 Source0:	%{url}release/%{name}-%{version}.tar.gz
 BuildRequires:	SDL2-devel
 BuildRequires:  libGL-devel
-BuildRequires:	freetype-devel
+BuildRequires:	freetype2-devel
 BuildRequires:	zlib-devel
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: iwaim
+
 %description
 This library allows you to use TrueType fonts to render text in SDL2
 applications.
@@ -52,6 +59,9 @@ find %{buildroot} -type f -name '*.la' -delete -print
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sun Apr 16 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 2.0.14-1
+- initial build for Vine Linux
+
 * Tue Jul 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.14-2
 - add libGL-devel to BRs