Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37758271
en ru br
Репозитории ALT
S:1.4.3-alt1_1
5.1: 0.6-alt1
4.1: 0.5-alt3
4.0: 0.5-alt1
3.0: 0.5-alt1
www.altlinux.org/Changes

Группа :: Архивирование/Сжатие
Пакет: libunshield

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define origname unshield

Name: lib%origname
Version: 0.5
Release: alt3
Summary: A program to extract InstallShield cabinet files
License: MIT
Group: Archiving/Compression
Url: http://synce.sourceforge.net
Source: %origname-%version.tar.gz
Patch: %origname-%version-openssl.patch
Patch1: unshield-svn20071207.patch
Packager: Mobile Development Team <mobile at packages.altlinux.org>

# Automatically added by buildreq on Fri Oct 12 2007

BuildRequires: gcc-c++ libssl-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
##%patch -p1
%patch1 -p1

%build
sh bootstrap
%configure
%make

%install
%makeinstall

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

%files devel
%_includedir/libunshield.h
%_libdir/libunshield.so
%_libdir/pkgconfig/*.pc

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

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin