SHA256
1
0
forked from pool/xchm
Ondřej Súkup 2017-12-04 22:49:00 +00:00 committed by Git OBS Bridge
parent a87b7a5481
commit 4378ab4885
4 changed files with 17 additions and 8 deletions

3
xchm-1.23+git568.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d57792dd8bed82f034f4f62d09745785218000a5a77b7e22ffd04e274632055a
size 342116

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cabb2cee28afe40e3bfe6490c330703e1f47ac5e73edff64f819414289b7dfe
size 341552

View File

@ -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

View File

@ -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