Update to 2.4.9 and added BR: mingw32-bzip2 mingw64-bzip2
This commit is contained in:
parent
7b9960008a
commit
bf587f33ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ freetype-doc-2.3.11.tar.gz
|
||||
/freetype-doc-2.4.6.tar.bz2
|
||||
/freetype-2.4.8.tar.bz2
|
||||
/freetype-doc-2.4.8.tar.bz2
|
||||
/freetype-2.4.9.tar.bz2
|
||||
|
@ -1,15 +1,12 @@
|
||||
%?mingw_package_header
|
||||
|
||||
%global mingw_build_win32 1
|
||||
%global mingw_build_win64 1
|
||||
%{?mingw_package_header}
|
||||
|
||||
# Patented subpixel rendering disabled by default.
|
||||
# Pass '--with subpixel_rendering' on rpmbuild command-line to enable.
|
||||
%{!?_with_subpixel_rendering: %{!?_without_subpixel_rendering: %define _without_subpixel_rendering --without-subpixel_rendering}}
|
||||
|
||||
Name: mingw-freetype
|
||||
Version: 2.4.8
|
||||
Release: 5%{?dist}
|
||||
Version: 2.4.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Free and portable font rendering engine
|
||||
|
||||
License: FTL or GPLv2+
|
||||
@ -31,11 +28,13 @@ BuildRequires: mingw32-filesystem >= 95
|
||||
BuildRequires: mingw32-gcc
|
||||
BuildRequires: mingw32-binutils
|
||||
BuildRequires: mingw32-zlib
|
||||
BuildRequires: mingw32-bzip2
|
||||
|
||||
BuildRequires: mingw64-filesystem >= 95
|
||||
BuildRequires: mingw64-gcc
|
||||
BuildRequires: mingw64-binutils
|
||||
BuildRequires: mingw64-zlib
|
||||
BuildRequires: mingw64-bzip2
|
||||
|
||||
|
||||
%description
|
||||
@ -113,6 +112,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 03 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.4.9-1
|
||||
- Update to 2.4.9
|
||||
- Added BR: mingw32-bzip2 mingw64-bzip2
|
||||
|
||||
* Sat Mar 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.4.8-5
|
||||
- Added win64 support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user