Summary: The G App library. Name: gal Version: 0.18.1 Release: 1 License: GPL/LGPL Group: System Environment/Libraries Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gal/gal-%{version}.tar.gz BuildRoot: %{_tmppath}/gal-%{version}-root BuildRequires: libxml-devel BuildRequires: libxml-devel <= 2 BuildRequires: gnome-print-devel >= 0.25 BuildRequires: libglade-devel >= 0.13 BuildRequires: gnome-vfs-devel BuildRequires: gdk-pixbuf-devel %description Reuseable GNOME library functions. %package devel Summary: Libraries and include files for the G App library. Group: Development/Libraries %description devel The gal-devel package includes the static libraries and header files for the gal package. Install gal-devel if you want to develop programs which will use gal. %prep %setup -q %build ./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} \ --libdir=%{_libdir} --datadir=%{_datadir} \ --includedir=%{_includedir} \ --enable-static --enable-shared make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_prefix} make prefix=$RPM_BUILD_ROOT/%{_prefix} \ libdir=$RPM_BUILD_ROOT/%{_libdir} \ includedir=$RPM_BUILD_ROOT/%{_includedir} \ datadir=$RPM_BUILD_ROOT/%{_datadir} install %find_lang %name %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}.lang %doc README AUTHORS COPYING ChangeLog NEWS %{_datadir}/etable/%{version}/glade/*.glade %{_libdir}/*.so.* %files devel %defattr(-, root, root) %{_libdir}/*.so %{_libdir}/*.a %{_libdir}/*.sh %{_includedir}/gal %changelog * Thu Mar 15 2001 Matthew Wilson - the -devel package must own the /usr/include/gal directory and all its contents * Fri Oct 10 2000 John Gotts - Created spec file.