Renamed the source package to mingw-freetype
This commit is contained in:
parent
ed884ddec1
commit
dda20b5669
@ -6,9 +6,9 @@
|
||||
# Pass '--with subpixel_rendering' on rpmbuild command-line to enable.
|
||||
%{!?_with_subpixel_rendering: %{!?_without_subpixel_rendering: %define _without_subpixel_rendering --without-subpixel_rendering}}
|
||||
|
||||
Name: mingw32-freetype
|
||||
Name: mingw-freetype
|
||||
Version: 2.4.8
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Free and portable font rendering engine
|
||||
|
||||
License: FTL or GPLv2+
|
||||
@ -35,6 +35,12 @@ BuildRequires: mingw32-dlfcn
|
||||
%description
|
||||
MinGW Windows Freetype library.
|
||||
|
||||
%package -n mingw32-freetype
|
||||
Summary: Free and portable font rendering engine
|
||||
|
||||
%description -n mingw32-freetype
|
||||
MinGW Windows Freetype library.
|
||||
|
||||
|
||||
%{?_mingw32_debug_package}
|
||||
|
||||
@ -68,7 +74,7 @@ make %{?_smp_mflags}
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
|
||||
%files
|
||||
%files -n mingw32-freetype
|
||||
%doc docs/LICENSE.TXT
|
||||
%{_mingw32_bindir}/freetype-config
|
||||
%{_mingw32_bindir}/libfreetype-6.dll
|
||||
@ -81,6 +87,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 06 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.4.8-3
|
||||
- Renamed the source package to mingw-freetype (RHBZ #800380)
|
||||
|
||||
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.4.8-2
|
||||
- Rebuild against the mingw-w64 toolchain
|
||||
|
Loading…
Reference in New Issue
Block a user