%define ver 4.2 %define rel 1 %define prefix /usr/local Summary: A program to generate Web picture albums. Name: cthumb Version: %ver Release: %rel Copyright: GPL Group: Web Applications/Picture Collection Source: http://puchol.com/cpg/software/cthumb/cthumb-%{ver}.tar.gz BuildRoot:/var/tmp/cthumb-%{PACKAGE_VERSION}-root URL: http://puchol.com/cpg/software/cthumb/ BuildArchitectures: noarch Requires: perl libjpeg netpbm-progs %description cthumb allows you to create a web picture album, with an index and several pages, each with thumbnails of your pictures. it optionally generates pages in several languages simultaneously. it automatically generates thumbnails of the pictures. it attempts to be nice in the look of the pages it generates. it is geared towards people that have ton of digital images that need to be labeled and classified. all you need is the pictures and a text editor to put all the titles for every picture in a simple "album" textfile. %prep %setup %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT ./configure --prefix=%{prefix} make prefix=$RPM_BUILD_ROOT/%{prefix} install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc README TO-DO INSTALL BUGS VERSION AUTHORS ChangeLog cthumbrc.sample %{_bindir}/cthumb %{_prefix}/man/*/* %{_prefix}/share/images/* %changelog * Tue Nov 27 2001 Carlos Puchol - updated for recent rpm version (redhat 7.2) * Sat Sep 9 2001 Carlos Puchol - add TO-DO and AUTHORS * Sat Oct 30 1999 Carlos Puchol - version 2.0.0