%define __spec_install_post /usr/lib/rpm/brp-compress Name: eel2 Summary: Eazel Extensions Library. Version: @VERSION@ Release: 1 License: GPL Group: System Environment/Libraries Source: eel-%{version}.tar.gz Source2: fixed-ltmain.sh URL: http://nautilus.eazel.com/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: pkgconfig >= 0.8 Requires: GConf2 >= @GCONF_REQUIRED@ Requires: gtk2 >= @GTK_REQUIRED@ Requires: glib2 >= @GLIB_REQUIRED@ Requires: gnome-vfs2 >= @GNOME_VFS_REQUIRED@ Requires: libart_lgpl >= @ART_REQUIRED@ Requires: libgnome >= @GNOME_REQUIRED@ Requires: libgnomeui >= @GNOME_UI_REQUIRED@ Requires: libxml2 >= @XML_REQUIRED@ Prereq: GConf2 BuildRequires: GConf2-devel >= @GCONF_REQUIRED@ BuildRequires: gtk2-devel >= @GTK_REQUIRED@ BuildRequires: glib2-devel >= @GLIB_REQUIRED@ BuildRequires: gnome-vfs2-devel >= @GNOME_VFS_REQUIRED@ BuildRequires: libart_lgpl-devel >= @ART_REQUIRED@ BuildRequires: libgnome-devel >= @GNOME_REQUIRED@ BuildRequires: libgnomeui-devel >= @GNOME_UI_REQUIRED@ BuildRequires: libxml2-devel >= @XML_REQUIRED@ %description Eazel Extensions Library is a collection of widgets and functions for use with GNOME. %package devel Summary: Libraries and include files for developing with Eel. Group: Development/Libraries Requires: %{name} = %{version} Requires: pkgconfig >= 0.8 Requires: GConf2 >= @GCONF_REQUIRED@ Requires: GConf2-devel >= @GCONF_REQUIRED@ Requires: gtk2 >= @GTK_REQUIRED@ Requires: gtk2-devel >= @GTK_REQUIRED@ Requires: glib2 >= @GLIB_REQUIRED@ Requires: glib2-devel >= @GLIB_REQUIRED@ Requires: gnome-vfs2 >= @GNOME_VFS_REQUIRED@ Requires: gnome-vfs2-devel >= @GNOME_VFS_REQUIRED@ Requires: libart_lgpl >= @ART_REQUIRED@ Requires: libart_lgpl-devel >= @ART_REQUIRED@ Requires: libgnome >= @GNOME_REQUIRED@ Requires: libgnome-devel >= @GNOME_REQUIRED@ Requires: libgnomeui >= @GNOME_UI_REQUIRED@ Requires: libgnomeui-devel >= @GNOME_UI_REQUIRED@ Requires: libxml2 >= @XML_REQUIRED@ Requires: libxml2-devel >= @XML_REQUIRED@ %description devel This package provides the necessary development libraries and include files to allow you to develop with Eel. %prep %setup -q -n eel-%{version} %build rm ltmain.sh && cp %{SOURCE2} ltmain.sh %configure make %install rm -rf $RPM_BUILD_ROOT %makeinstall %find_lang eel-2.0 %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f eel-2.0.lang %defattr(-,root,root) %doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README %{_libdir}/*.so* %files devel %defattr(-,root,root) %{_libdir}/*.so %{_libdir}/*a %{_libdir}/pkgconfig %{_includedir}/eel-2 %changelog * Tue Mar 05 2002 Chris Chabot - Fixed last small format items - Converted to .spec.in - Added deps * Mon Feb 04 2002 Roy-Magne Mo - Fixed lang * Sun Jan 20 2002 Chris Chabot - Various cleanups - moved build path from hard coded to _tmppath * Sat Jan 19 2002 Chris Chabot - Bumped version to 1.1.2 * Mon Nov 26 2001 Havoc Pennington - Eel version 2 package created * Tue Oct 23 2001 Havoc Pennington - 1.0.2 * Wed Aug 29 2001 Alex Larsson - Added new font with cyrrilic glyphs from - ftp://ftp.gnome.ru/fonts/urw/ - This closes #52772 * Mon Aug 27 2001 Alex Larsson 1.0.1-18 - Add patch to fix #52348 * Thu Aug 23 2001 Havoc Pennington - Applied patch from CVS to try fixing #51965 * Wed Aug 22 2001 Havoc Pennington - Applied patch to handle multibyte chars in eel_string_ellipsize - hopefully fixes #51710 * Fri Aug 17 2001 Alexander Larsson 1.0.1-15 - Fixed the default font patch. It crashed on 64bit arch. * Tue Aug 14 2001 Alexander Larsson 1.0.1-13 - Fixed EelScalableFont to not keep reloading fonts - all the time. * Fri Aug 3 2001 Owen Taylor - Fix problems with EelImageChooser widget and Japanese * Fri Jul 27 2001 Alexander Larsson - Get some fixes from CVS head, one that segfaulted ia64. - This also moves the include file into a eel-1 dir, so that - it can later coexist with eel 2.0. * Tue Jul 24 2001 Owen Taylor - Fixes for efficiency of background drawing * Tue Jul 24 2001 Akira TAGOH 1.0.1-7 - fixed typo in patch. oops. * Mon Jul 23 2001 Akira TAGOH 1.0.1-6 - fixed choose the default font with every locale. * Wed Jul 18 2001 Havoc Pennington - own some directories we didn't before * Sun Jul 08 2001 Tim Powers - cleaned up files list so that the defattr is doing something sensible and not leaving out the docs - moved changelog to the end of the specfile * Fri Jul 06 2001 Alexander Larsson - Removed docdir and cleaned up specfile a bit. * Fri Jul 06 2001 Alexander Larsson - Updated to 1.0.1 * Wed May 09 2001 Jonathan Blandford - Add to Red Hat build system * Wed Apr 04 2000 Ramiro Estrugo - created this thing