Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37405022
en ru br
Репозитории ALT
S:1.9.2-alt1
5.1: 0.9-alt2
4.1: 0.9-alt1.M41.1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libzip

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

%define _optlevel 3

Name: libzip
Version: 0.9
Release: alt2
Summary: C library for reading, creating, and modifying zip archives

Group: System/Libraries
License: BSD
Url: http://www.nih.at/libzip/index.html

Source0: http://www.nih.at/libzip/%name-%version.tar.bz2
Source1: libzip.map
Patch1: libzip-0.9-alt-versioning.patch

BuildRequires: gcc-c++ zlib-devel

%description
libzip is a C library for reading, creating, and modifying zip archives. Files
can be added from data buffers, files, or compressed data copied directly from
other zip archives. Changes made without closing the archive can be reverted.
The API is documented by man pages.

%package devel
Summary: Development files for %name
Group: Development/C
Requires: %name = %version-%release

%description devel
The %name-devel package contains libraries and header files for
developing applications that use %name.


%prep
%setup -q
install %SOURCE1 lib/libzip.map
%patch1 -p1
autoreconf -fisv


%build
%configure \
   --disable-static \
   --enable-shared \
   --includedir=%_includedir/%name

%make_build


%install
%make DESTDIR=%buildroot install


%post
%post_ldconfig
%postun
%postun_ldconfig


%files
%doc AUTHORS NEWS README THANKS TODO
%_bindir/*
%_libdir/*.so.*
%_man1dir/*zip*

%files devel
%_libdir/*.so
%_libdir/pkgconfig/*.pc
%_includedir/%name/
%_man3dir/*zip*

%changelog

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

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