Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37496405
en ru br
ALT Linux repos
S:1.4.3-alt1_1
5.0: 0.5.1-alt1
4.1: 0.5-alt3
4.0: 0.5-alt1
3.0: 0.5-alt1

Group :: Archiving/Compression
RPM: libunshield

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define origname unshield

Name: lib%origname
Version: 0.5
Release: alt1

Summary: A program to extract InstallShield cabinet files
License: MIT
Group: Archiving/Compression

Url: http://synce.sourceforge.net
Source: %origname-%version.tar.gz
Packager: SynCE Development Team <synce at packages.altlinux.org>

# Automatically added by buildreq on Fri Sep 03 2004

BuildRequires: gcc-c++ hostinfo libstdc++-devel zlib-devel

%description
Cabinet (.CAB) files are a form of archive, which is used by
the InstallShield installer software. The unshield program
simply unpacks such files.

See http://synce.sourceforge.net for more information.

%package devel
Summary: Headers for library to extract InstallShield cabinet files
Group: Development/C
Requires: %name = %version
Requires: zlib-devel

%description devel
Cabinet (.CAB) files are a form of archive, which is used by
the InstallShield installer software. The unshield program
simply unpacks such files.

See http://synce.sourceforge.net for more information.

%if_enabled static
%package devel-static
Summary: Static library to extract InstallShield cabinet files Compression Library
Group: Development/C
Requires: %name-devel = %version

%description devel-static
See http://synce.sourceforge.net for more information.
%endif

%prep
%setup -q -n %origname-%version

%build
%configure
%make

%install
%makeinstall

%files
%doc README LICENSE
%_bindir/unshield
%_libdir/libunshield.so.*

%files devel
%_includedir/libunshield.h
%_libdir/libunshield.so
%_datadir/aclocal/*

%if_enabled static
%files devel-static
%_libdir/libunshield.a
%_libdir/libunshield.la
%endif

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin