[suggest] cbrpager - Comics reader much like qcomicbook

Juan Carlos Castro y Castro jcastro at instant.com.br
Mon Mar 10 23:11:09 CET 2008


Less polished, true. But it's GNOME based and therefore won't require 
kde/qt libs, which makes it a good alternative for those who don't want 
any KDE-y stuff to contaminate their precious bodily fluids.
-------------- next part --------------
# $Id$
# Authority: dries
# Upstream: Steve Slaven <junk_freshmeat$hoopajoo,net>

%{?dtag: %{expand: %%define %dtag 1}}

%{?el4:%define _without_modxorg 1}
%{?el3:%define _without_modxorg 1}
%{?el2:%define _without_modxorg 1}
%{?fc4:%define _without_modxorg 1}
%{?fc3:%define _without_modxorg 1}
%{?fc2:%define _without_modxorg 1}
%{?fc1:%define _without_modxorg 1}


Summary: Viewer for comic book archives
Name: cbrpager
Version: 0.9.15
Release: 1
License: GPL
Group: Applications/Multimedia
URL: http://www.jcoppens.com/soft/cbrpager/index.en.php

Source: cbrpager-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%{!?_without_modxorg:BuildRequires: libXtst-devel}
%{?_without_modxorg:BuildRequires: XFree86-devel}

%description
A no-nonsense, simple to use, small viewer for cbr and cbz (comic book
archive) files. As it is written in C, the executable is small and fast. It
views jpg (or jpeg), gif and png images, and you can zoom in and out.

%prep
%setup

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog CONTRIBUTORS COPYING INSTALL NEWS README TODO
%{_bindir}/cbrpager
/usr/share/locale/

%changelog
* Fri Mar 10 2008 Juan Carlos Castro y Castro <jcastro at instant.com.br> - 0.9.15
- Initial package.


More information about the suggest mailing list