Author: lisu Date: Tue Dec 1 13:46:09 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.5.0 - cmake build system (replaces autoconf/automake) - include to docs only needed files
---- Files affected: packages/qcomicbook: qcomicbook.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: packages/qcomicbook/qcomicbook.spec diff -u packages/qcomicbook/qcomicbook.spec:1.11 packages/qcomicbook/qcomicbook.spec:1.12 --- packages/qcomicbook/qcomicbook.spec:1.11 Tue Sep 22 13:35:30 2009 +++ packages/qcomicbook/qcomicbook.spec Tue Dec 1 14:46:04 2009 @@ -2,19 +2,20 @@ # # Remember : adapter will cut Summary and broke this spec file 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) +Summary(pl.UTF-8): Czytnik komiksów (rar, cbr, cbz, zip, ace, cba, tar.gz, tar.bz2) Name: qcomicbook -Version: 0.4.4 +Version: 0.5.0 Release: 1 License: GPL v2+ Group: X11/Amusements Source0: http://linux.bydg.org/~yogin/qcomicbook/%{name}-%{version}.tar.gz -# Source0-md5: 461ffcda36df1d4d32abb0ee074510cb +# Source0-md5: 590f981df476195f1cd71a16c0fff5e6 Patch0: %{name}-desktop.patch URL: http://linux.bydg.org/~yogin/ BuildRequires: Qt3Support-devel >= 4.3.0 BuildRequires: QtCore-devel >= 4.3.0 BuildRequires: QtGui-devel >= 4.3.0 +BuildRequires: cmake BuildRequires: qt4-build >= 4.3.0 BuildRequires: qt4-qmake >= 4.3.0 BuildRequires: rpmbuild(macros) >= 1.129 @@ -49,7 +50,9 @@ %patch0 -p1 %build -%configure +%cmake . \ + -DCMAKE_INSTALL_PREFIX="%{_prefix}" \ + -DCMAKE_BUILD_TYPE=Release %{__make} %install @@ -71,9 +74,8 @@ #-f %{name}.lang %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO +%doc AUTHORS ChangeLog README THANKS TODO %attr(755,root,root) %{_bindir}/qcomicbook -%{_datadir}/%{name} %{_mandir}/man1/%{name}.1* %{_desktopdir}/%{name}.desktop %{_pixmapsdir}/%{name}.png @@ -84,6 +86,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2009/12/01 13:46:04 lisu +- updated to 0.5.0 +- cmake build system (replaces autoconf/automake) +- include to docs only needed files + Revision 1.11 2009/09/22 11:35:30 lisu - up to 0.4.4 - requires qt packages 4.3.0 or higher ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qcomicbook/qcomicbook.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
