diff --git a/baselibs.conf b/baselibs.conf index 4342afc..15d5205 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -7,6 +7,10 @@ libpango-1_0-0 post "%else" post "if test -f %{_bindir}/pango-querymodules; then %{_bindir}/pango-querymodules --update-cache; fi" post "%endif" +pango-devel + requires -pango- + requires "libpango-1_0-0- = " + requires "typelib-1_0-Pango-1_0- = " pango-tools +/usr/bin/pango-querymodules(-64)? post "%if "%_lib" == "lib64"" @@ -26,5 +30,5 @@ pango-module-thai-lang postun "%else" postun "%{_bindir}/pango-querymodules --update-cache" postun "%endif" -arch ppc package pango-devel -arch sparcv9 package pango-devel +typelib-1_0-Pango-1_0 + +/usr/lib(64)?/girepository-1.0 diff --git a/pango.changes b/pango.changes index f4c506e..418d859 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 24 20:35:29 UTC 2012 - jengelh@inai.de + +- Make pango-devel-32bit available on all archs (baselibs.conf). +- Remove redundant tags/sections from specfile. + ------------------------------------------------------------------- Fri Sep 28 07:22:19 UTC 2012 - vuntz@opensuse.org diff --git a/pango.spec b/pango.spec index 68556a9..52cd142 100644 --- a/pango.spec +++ b/pango.spec @@ -153,9 +153,6 @@ mv %{buildroot}%{_bindir}/pango-querymodules %{buildroot}%{_bindir}/pango-querym mkdir -p %{buildroot}%{_sysconfdir}/rpm cp %{SOURCE2} %{buildroot}%{_sysconfdir}/rpm -%clean -rm -rf %{buildroot} - ########################################################################### # Note: when updating scriptlets, don't forget to also update baselibs.conf ###########################################################################