2006-09-15 17:57:06 +00:00
|
|
|
Summary: A viewer for comic book archives
|
|
|
|
Name: qcomicbook
|
2008-04-01 16:56:10 +00:00
|
|
|
Version: 0.4.0
|
2008-09-03 19:23:22 +00:00
|
|
|
Release: 3%{?dist}
|
|
|
|
License: GPLv2
|
2006-09-15 17:57:06 +00:00
|
|
|
Group: Amusements/Graphics
|
|
|
|
URL: http://linux.bydg.org/~yogin
|
|
|
|
|
|
|
|
Source: http://linux.bydg.org/~yogin/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
|
2008-04-01 16:56:10 +00:00
|
|
|
BuildRequires: qt-devel
|
|
|
|
#BuildRequires: imlib2-devel
|
2006-09-15 17:57:06 +00:00
|
|
|
BuildRequires: libXmu-devel
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
BuildRequires: desktop-file-utils
|
2008-04-01 16:56:10 +00:00
|
|
|
Requires: qt
|
2006-09-15 17:57:06 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
QComicBook is a viewer for comic book archives: rar, cbr,
|
|
|
|
zip, cbz, ace, cba,tar.gz, cbg, tar.bz2, cbb. QComicBook
|
|
|
|
aims at convenience and simplicity. Features include:
|
|
|
|
automatic decompression, full-screen mode, two pages mode,
|
|
|
|
japanese mode, thumbnails view, page scaling and rotating,
|
|
|
|
page preloading and caching, mouse or keyboard navigation,
|
|
|
|
bookmarks etc.
|
|
|
|
|
|
|
|
QComicBook requires zip/unzip, rar/unrar, tar with
|
|
|
|
gzip+bzip2 support and unace to handle archives.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{configure}
|
2006-09-15 22:27:51 +00:00
|
|
|
%{__make} %{?_smp_mflags}
|
2006-09-15 17:57:06 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
|
|
%{__make} install DESTDIR="$RPM_BUILD_ROOT"
|
|
|
|
|
|
|
|
mkdir -p "$RPM_BUILD_ROOT"%{_datadir}/{applications,pixmaps}
|
|
|
|
#cp -a fedora/%{name}.desktop "$RPM_BUILD_ROOT"%{_datadir}/applications
|
|
|
|
cp -a fedora/%{name}.png "$RPM_BUILD_ROOT"%{_datadir}/pixmaps
|
|
|
|
|
|
|
|
desktop-file-install --vendor fedora \
|
|
|
|
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
|
|
|
fedora/%{name}.desktop
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS README ChangeLog COPYING THANKS TODO
|
|
|
|
%docdir %{_datadir}/%{name}/help
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_datadir}/applications/*%{name}.desktop
|
|
|
|
%{_datadir}/pixmaps/%{name}*
|
|
|
|
|
|
|
|
%changelog
|
2008-09-03 19:23:22 +00:00
|
|
|
* Wed Sep 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.0-3
|
|
|
|
- fix license tag
|
|
|
|
|
2008-04-01 17:01:47 +00:00
|
|
|
* Tue Apr 01 2008 Scott Baker <scott@perturb.org> - 0.4.0-2
|
|
|
|
- QT4 -> QT convesions (WOOHOO KDE4)
|
|
|
|
|
2008-04-01 16:56:10 +00:00
|
|
|
* Wed Nov 07 2007 Scott Baker <scott@perturb.org> - 0.4.0-1
|
|
|
|
- Added the requirment for QT4
|
|
|
|
|
|
|
|
* Wed Nov 07 2007 Scott Baker <scott@perturb.org> - 0.4.0-1
|
|
|
|
- Update to the latest version and drop the imlib dependency
|
2008-02-19 15:25:05 +00:00
|
|
|
|
2006-11-30 23:49:58 +00:00
|
|
|
* Thu Nov 11 2006 Scott Baker <scott@perturb.org> - 0.3.4-1
|
|
|
|
- Update to the latest version
|
|
|
|
|
2006-10-09 16:43:27 +00:00
|
|
|
* Mon Oct 09 2006 Scott Baker <scott@perturb.org> - 0.3.3-5
|
2006-10-02 22:54:46 +00:00
|
|
|
- Build on FC6
|
|
|
|
|
2006-10-02 22:49:15 +00:00
|
|
|
* Tue Sep 20 2006 Scott Baker <scott@perturb.org> - 0.3.3-2
|
2006-09-20 20:20:39 +00:00
|
|
|
- Bumped release to 0.3.3
|
|
|
|
|
2006-09-15 22:27:51 +00:00
|
|
|
* Sun Sep 03 2006 Scott Baker <scott@perturb.org> - 0.3.2-6
|
|
|
|
- Fixed building for SMP arches
|
|
|
|
|
2006-09-15 17:57:06 +00:00
|
|
|
* Thu Aug 31 2006 Scott Baker <scott@perturb.org> - 0.3.2-5
|
|
|
|
- Removed the BuildArch
|
|
|
|
|
|
|
|
* Mon Aug 28 2006 Scott Baker <scott@perturb.org> - 0.3.2-4
|
|
|
|
- Updated how the .desktop file is handled
|
|
|
|
- Updated the make to include SMP options
|
|
|
|
- Remove bogus "requires"
|
|
|
|
- Update the rm -rf in clean and install
|
|
|
|
|
|
|
|
* Mon Aug 28 2006 Scott Baker <scott@perturb.org> - 0.3.2-3
|
|
|
|
- Removed requirement for unrar since it's not available via Fedora
|
|
|
|
|
|
|
|
* Sun Aug 27 2006 Scott Baker <scott@perturb.org> - 0.3.2-2
|
|
|
|
- Begin packaging for Fedora Extras.
|