[mingw-fontconfig: 7/16] Don't install html documentation which duplicates what is in Fedora native

epienbro epienbro at fedoraproject.org
Tue Mar 6 18:45:50 UTC 2012


commit 4e01e6e838c400ed327b0ad33baf7db78ae3d016
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Mon May 23 06:29:08 2011 +0300

    Don't install html documentation which duplicates what is in Fedora native

 mingw32-fontconfig.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-fontconfig.spec b/mingw32-fontconfig.spec
index 5190c3c..e21b6db 100644
--- a/mingw32-fontconfig.spec
+++ b/mingw32-fontconfig.spec
@@ -6,7 +6,7 @@
 
 Name:           mingw32-fontconfig
 Version:        2.6.0
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        MinGW Windows Fontconfig library
 
 License:        MIT
@@ -61,8 +61,9 @@ rm -f $RPM_BUILD_ROOT/%{_mingw32_libdir}/charset.alias
 # Remove static library.
 rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libfontconfig.a
 
-# Remove duplicate manpages.
+# Remove duplicate documentation.
 rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir}
+rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/doc/fontconfig
 
 
 %clean
@@ -83,9 +84,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_libdir}/pkgconfig/fontconfig.pc
 %{_mingw32_includedir}/fontconfig/
 %{_mingw32_sysconfdir}/fonts/
-%{_mingw32_datadir}/doc/fontconfig
 
 %changelog
+* Mon May 23 2011 Kalev Lember <kalev at smartlink.ee> - 2.6.0-12
+- Don't install html documentation which duplicates what is in Fedora native
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list