# $Id$ # Authority: dries # Upstream: Summary: Comic book viewer Name: comix Version: 4.0.4 Release: 1 License: GPL Group: Applications/Multimedia URL: http://comix.sourceforge.net/ Source: http://dl.sf.net/comix/comix-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root ### FIXME: Package checks for requirements (not buildrequirements) during install (please fix upstream) Buildarch: noarch BuildRequires: python, python-imaging, pygtk2-devel Requires: python, python-imaging, rar %description Comix is a comic book viewer. It reads zip, rar, tar, tar.gz, and tar.bz2 archives (often called .cbz, .cbr and .cbt) as well as normal image files. %prep %setup %build %install %{__rm} -rf %{buildroot} %{__install} -d %{buildroot}%{_prefix} %{__python} install.py install --no-mime --dir %{buildroot}%{_prefix} %find_lang %{name} %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, 0755) %doc ChangeLog COPYING README %doc %{_mandir}/man1/comix.1* %{_bindir}/comix %{_datadir}/applications/*comix.desktop %{_datadir}/icons/hicolor/*/apps/comix.png %{_datadir}/icons/hicolor/*/apps/comix.svg* %{_datadir}/comix/ %changelog * Tue Apr 7 2009 Dries Verachtert - 4.0.4-1 - Updated to release 4.0.4. * Fri Jan 2 2009 Dries Verachtert - 4.0.2-1 - Updated to release 4.0.2. * Thu Jan 1 2009 Dries Verachtert - 4.0.1-1 - Updated to release 4.0.1. * Thu Dec 11 2008 Dries Verachtert - 4.0.0-1 - Updated to release 4.0.0. * Mon May 28 2007 Dries Verachtert - 3.6.4-1 - Updated to release 3.6.4. * Mon Mar 19 2007 Dries Verachtert - 3.6.3-1 - Updated to release 3.6.3. * Tue Feb 13 2007 Dries Verachtert - 3.6.2-1 - Updated to release 3.6.2. * Sun Nov 12 2006 Dries Verachtert - 3.6.1-1 - Updated to release 3.6.1. * Sat May 20 2006 Dries Verachtert - 3.1.3-1 - Updated to release 3.1.3. * Fri May 19 2006 Dries Verachtert - 3.1.2-1 - Updated to release 3.1.2. * Sat May 06 2006 Dries Verachtert - 3.1-1 - Updated to release 3.1. * Sat Apr 22 2006 Dries Verachtert - 3.0.1-1 - Updated to release 3.0.1. * Mon Apr 03 2006 Dries Verachtert - 3.0-1 - Updated to release 3.0. * Wed Mar 01 2006 Dries Verachtert - 2.9-1 - Updated to release 2.9. * Sun Feb 12 2006 Dries Verachtert - 2.8-1 - Updated to release 2.8. * Mon Jan 30 2006 Dries Verachtert - 2.7-1 - Updated to release 2.7. * Tue Jan 17 2006 Dag Wieers - 2.6-1 - Updated to release 2.6. * Wed Jan 11 2006 Dries Verachtert - 2.5-1 - Updated to release 2.5. - Added the python-imaging requirement, thanks to Gergely Gabor! * Sun Jan 01 2006 Dries Verachtert - 2.4-1 - Updated to release 2.4. * Wed Dec 21 2005 Dries Verachtert - 2.3-1 - Updated to release 2.3. * Sat Dec 10 2005 Dries Verachtert - 2.2-1 - Updated to release 2.2. * Sat Nov 26 2005 Dag Wieers - 2.1-1 - Updated to release 2.1. * Mon Nov 21 2005 Dries Verachtert - 2.0-1 - Updated to release 2.0. * Mon Nov 07 2005 Dries Verachtert - 1.6-1 - Initial package.