summaryrefslogtreecommitdiff
path: root/gtk+.spec.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-07-14 20:08:10 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-07-14 20:08:10 +0000
commitbb268900245f3760ccd65c33d53602ab53fe2752 (patch)
treee3e8bf72c4dd9f5cded8fc79266be5950143eec5 /gtk+.spec.in
parent9332748007543df54d5d2138aca2edd4742a3bd3 (diff)
downloadgdk-pixbuf-bb268900245f3760ccd65c33d53602ab53fe2752.tar.gz
Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4
Fri Jul 14 12:22:49 2000 Owen Taylor <otaylor@redhat.com> * configure.in Makefile.am gtk-config.m4 gtk.m4: Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4 * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am gdk/Makefile.am demos/Makefile.am: Change library names to libgtk-1.3.la, etc, so that we can distinguish gtk-1.2 and gtk-2.0 on the linkline. * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am gdk/Makefile.am gdk/x11/Makfile.am Move include files into /usr/include/gtk-2.0, /usr/lib/gtk-2.0/include/ * autogen.sh acconfig.h configure.in gtk/gtkmain.c gtk/gtkintl.h: Change package for gettext from gtk+ to gtk20. Put hack in autogen.sh to modify po/Makefile.in.in after gettextize to make this possible. * gtk+.spec: Some updates, not tested. * gdk-pixbuf/Makefile.am: Move loaders into $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders. * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir to THEMENAME/gtk-2.0/. Move engine directory to $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
Diffstat (limited to 'gtk+.spec.in')
-rw-r--r--gtk+.spec.in17
1 files changed, 1 insertions, 16 deletions
diff --git a/gtk+.spec.in b/gtk+.spec.in
index 7e29a6e0e..4706e51a8 100644
--- a/gtk+.spec.in
+++ b/gtk+.spec.in
@@ -15,7 +15,6 @@ BuildRoot: /var/tmp/gtk-%{PACKAGE_VERSION}-root
Obsoletes: gtk
Packager: Christopher Blizzard <blizzard@redhat.com>
URL: http://www.gtk.org
-Prereq: /sbin/install-info
Requires: glib
Docdir: %{prefix}/doc
@@ -28,7 +27,6 @@ Summary: GIMP Toolkit and GIMP Drawing Kit
Group: X11/Libraries
Requires: gtk+
Obsoletes: gtk-devel
-PreReq: /sbin/install-info
%description devel
Static libraries and header files for the GIMP's X libraries, which are
@@ -130,8 +128,6 @@ rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT%{prefix} install
-gzip -9n $RPM_BUILD_ROOT%{prefix}/info/*
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -139,16 +135,6 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
-%post devel
-/sbin/install-info %{prefix}/info/gdk.info.gz %{prefix}/info/dir
-/sbin/install-info %{prefix}/info/gtk.info.gz %{prefix}/info/dir
-
-%preun devel
-if [ $1 = 0 ]; then
- /sbin/install-info --delete %{prefix}/info/gdk.info.gz %{prefix}/info/dir
- /sbin/install-info --delete %{prefix}/info/gtk.info.gz %{prefix}/info/dir
-fi
-
%files
%defattr(-, root, root)
@@ -165,8 +151,7 @@ fi
%{prefix}/lib/lib*.so
%{prefix}/lib/*a
%{prefix}/include/*
-%{prefix}/include/lib/gtk+/include/*
-%{prefix}/info/*
+%{prefix}/include/lib/gtk+-2.0/include/*
%{prefix}/man/man1/*
%{prefix}/share/aclocal/*
%{prefix}/bin/*