Author: qboosh Date: Fri Jan 14 16:01:31 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.18
---- Files affected: packages/xchm: xchm.spec (1.69 -> 1.70) ---- Diffs: ================================================================ Index: packages/xchm/xchm.spec diff -u packages/xchm/xchm.spec:1.69 packages/xchm/xchm.spec:1.70 --- packages/xchm/xchm.spec:1.69 Wed May 27 20:59:20 2009 +++ packages/xchm/xchm.spec Fri Jan 14 17:01:26 2011 @@ -1,26 +1,30 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_with xmlrpc # Enable XmlRpc functionality +%bcond_with xmlrpc # enable XmlRpc functionality %bcond_without unicode # unicode version of wxGTK2 # Summary: CHM viewer for UNIX Summary(pl.UTF-8): Przeglądarka CHM dla Uniksów Name: xchm -Version: 1.17 +Version: 1.18 Release: 1 -License: GPL +License: GPL v2+ Group: X11/Applications -Source0: http://dl.sourceforge.net/xchm/%{name}-%{version}.tar.gz -# Source0-md5: 4f34bc046fcc59f1af590d8eb1e08934 +Source0: http://downloads.sourceforge.net/xchm/%{name}-%{version}.tar.gz +# Source0-md5: 07d7a910b3216301a002be5630c71866 Source1: %{name}.desktop URL: http://xchm.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: chmlib-devel BuildRequires: gettext-devel >= 0.14.3 -BuildRequires: wxGTK2-%{?with_unicode:unicode-}devel >= 2.6.0 -%{?with_xmlrpc:BuildRequires: xmlrpc++-devel} +BuildRequires: wxGTK2-%{?with_unicode:unicode-}devel >= 2.8.0 +%if %{with xmlrpc} +# for configure check +BuildRequires: openssl-devel +BuildRequires: xmlrpc++-devel +%endif Requires(post,postun): desktop-file-utils BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -72,13 +76,10 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS ChangeLog README -%if %{with xmlrpc} -%doc README.xmlrpc -%endif +%doc AUTHORS ChangeLog README %{?with_xmlrpc:README.xmlrpc} %attr(755,root,root) %{_bindir}/xchm %{_desktopdir}/xchm.desktop -%{_pixmapsdir}/*.xpm +%{_pixmapsdir}/xchm*.xpm %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -86,6 +87,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.70 2011/01/14 16:01:26 qboosh +- updated to 1.18 + Revision 1.69 2009/05/27 18:59:20 adamg - updated to 1.17 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xchm/xchm.spec?r1=1.69&r2=1.70&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
