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 /gtk+.spec.in | |
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)
Diffstat (limited to 'gtk+.spec.in')
-rw-r--r-- | gtk+.spec.in | 12 |
1 files changed, 9 insertions, 3 deletions
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. |