where to request package to be added to FE?

Peter Lemenkov petro at mail.ru
Wed Feb 8 16:08:18 UTC 2006


On Wed, 8 Feb 2006, Patrice Dumas wrote:

>> I'm curious about why FE doesn't include xCHM or gnochm. Both are

> I'm interested in packaging xCHM, however I would like to use the latest
> version which means wxGTK 2.6, and it is only in development, but I don't
> have a rawhide box. If nobody do it before, I'll certainly package it
> once FC-5 is released.

I packaged it already for myself, for Rawhide-box, so you may find it 
useful to look at the:

Summary: 	A GUI front-end to CHMlib
Name: 		xchm
Version: 	1.2
Release: 	1
License: 	GPL
Group: 		Applications/Publishing
Source: 	http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
URL: 		http://xchm.sourceforge.net/
BuildRequires: 	chmlib-devel
BuildRequires:	wxGTK-devel
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
xCHM is a wxWidgets-based .chm viewer. xCHM can show the contents tree if 
one is available, print the displayed page, change fonts faces and size, 
work with bookmarks, do the usual history stunts (forward, back, home), 
provide a searchable index and seach for text in the whole book. The 
search is a fast B-tree search, based on the internal $FIftiMain file 
found inside indexed .chm archives, and it can be customized to search in 
content or just the topics' titles.

%prep
%setup -q

%build
%configure --enable-optimize
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%makeinstall

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/xchm
%{_datadir}/pixmaps/*.xpm
%{_datadir}/locale/*/LC_MESSAGES/xchm.mo

%changelog
* Mon Dec 05 2005 Peter Lemenkov <lemenkov at newmail.ru> 1.2-1
- Version 1.2-1

* Mon Mar 21 2005 Nick Soracco <nick at deepgroove.org>
- Initial RPM release.  Complementing the faderbox.org package.

-- 
With best regards, Peter Lemenkov.





More information about the fedora-extras-list mailing list