Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37511873
en ru br
Репозитории ALT
5.1: 5.2.14.20100721-alt0.M51.1
4.1: 5.2.5-alt1
4.0: 5.2.2-alt1
www.altlinux.org/Changes

Группа :: Система/Серверы
Пакет: php5-zip

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

%define php5_extension zip

Name: php5-%php5_extension
Version: %php5_version
Release: %php5_release
Summary: ZIP functions
Group: System/Servers
License: PHP Licence

Source1: php5-%php5_extension.ini
Source2: php5-%php5_extension-params.sh

Prereq: php5-libs >= %php5_version-%php5_release

BuildRequires(pre): rpm-build-php5

# Automatically added by buildreq on Mon Jun 26 2006

BuildRequires: zziplib-devel
BuildRequires: php5-devel = %php5_version

%description
This module enables you to transparently read ZIP compressed archives and the files inside them.

%prep
%setup -T -c
cp -pr %php5_extsrcdir/%php5_extension/* .

%build
phpize

BUILD_HAVE=`echo %php5_extension | tr '[:lower:]-' '[:upper:]_'`
export LDFLAGS="-lphp-%_php5_version" ### Stupid PHP not understand LDLIBS
%add_optflags -fPIC -L%_libdir
%configure --with-%php5_extension
%php5_make

%install
%php5_make_install
install -D -m 644 %SOURCE1 %buildroot/%php5_extconf/%php5_extension/config
install -D -m 644 %SOURCE2 %buildroot/%php5_extconf/%php5_extension/params

%files
%php5_extconf/%php5_extension
%php5_extdir/*
%doc CREDITS

%post
%php5_extension_postin

%preun
%php5_extension_preun

%changelog

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

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