rpms/chmlib/devel chmlib.spec, 1.15, 1.16 chmlib-0.39-axp.patch, 1.1, NONE

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Sat Mar 29 11:35:53 UTC 2008


Author: peter

Update of /cvs/extras/rpms/chmlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27249/devel

Modified Files:
	chmlib.spec 
Removed Files:
	chmlib-0.39-axp.patch 
Log Message:
Enable utilities (fix BZ#437151)


Index: chmlib.spec
===================================================================
RCS file: /cvs/extras/rpms/chmlib/devel/chmlib.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- chmlib.spec	9 Feb 2008 15:37:14 -0000	1.15
+++ chmlib.spec	29 Mar 2008 11:35:16 -0000	1.16
@@ -1,19 +1,19 @@
-Name: 		chmlib
-Summary: 	Library for dealing with ITSS/CHM format files
-Version: 	0.39
-Release: 	6%{?dist}
-License: 	LGPLv2+
-Group: 		Development/Libraries
-Url: 		http://www.jedrea.com/chmlib/
-Source: 	http://www.jedrea.com/chmlib/%{name}-%{version}.tar.bz2
+Name:		chmlib
+Summary:	Library for dealing with ITSS/CHM format files
+Version:	0.39
+Release:	7%{?dist}
+License:	LGPLv2+
+Group:		Development/Libraries
+Url:		http://www.jedrea.com/chmlib/
+Source:		http://www.jedrea.com/chmlib/%{name}-%{version}.tar.bz2
 Patch0:		chmlib-chm_lib-fix_for_multiarch.diff
-Buildroot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
-CHMLIB is a library for dealing with ITSS/CHM format files. Right now, it is 
-a very simple library, but sufficient for dealing with all of the .chm files 
-I've come across. Due to the fairly well-designed indexing built into this 
-particular file format, even a small library is able to gain reasonably good 
+CHMLIB is a library for dealing with ITSS/CHM format files. Right now, it is
+a very simple library, but sufficient for dealing with all of the .chm files
+I've come across. Due to the fairly well-designed indexing built into this
+particular file format, even a small library is able to gain reasonably good
 performance indexing into ITSS archives.
 
 %package devel
@@ -25,11 +25,11 @@
 Files needed for developing apps using chmlib.
 
 %prep
-%setup -q 
+%setup -q
 %patch0 -p0
 
 %build
-%configure --disable-static
+%configure --enable-examples --disable-static
 %{__make} %{?_smp_mflags}
 
 %install
@@ -46,6 +46,11 @@
 
 %files
 %defattr(-,root,root,-)
+%{_bindir}/chm_http
+%{_bindir}/enum_chmLib
+%{_bindir}/enumdir_chmLib
+%{_bindir}/extract_chmLib
+%{_bindir}/test_chmLib
 %{_libdir}/libchm.so.*
 %doc README AUTHORS COPYING NEWS
 
@@ -55,6 +60,8 @@
 %{_libdir}/libchm.so
 
 %changelog
+* Sat Mar 29 2008  Peter Lemenkov <lemenkov at gmail.com> 0.39-7
+- Enable utilities (close BZ#437151)
 
 * Sat Feb  9 2008 Peter Lemenkov <lemenkov at gmail.com> 0.39-6
 - Rebuild for GCC 4.3


--- chmlib-0.39-axp.patch DELETED ---




More information about the fedora-extras-commits mailing list