[pango] Fix duplicate file list for modules.cache

Akira TAGOH tagoh at fedoraproject.org
Thu Aug 22 09:55:12 UTC 2013


commit 7de4c09712bb6f3df783b80bf7aaaa888d680f31
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Thu Aug 22 18:55:00 2013 +0900

    Fix duplicate file list for modules.cache
    
    - s/%define/%global/g
    - Fix bogus date in %changelog
    - Do not suppress the detailed build log.

 pango.spec |   58 +++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 33 insertions(+), 25 deletions(-)
---
diff --git a/pango.spec b/pango.spec
index 2cfb494..1fbf4a6 100644
--- a/pango.spec
+++ b/pango.spec
@@ -1,16 +1,16 @@
-%define glib2_version 2.33.12
-%define pkgconfig_version 0.12
-%define freetype_version 2.1.5
-%define fontconfig_version 2.10.91
-%define cairo_version 1.7.6
-%define libthai_version 0.1.9
-%define harfbuzz_version 0.9.9
-%define bin_version 1.8.0
+%global glib2_version 2.33.12
+%global pkgconfig_version 0.12
+%global freetype_version 2.1.5
+%global fontconfig_version 2.10.91
+%global cairo_version 1.7.6
+%global libthai_version 0.1.9
+%global harfbuzz_version 0.9.9
+%global bin_version 1.8.0
 
 Summary: System for layout and rendering of internationalized text
 Name: pango
 Version: 1.35.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 #VCS: git:git://git.gnome.org/pango
@@ -82,7 +82,7 @@ the functionality of the installed %{name} package.
           --with-included-modules=basic-fc \
           --enable-installed-tests
 )
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 
 %install
@@ -128,7 +128,9 @@ fi
 %{_bindir}/pango-view
 %{_mandir}/man1/pango-view.1.gz
 %{_mandir}/man1/pango-querymodules*
-%{_libdir}/pango
+%dir %{_libdir}/pango
+%dir %{_libdir}/pango/%{bin_version}
+%{_libdir}/pango/%{bin_version}/modules
 %ghost %{_libdir}/pango/%{bin_version}/modules.cache
 %{_libdir}/girepository-1.0/Pango-1.0.typelib
 %{_libdir}/girepository-1.0/PangoCairo-1.0.typelib
@@ -153,6 +155,12 @@ fi
 
 
 %changelog
+* Thu Aug 22 2013 Akira TAGOH <tagoh at redhat.com> - 1.35.2-2
+- Fix duplicate file list for modules.cache
+- s/%%define/%%global/g
+- Fix bogus date in %%changelog
+- Do not suppress the detailed build log.
+
 * Thu Aug 22 2013 Kalev Lember <kalevlember at gmail.com> - 1.35.2-1
 - Update to 1.35.2
 
@@ -293,7 +301,7 @@ fi
 * Thu Aug 20 2009 Karsten Hopp <karsten at redhat.com> 1.25.4-2
 - fix autoconf host on s390x
 
-* Tue Aug 17 2009 Behdad Esfahbod <besfahbo at redhat.com> - 1.25.4-1
+* Mon Aug 17 2009 Behdad Esfahbod <besfahbo at redhat.com> - 1.25.4-1
 - 1.25.4
 
 * Tue Aug 11 2009 Behdad Esfahbod <besfahbo at redhat.com> - 1.25.3-1
@@ -347,7 +355,7 @@ fi
 - Update to 1.24.1
 - See http://download.gnome.org/sources/pango/1.24/pango-1.24.1.news
 
-* Wed Mar 26 2009 Behdad Esfahbod <besfahbo at redhat.com> - 1.24.0-2
+* Thu Mar 26 2009 Behdad Esfahbod <besfahbo at redhat.com> - 1.24.0-2
 - Remove weird Requires(pre).
 - Resolves #486641
 
@@ -392,7 +400,7 @@ fi
 * Mon Sep  8 2008 Matthias Clasen <mclasen at redhat.com> - 1.21.6-1
 - Update to 1.21.6
 
-* Mon Aug 26 2008 Behdad Esfahbod <besfahbo at redhat.com> - 1.21.5-1
+* Tue Aug 26 2008 Behdad Esfahbod <besfahbo at redhat.com> - 1.21.5-1
 - Update to 1.21.5
 
 * Mon Aug 11 2008 Matthias Clasen <mclasen at redhat.com> - 1.21.4-1
@@ -425,7 +433,7 @@ fi
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.19.3-3
 - Autorebuild for GCC 4.3
 
-* Mon Jan 29 2008 Behdad Esfahbod <besfahbo at redhat.com> - 1.19.3-2
+* Tue Jan 29 2008 Behdad Esfahbod <besfahbo at redhat.com> - 1.19.3-2
 - Bump libthai requirement.
 
 * Mon Jan 21 2008 Behdad Esfahbod <besfahbo at redhat.com> - 1.19.3-1
