From f5f77c0e8ad942c5cc808a7a6cc8ded083b7a16b Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Mar 28 2012 21:23:52 +0000 Subject: Package has been renamed to mingw-fontconfig --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index eec45d6..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -fontconfig-2.6.0.tar.gz -/fontconfig-2.8.0.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..ef50c36 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Package has been renamed to mingw-fontconfig diff --git a/mingw32-fontconfig.spec b/mingw32-fontconfig.spec deleted file mode 100644 index 7fa38dc..0000000 --- a/mingw32-fontconfig.spec +++ /dev/null @@ -1,131 +0,0 @@ -%define __strip %{_mingw32_strip} -%define __objdump %{_mingw32_objdump} -%define __debug_install_post %{_mingw32_debug_install_post} - -Name: mingw32-fontconfig -Version: 2.8.0 -Release: 4%{?dist} -Summary: MinGW Windows Fontconfig library - -License: MIT -URL: http://fontconfig.org -Source0: http://fontconfig.org/release/fontconfig-%{version}.tar.gz -Group: Development/Libraries - -BuildArch: noarch - -BuildRequires: mingw32-filesystem >= 68 -BuildRequires: mingw32-gcc -BuildRequires: mingw32-binutils -BuildRequires: mingw32-dlfcn -BuildRequires: mingw32-expat -BuildRequires: mingw32-freetype -BuildRequires: mingw32-win-iconv -BuildRequires: mingw32-libxml2 -BuildRequires: pkgconfig - -Requires: pkgconfig - - -%description -MinGW Windows Fontconfig library. - - -%{?_mingw32_debug_package} - - -%prep -%setup -q -n fontconfig-%{version} - - -%build -PATH="%{_mingw32_bindir}:$PATH" \ -%{_mingw32_configure} \ - --with-arch=i686 \ - --disable-docs -make %{?_smp_mflags} - - -%install -make DESTDIR=$RPM_BUILD_ROOT install - -rm -f $RPM_BUILD_ROOT/%{_mingw32_libdir}/charset.alias - -# Remove static library. -rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libfontconfig.a - -# Remove duplicate documentation. -rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir} -rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/doc/fontconfig - - -%files -%doc COPYING -%{_mingw32_bindir}/fc-cache.exe -%{_mingw32_bindir}/fc-cat.exe -%{_mingw32_bindir}/fc-list.exe -%{_mingw32_bindir}/fc-match.exe -%{_mingw32_bindir}/fc-query.exe -%{_mingw32_bindir}/fc-scan.exe -%{_mingw32_bindir}/libfontconfig-1.dll -%{_mingw32_libdir}/fontconfig.def -%{_mingw32_libdir}/libfontconfig.dll.a -%{_mingw32_libdir}/libfontconfig.la -%{_mingw32_libdir}/pkgconfig/fontconfig.pc -%{_mingw32_includedir}/fontconfig/ -%{_mingw32_sysconfdir}/fonts/ - -%changelog -* Mon Feb 27 2012 Erik van Pienbroek - 2.8.0-4 -- Rebuild against the mingw-w64 toolchain - -* Fri Jan 13 2012 Fedora Release Engineering - 2.8.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Jul 06 2011 Kalev Lember - 2.8.0-2 -- Rebuilt against win-iconv - -* Mon May 23 2011 Kalev Lember - 2.8.0-1 -- Update to 2.8.0 -- Spec cleanup -- Split debug symbols in -debuginfo subpackage - -* Mon May 23 2011 Kalev Lember - 2.6.0-12 -- Don't install html documentation which duplicates what is in Fedora native - -* Tue Feb 08 2011 Fedora Release Engineering - 2.6.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sat Jul 25 2009 Fedora Release Engineering - 2.6.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Fri Feb 20 2009 Richard W.M. Jones - 2.6.0-9 -- Rebuild for mingw32-gcc 4.4 - -* Fri Feb 6 2009 Richard W.M. Jones - 2.6.0-8 -- Include license. - -* Fri Jan 30 2009 Richard W.M. Jones - 2.6.0-7 -- Requires pkgconfig. - -* Fri Jan 23 2009 Richard W.M. Jones - 2.6.0-6 -- Use _smp_mflags. -- Rebuild libtool configuration. -- More BRs suggested by auto-buildrequires. - -* Wed Sep 24 2008 Richard W.M. Jones - 2.6.0-5 -- Rename mingw -> mingw32. - -* Sun Sep 21 2008 Richard W.M. Jones - 2.6.0-4 -- Remove duplicate manpages. -- Patch to delete logfile left when building (unused) manpages. - -* Thu Sep 11 2008 Daniel P. Berrange - 2.6.0-3 -- Add mingw_bindir to $PATH for freetype-config script - -* Wed Sep 10 2008 Richard W.M. Jones - 2.6.0-2 -- Remove static library. -- +BR mingw-libxml2. - -* Tue Sep 9 2008 Daniel P. Berrange - 2.6.0-1 -- Initial RPM release diff --git a/sources b/sources deleted file mode 100644 index ae867e7..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -77e15a92006ddc2adbb06f840d591c0e fontconfig-2.8.0.tar.gz