Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37896918
en ru br
ALT Linux repositórios
S:0.40-alt7
5.0: 0.39-alt3
4.1: 0.39-alt1
4.0: 0.39-alt1
3.0: 0.35-alt2

Group :: Sistema/Bibliotecas
RPM: libchm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: libchm
Version: 0.35
Release: alt2

Summary: chmlib is a small library designed for accessing MS ITSS files
License: LGPL
Group: System/Libraries
Url: http://66.93.236.84/~jedwin/projects/
Packager: Andrey Semenov <mitrofan at altlinux.ru>

Source: chmlib-%version.tgz

# Automatically added by buildreq on Sat May 08 2004

BuildRequires: gcc-c++ gcc-g77 libstdc++-devel

%description
chmlib is a small library designed for accessing MS ITSS files.  The ITSS file
format is used for Microsoft Html Help files (.chm), which have been the
predominant medium for software documentation from Microsoft during the past
several years, having superceded the previously used .hlp file format.
Note that this is NOT the same as the OLE structured storage file format used
by MS Excel, Word, and so on.  Instead, it is a different file format which
fulfills a similar purpose.  Both file formats may be accessed via instances
of the IStorage COM interface, which is essentially an "acts like a
filesystem" interface.

%package -n %name-devel
Summary: Development files for libchm
Group: Development/C
PreReq: %name = %version-%release
License: GPL

%description -n %name-devel
This package contains development files required for packaging
libchm-based software.

%package -n %name-devel-static
Summary: Static libraries for libchm
Group: Development/C
PreReq: %name-devel = %version-%release
License: GPL

%description -n %name-devel-static
This package contains development libraries required for packaging
statically linked libchm-based software.

%prep
%setup -q -n chmlib-%version

%build
%configure
%make_build

%install
%__mkdir_p %buildroot%_libdir
%__mkdir_p %buildroot%_includedir
make INSTALLPREFIX=%buildroot/usr install

%post -n %name -p %post_ldconfig

%postun -n %name -p %postun_ldconfig

%files -n %name
%_libdir/%name.so.*

%files -n %name-devel
%_includedir/*
%_libdir/*.so

%files -n %name-devel-static
%_libdir/*.a

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009