Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1489998
 поиск   регистрация   авторизация 
 
Группа :: Архивирование/Сжатие
Пакет: unzip

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

Name: unzip
%define vers_major 5
%define vers_minor 52
Version: %vers_major.%vers_minor
Release: alt0.M24.1

Summary: An utility for unpacking zip archives
Summary(ru_RU.KOI8-R): Программа для распаковки zip-архивов
License: distributable
Group: Archiving/Compression
Url: http://www.info-zip.org/pub/infozip/UnZip.html

Source: ftp://ftp.info-zip.org/pub/infozip/%name%vers_major%vers_minor.tar.bz2
Patch1: %name-5.50-alt-makefile.patch
Patch2: %name-5.50-alt-ddottrav.patch
Patch3: %name-5.52-alt-iconv-v1.1.patch

%description
The unzip utility is used to list, test, or extract files from a zip
archive.  Zip archives are commonly found on MS-DOS systems.  The zip
utility, included in the zip package, creates zip archives.  Zip and
unzip are both compatible with archives created by PKWARE(R)'s PKZIP
for MS-DOS, but the programs' options and default behaviors do differ
in some respects.

Install the unzip package if you need to list, test or extract files
from a zip archive.

%prep
%setup -q
%patch1 -p1
#%patch2 -p1
%patch3 -p1
%__ln_s unix/Makefile .

%build
make linux_noasm LF2=

%install
%__mkdir_p $RPM_BUILD_ROOT{%_bindir,%_man1dir}

install -p -m755 %name f%name %{name}sfx unix/zipgrep \
$RPM_BUILD_ROOT%_bindir
install -p -m644 man/*.1 $RPM_BUILD_ROOT%_man1dir/
%__ln_s %name $RPM_BUILD_ROOT%_bindir/zipinfo

%files
%_bindir/*
%_mandir/man?/*
%doc BUGS LICENSE History.* README ToDo WHERE proginfo

%changelog

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

 
design & coding: Vladimir Lettiev aka crux © 2004-2005