rebuilt [release 1.23-2mamba;Tue Aug 23 2016]
This commit is contained in:
parent
fac8e1d402
commit
eb840227ea
11
README.md
11
README.md
@ -1,11 +1,6 @@
|
||||
# xchm
|
||||
|
||||
xCHM is a cross-platform GUI front-end to chmlib, with borrowed bits from Pabs'
|
||||
chmdeco project.
|
||||
Originally written for UNIX systems (Linux, *BSD, Solaris), xCHM has been since
|
||||
ported to Mac OS X and Windows.
|
||||
|
||||
xCHM can show the content tree if one is available, print pages, change font
|
||||
face and size, remember bookmarks, display a searchable index, and search for
|
||||
words in the current page and the whole book.
|
||||
xCHM is a cross-platform GUI front-end to chmlib, with borrowed bits from Pabs' chmdeco project.
|
||||
Originally written for UNIX systems (Linux, *BSD, Solaris), xCHM has been since ported to Mac OS X and Windows.
|
||||
xCHM can show the content tree if one is available, print pages, change font face and size, remember bookmarks, display a searchable index, and search for words in the current page and the whole book.
|
||||
|
||||
|
36
xchm.spec
36
xchm.spec
@ -1,34 +1,38 @@
|
||||
Name: xchm
|
||||
Epoch: 2
|
||||
Version: 1.23
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A cross-platform CHM viewer
|
||||
Group: Applications/Publishing
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Alessandro Ramazzina <alessandro.ramazzina@qilinux.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://xchm.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/xchm/xchm-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libchm-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libwxBase-unicode-devel
|
||||
BuildRequires: libwxGTK-unicode-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libchm-devel >= 0.37.4
|
||||
BuildRequires: libwxBase2.8-unicode-devel >= 2.8.0
|
||||
BuildRequires: libwxGTK2.8-unicode-devel >= 2.8.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
xCHM is a cross-platform GUI front-end to chmlib, with borrowed bits from Pabs'
|
||||
chmdeco project.
|
||||
Originally written for UNIX systems (Linux, *BSD, Solaris), xCHM has been since
|
||||
ported to Mac OS X and Windows.
|
||||
|
||||
xCHM can show the content tree if one is available, print pages, change font
|
||||
face and size, remember bookmarks, display a searchable index, and search for
|
||||
words in the current page and the whole book.
|
||||
xCHM is a cross-platform GUI front-end to chmlib, with borrowed bits from Pabs' chmdeco project.
|
||||
Originally written for UNIX systems (Linux, *BSD, Solaris), xCHM has been since ported to Mac OS X and Windows.
|
||||
xCHM can show the content tree if one is available, print pages, change font face and size, remember bookmarks, display a searchable index, and search for words in the current page and the whole book.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure \
|
||||
--with-wx-config=wx-config-unicode
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -62,9 +66,13 @@ EOF
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%doc AUTHORS COPYING ChangeLog README README.xmlrpc
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog README README.xmlrpc
|
||||
|
||||
%changelog
|
||||
* Tue Aug 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23-2mamba
|
||||
- rebuilt
|
||||
|
||||
* Mon Sep 02 2013 Automatic Build System <autodist@mambasoft.it> 1.23-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user