From 56d7fa4946417d4e8e754e8c36835a6c76ed7d75 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 30 Jan 2009 00:59:41 +0000 Subject: [PATCH] - Split of an immodules subpackage (#444814) - Disable ia64 hack thats not needed in Fedora - Remove some .la files that crept in --- gtk2.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk2.spec b/gtk2.spec index 18b1643..2e05660 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -157,8 +157,10 @@ make #%{?_smp_mflags} # create a dummy binary for /usr/lib/gtk-2.0/immodules to work around # problems in our ia64 multilib infrastructure # See https://bugzilla.redhat.com/show_bug.cgi?id=253726 for more details +%if 0 echo 'int main (void) { return 0; }' > relocation-tag.c gcc -Os relocation-tag.c -o relocation-tag +%endif %install rm -rf $RPM_BUILD_ROOT @@ -231,6 +233,7 @@ cp %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/update-gtk-immodules # Remove unpackaged files rm $RPM_BUILD_ROOT%{_libdir}/*.la +rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/*.la rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{bin_version}/*/*.la mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0/$host @@ -323,6 +326,8 @@ rm -rf $RPM_BUILD_ROOT %changelog * Thu Jan 29 2009 Matthias Clasen - 2.15.2-4 - Split of an immodules subpackage (#444814) +- Disable ia64 hack thats not needed in Fedora +- Remove some .la files that crept in * Wed Jan 28 2009 Marek Kasik - 2.15.2-3 - modify default_printer.patch to show a network default printer