Name: cbrpager Version: 0.9.10 Release: 1 Summary: A no-nonsense, simple to use, small viewer for cbr (comic book archive) files. Group: Applications/Multimedia License: GPL URL: http://sourceforge.net/projects/cbrpager/ Source0: http://prdownloads.sourceforge.net/cbrpager/cbrpager-0.9.10.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel %description A no-nonsense, simple to use, small viewer for cbr (comic book archive) files. As it is written in C, the executable is small and fast. It views jpg (or jpg), gif and png images, and you can zoom in and out. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall %find_lang %{name} rm -f $RPM_BUILD_ROOT%{_infodir}/dir find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || : %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/%{name}.info \ %{_infodir}/dir 2>/dev/null || : fi %postun /sbin/ldconfig # ----------------------------------------------------------------------------- %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/* %changelog * Fri Nov 26 2004 Emmanuel Seyman - 0.9.6 - Initial RPM release.