From ca429167a17792cde23e6a6d88d6fb7f07a905d2 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Tue, 6 Mar 2012 19:44:28 +0100 Subject: [PATCH] Renamed the source package to mingw-fontconfig --- mingw32-fontconfig.spec => mingw-fontconfig.spec | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) rename mingw32-fontconfig.spec => mingw-fontconfig.spec (90%) diff --git a/mingw32-fontconfig.spec b/mingw-fontconfig.spec similarity index 90% rename from mingw32-fontconfig.spec rename to mingw-fontconfig.spec index 7fa38dc..dc9733f 100644 --- a/mingw32-fontconfig.spec +++ b/mingw-fontconfig.spec @@ -2,9 +2,9 @@ %define __objdump %{_mingw32_objdump} %define __debug_install_post %{_mingw32_debug_install_post} -Name: mingw32-fontconfig +Name: mingw-fontconfig Version: 2.8.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MinGW Windows Fontconfig library License: MIT @@ -31,6 +31,13 @@ Requires: pkgconfig MinGW Windows Fontconfig library. +%package -n mingw32-fontconfig +Summary: MinGW Windows Fontconfig library + +%description -n mingw32-fontconfig +MinGW Windows Fontconfig library. + + %{?_mingw32_debug_package} @@ -59,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir} rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/doc/fontconfig -%files +%files -n mingw32-fontconfig %doc COPYING %{_mingw32_bindir}/fc-cache.exe %{_mingw32_bindir}/fc-cat.exe @@ -76,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/doc/fontconfig %{_mingw32_sysconfdir}/fonts/ %changelog +* Tue Mar 06 2012 Erik van Pienbroek - 2.8.0-5 +- Renamed the source package to mingw-fontconfig (RHBZ #800379) + * Mon Feb 27 2012 Erik van Pienbroek - 2.8.0-4 - Rebuild against the mingw-w64 toolchain