%define pre pre4 Name: ksquirrel-libs Version: 0.5.0 Release: alt1%pre Summary: Ksquirrel - image viewer for KDE License: LGPL Group: System/Libraries Url: http://ksquirrel.sf.net Source: %name-%version-%pre.tar.bz2 BuildRequires: gcc gcc-c++ gettext BuildRequires: kdelibs-devel libpng-devel libjpeg-devel libtiff-devel Requires: kdelibs libpng libjpeg libtiff %set_verify_elf_method textrel=relaxed %description Ksquirrel is an image viewer for KDE implemented using OpenGL. You should have your videocard specific drivers installed. * ksquirrel-libs is a set of image decoders for KSquirrel %prep %setup -q %build CFLAGS="%optflags" \ CXXFLAGS="%optflags" \ %configure \ --libdir=%_libdir/squirrel \ $LOCALFLAGS %make_build %install %makeinstall %files %_libdir/* %changelog * Fri Feb 04 2005 Michael Shigorin 0.5.0-alt1pre4 - built for ALT Linux - spec cleanup - moved libdir to %_libdir/%name - had to relax TEXTREL check