rpms/chmlib/devel chmlib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Thu Dec 15 15:16:11 UTC 2005


Author: peter

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

Modified Files:
	.cvsignore sources 
Added Files:
	chmlib.spec 
Log Message:
auto-import chmlib-0.37.4-1 on branch devel from chmlib-0.37.4-1.src.rpm


--- NEW FILE chmlib.spec ---
Name: 		chmlib
Summary: 	Library for dealing with ITSS/CHM format files
Version: 	0.37.4
Release: 	1
License: 	LGPL
Group: 		Development/Libraries
Url: 		http://66.93.236.84/~jedwin/projects/chmlib/
Source: 	http://66.93.236.84/~jedwin/projects/chmlib/%{name}-%{version}.tgz
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 
performance indexing into ITSS archives.

%package devel
Summary:	Library for dealing with ITSS/CHM format files - development files
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}

%description devel
Files needed for developing apps using chmlib.

%prep
%setup -q -n chmlib-0.37

%build
%configure --disable-static
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install
%{__rm} -f %{buildroot}/%{_libdir}/*.la

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

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

%files
%defattr(-,root,root,-)
%{_libdir}/libchm.so.*
%doc README AUTHORS COPYING NEWS

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/libchm.so

%changelog

* Sat Nov 12 2005 Peter Lemenkov <lemenkov at newmail.ru> 0.37.4-1
- Initial build for FC-Extras



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/chmlib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Dec 2005 15:13:19 -0000	1.1
+++ .cvsignore	15 Dec 2005 15:16:09 -0000	1.2
@@ -0,0 +1 @@
+chmlib-0.37.4.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/chmlib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Dec 2005 15:13:19 -0000	1.1
+++ sources	15 Dec 2005 15:16:09 -0000	1.2
@@ -0,0 +1 @@
+458c14c7a38c441263e6984924a05b24  chmlib-0.37.4.tgz




More information about the fedora-extras-commits mailing list