diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-09-24 09:21:48 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-09-24 09:21:48 +0000 |
commit | 3ed3faca800087f1f477dd8857865a75c0b21d0f (patch) | |
tree | 066a46673f94face6aa7cc09aca2e42efa7500fc | |
parent | a61948aa5a09c35b1f4c00034b427c1ef2225a6e (diff) | |
download | gtk+-3ed3faca800087f1f477dd8857865a75c0b21d0f.tar.gz |
Fix up a bit to look for the loaders in the right place. (#93011, Dennis
Tue Sep 24 05:16:25 2002 Owen Taylor <otaylor@redhat.com>
* gtk+.spec.in: Fix up a bit to look for the loaders
in the right place. (#93011, Dennis Dementiev)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | gtk+.spec.in | 12 |
7 files changed, 39 insertions, 3 deletions
@@ -1,3 +1,8 @@ +Tue Sep 24 05:16:25 2002 Owen Taylor <otaylor@redhat.com> + + * gtk+.spec.in: Fix up a bit to look for the loaders + in the right place. (#93011, Dennis Dementiev) + Tue Sep 24 05:12:14 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkimcontextsimple.c: Fixes to GtkIMContextSimple diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e1e4a2a115..266edc5390 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Tue Sep 24 05:16:25 2002 Owen Taylor <otaylor@redhat.com> + + * gtk+.spec.in: Fix up a bit to look for the loaders + in the right place. (#93011, Dennis Dementiev) + Tue Sep 24 05:12:14 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkimcontextsimple.c: Fixes to GtkIMContextSimple diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index e1e4a2a115..266edc5390 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Tue Sep 24 05:16:25 2002 Owen Taylor <otaylor@redhat.com> + + * gtk+.spec.in: Fix up a bit to look for the loaders + in the right place. (#93011, Dennis Dementiev) + Tue Sep 24 05:12:14 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkimcontextsimple.c: Fixes to GtkIMContextSimple diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e1e4a2a115..266edc5390 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Tue Sep 24 05:16:25 2002 Owen Taylor <otaylor@redhat.com> + + * gtk+.spec.in: Fix up a bit to look for the loaders + in the right place. (#93011, Dennis Dementiev) + Tue Sep 24 05:12:14 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkimcontextsimple.c: Fixes to GtkIMContextSimple diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e1e4a2a115..266edc5390 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Tue Sep 24 05:16:25 2002 Owen Taylor <otaylor@redhat.com> + + * gtk+.spec.in: Fix up a bit to look for the loaders + in the right place. (#93011, Dennis Dementiev) + Tue Sep 24 05:12:14 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkimcontextsimple.c: Fixes to GtkIMContextSimple diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e1e4a2a115..266edc5390 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Tue Sep 24 05:16:25 2002 Owen Taylor <otaylor@redhat.com> + + * gtk+.spec.in: Fix up a bit to look for the loaders + in the right place. (#93011, Dennis Dementiev) + Tue Sep 24 05:12:14 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkimcontextsimple.c: Fixes to GtkIMContextSimple diff --git a/gtk+.spec.in b/gtk+.spec.in index 9fa6645410..7e7267c2c1 100644 --- a/gtk+.spec.in +++ b/gtk+.spec.in @@ -1,10 +1,12 @@ +%define binary_version @GTK_BINARY_VERSION@ + Name: gtk2 Summary: The Gimp Toolkit Version: @VERSION@ Release: 1 License: LGPL Group: X11/Libraries -Source: ftp://ftp.gimp.org/pub/gtk/v1.3/gtk+-%{version}.tar.gz +Source: ftp://ftp.gimp.org/pub/gtk/v2.3/gtk+-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-%{version}-root URL: http://www.gtk.org Requires: glib2 >= %{version} @@ -84,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %{_libdir}/libgtk*.so.* %{_libdir}/libgdk*.so.* -%{_libdir}/gtk-2.0/%{version}/*/*.so +%{_libdir}/gtk-2.0/%{binary_version}/*/*.so #%{_datadir}/locale/*/*/* %{_sysconfdir}/gtk-2.0/gtk.immodules @@ -93,7 +95,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %{_libdir}/*a -%{_libdir}/gtk-2.0/%{version}/*/*a +%{_libdir}/gtk-2.0/%{binary_version}/*/*a %{_libdir}/gtk-2.0/include %{_libdir}/pkgconfig/*.pc %{_includedir}/gtk-2.0 @@ -103,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 11 2002 Dennis Dementiev <denm@asplinux.ru> +- modules and loaders should be installed in under binary version + dir instead version + * Mon Aug 27 2001 Jens Finke <jens@gnome.org> - Renamed package to gtk2. - Updated source url. |