@@ -481,7 +489,7 @@ fi
 * Sat May 19 2007 Matthias Clasen <mclasen at redhat.com> - 1.17.0-1
 - Update to 1.17.0
 
-* Fri Apr 10 2007 Behdad Esfahbod <besfahbo at redhat.com> - 1.16.4-1
+* Fri Apr 27 2007 Behdad Esfahbod <besfahbo at redhat.com> - 1.16.4-1
 - Update to 1.16.4.
 - Enable doc rebuilding to get cross-references right.
 
@@ -501,13 +509,13 @@ fi
 - Update to 1.15.5.
 - Drop upstreamed pango-1.15.4-slighthint.patch
 
-* Wed Jan 18 2007 Behdad Esfahbod <besfahbo at redhat.com> - 1.15.4-5
+* Thu Jan 18 2007 Behdad Esfahbod <besfahbo at redhat.com> - 1.15.4-5
 - Again... HELLO.txt is moved.
 
-* Wed Jan 18 2007 Behdad Esfahbod <besfahbo at redhat.com> - 1.15.4-4
+* Thu Jan 18 2007 Behdad Esfahbod <besfahbo at redhat.com> - 1.15.4-4
 - Bump again.  I accidentally tagged 1.15.3-4 as 1.15.4-3 previously :(.
 
-* Wed Jan 18 2007 Behdad Esfahbod <besfahbo at redhat.com> - 1.15.4-3
+* Thu Jan 18 2007 Behdad Esfahbod <besfahbo at redhat.com> - 1.15.4-3
 - s/HELLO.utf8/HELLO.txt/ to match upstream.
 
 * Wed Jan 17 2007 Behdad Esfahbod <besfahbo at redhat.com> - 1.15.4-2
@@ -540,7 +548,7 @@ fi
 - Update to 1.15.3
 - Pass --with-included-modules=basic-fc.  Saves one page of memory per process.
 
-* Tue Dec 21 2006 Matthias Clasen <mclasen at redhat.com> - 1.15.2-1
+* Thu Dec 21 2006 Matthias Clasen <mclasen at redhat.com> - 1.15.2-1
 - Update to 1.15.2
 
 * Tue Dec  5 2006 Matthias Clasen <mclasen at redhat.com> - 1.15.1-1
@@ -578,16 +586,16 @@ fi
 * Thu Aug 17 2006 Behdad Esfahbod <besfahbo at redhat.com> - 1.14.0-3
 - Bump glib requirement to 2.12.0. (bug #201586)
 
-* Wed Aug 07 2006 Behdad Esfahbod <besfahbo at redhat.com> - 1.14.0-2
+* Mon Aug 07 2006 Behdad Esfahbod <besfahbo at redhat.com> - 1.14.0-2
 - Incorrect sources in last update.  Fix.
 
-* Wed Aug 07 2006 Behdad Esfahbod <besfahbo at redhat.com> - 1.14.0-1
+* Mon Aug 07 2006 Behdad Esfahbod <besfahbo at redhat.com> - 1.14.0-1
 - Update to 1.14.0
 
 * Wed Aug 02 2006 Behdad Esfahbod <besfahbo at redhat.com> - 1.13.5-1
 - Update to 1.13.5
 
-* Mon Jul 27 2006 Behdad Esfahbod <besfahbo at redhat.com> - 1.13.4-2
+* Thu Jul 27 2006 Behdad Esfahbod <besfahbo at redhat.com> - 1.13.4-2
 - Add umask 022 to post (#185419)
 
 * Tue Jul 25 2006 Matthias Clasen <mclasen at redhat.com> - 1.13.4-1
@@ -628,7 +636,7 @@ fi
 - Fix a crash in pango_split
 - Hide some private API
 
-* Mon Feb 11 2006 Matthias Clasen <mclasen at redhat.com> - 1.11.5-1
+* Mon Feb 13 2006 Matthias Clasen <mclasen at redhat.com> - 1.11.5-1
 - Update to 1.11.5
 
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 1.11.4-1.2
@@ -646,7 +654,7 @@ fi
 * Mon Jan 16 2006 Matthias Clasen <mclasen at redhat.com> - 1.11.2-1
 - Update to 1.11.2
 
-* Wed Dec 19 2005 Matthias Clasen <mclasen at redhat.com> - 1.11.1-2
+* Mon Dec 19 2005 Matthias Clasen <mclasen at redhat.com> - 1.11.1-2
 - BuildRequire cairo-devel
 
 * Wed Dec 14 2005 Matthias Clasen <mclasen at redhat.com> - 1.11.1-1


More information about the fonts-bugs mailing list