From 4378ab4885d8a615d39b087900294783aec0738d0dadc7d4edfb701c74a35c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 4 Dec 2017 22:49:00 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xchm?expand=0&rev=8 --- xchm-1.23+git568.tar.xz | 3 +++ xchm-1.23.tar.xz | 3 --- xchm.changes | 6 ++++++ xchm.spec | 13 ++++++++----- 4 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 xchm-1.23+git568.tar.xz delete mode 100644 xchm-1.23.tar.xz diff --git a/xchm-1.23+git568.tar.xz b/xchm-1.23+git568.tar.xz new file mode 100644 index 0000000..9972ce5 --- /dev/null +++ b/xchm-1.23+git568.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57792dd8bed82f034f4f62d09745785218000a5a77b7e22ffd04e274632055a +size 342116 diff --git a/xchm-1.23.tar.xz b/xchm-1.23.tar.xz deleted file mode 100644 index 0bc7f7d..0000000 --- a/xchm-1.23.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cabb2cee28afe40e3bfe6490c330703e1f47ac5e73edff64f819414289b7dfe -size 341552 diff --git a/xchm.changes b/xchm.changes index f870cc5..a6f5ede 100644 --- a/xchm.changes +++ b/xchm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 7 00:56:45 UTC 2014 - jengelh@inai.de + +- Update to git snapshot 1.23+git568 to enable switching to + wxWidgets 3 + ------------------------------------------------------------------- Sun Sep 1 08:56:03 UTC 2013 - jengelh@inai.de diff --git a/xchm.spec b/xchm.spec index fc246fd..f325ec2 100644 --- a/xchm.spec +++ b/xchm.spec @@ -1,7 +1,7 @@ # # spec file for package xchm # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,21 @@ Name: xchm -Version: 1.23 +Version: 1.23+git568 Release: 0 Summary: A wxWidgets CHM document viewer License: GPL-2.0+ Group: Productivity/Graphics/Viewers Url: http://xchm.sf.net/ -#Freecode-URL: http://freecode.com/projects/xchm/ #Git-Clone: git://git.code.sf.net/p/xchm/code +#Snapshot: e8f2dcc83412ca0d6074fbc82689d495f300a883 #DL-URL: http://downloads.sf.net/xchm/xchm-1.23.tar.gz Source: %name-%version.tar.xz +BuildRequires: automake BuildRequires: chmlib-devel BuildRequires: gcc-c++ -BuildRequires: wxWidgets-devel >= 2.8 +BuildRequires: wxWidgets-devel >= 3.0 BuildRequires: xz %description @@ -45,6 +46,7 @@ skins makes xCHM theme-friendly. %setup %build +autoreconf -fi %configure make %{?_smp_mflags} @@ -55,7 +57,8 @@ make install DESTDIR="%buildroot" %files -f xchm.lang %defattr(-,root,root) %_bindir/xchm -%_datadir/pixmaps/xchm* +%_datadir/pixmaps/*.xpm +%_datadir/pixmaps/*.png %doc COPYING %changelog