]> git.pld-linux.org Git - packages/xchm.git/commitdiff
- updated to 1.18 auto/th/xchm-1_18-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Jan 2011 16:01:26 +0000 (16:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xchm.spec -> 1.70

xchm.spec

index 1a021f0ac93d2aba1f96ba713f51c4ea3d58914f..d5153df94f24d2c637e78ab82dd8a0a40be49ad6 100644 (file)
--- a/xchm.spec
+++ b/xchm.spec
@@ -1,25 +1,29 @@
 #
 # 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)
 
@@ -71,10 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.123933 seconds and 4 git commands to generate.