Author: cactus Date: Sat Mar 8 21:38:29 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - summary updated - desktop file and icon added - updated doc files - some clean up's
---- Files affected: SPECS: qcomicbook.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/qcomicbook.spec diff -u SPECS/qcomicbook.spec:1.2 SPECS/qcomicbook.spec:1.3 --- SPECS/qcomicbook.spec:1.2 Sat Mar 8 22:08:08 2008 +++ SPECS/qcomicbook.spec Sat Mar 8 22:38:24 2008 @@ -1,20 +1,21 @@ # $Revision$, $Date$ -Summary: comic book viewer -Summary(pl.UTF-8): czytnik komiksów +Summary: A viewer for comic book archives (rar, cbr, cbz, zip, ace, cba, tar.gz, tar.bz2) +Summary(pl.UTF-8): czytnik komiksów (rar, cbr, cbz, zip, ace, cba, tar.gz, tar.bz2) Name: qcomicbook Version: 0.4.0 Release: 0.1 License: GPL v2 -Group: Development/Tools +Group: Amusements/Graphics Source0: http://linux.bydg.org/~yogin/qcomicbook/%{name}-%{version}.tar.gz # Source0-md5: a0ef74e5478d66e3538a362ec691999d +Source0: %{name}-desktop.patch URL: http://linux.bydg.org/~yogin/ -BuildRequires: Qt3Support-devel -BuildRequires: QtCore-devel -BuildRequires: QtGui-devel -BuildRequires: qt4-build -BuildRequires: qt4-linguist -BuildRequires: qt4-qmake +BuildRequires: Qt3Support-devel >= 4.2.0 +BuildRequires: QtCore-devel >= 4.2.0 +BuildRequires: QtGui-devel >= 4.2.0 +BuildRequires: qt4-build >= 4.2.0 +#BuildRequires: qt4-linguist >= 4.2.0 +BuildRequires: qt4-qmake >= 4.2.0 BuildRequires: rpmbuild(macros) >= 1.129 Suggests: tar Suggests: unace @@ -29,10 +30,14 @@ viewing, japanese mode, thumbnails view, page scaling, mouse or keyboard navigation etc. +QComicBook requires zip/unzip, rar/unrar, tar with gzip+bzip2 support and unace +to handle archives. + #%description -l pl.UTF-8 %prep %setup -q +%patch0 -p1 %build %configure @@ -40,13 +45,15 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_bindir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ -# kde_htmldir=%{_kdedocdir} \ -# kde_libs_htmldir=%{_kdedocdir} \ shelldesktopdir=%{_desktopdir} +cp -a fedora/%{name}.desktop $RPM_BUILD_ROOT%{_desktopdir} +cp -a fedora/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir} + #%find_lang %{name} --with-kde %clean @@ -55,13 +62,12 @@ #-f %{name}.lang %files %defattr(644,root,root,755) -%doc AUTHORS Changelog COPYING INSTALL NEWS README THANKS TODO +%doc AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO %attr(755,root,root) %{_bindir}/qcomicbook -#%{_datadir}/apps/kontrollerlab -#%{_datadir}/mimelnk/application/x-kontrollerlab.desktop -#%{_desktopdir}/kde/kontrollerlab.desktop -#%{_iconsdir}/*/*/apps/%{name}.png -#%{_iconsdir}/*/*/actions/dbg*.png +%{_datadir}/%{name} +%{_mandir}/man1/%{name}.1.gz +%{_desktopdir}/%{name}.desktop +%{_pixmapsdir}/%{name}.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -69,6 +75,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-03-08 21:38:24 cactus +- summary updated +- desktop file and icon added +- updated doc files +- some clean up's + Revision 1.2 2008-03-08 21:08:08 cactus - md5, NFY ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qcomicbook.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
