Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37593135
en ru br
ALT Linux repos
5.0: 20050707-alt1
4.1: 20050707-alt1
4.0: 20050707-alt1
3.0: 20050707-alt1

Group :: Development/C
RPM: diet-bzlib

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# -*- rpm-spec -*-
# $Id: diet-bzlib.spec,v 1.1.2.5 2005/07/07 19:18:04 mouse Exp $

%define snapshot 20050707
%define diethome %_prefix/lib/dietlibc

Name: diet-bzlib
Version: 20050707
Release: alt1

Summary: A bzlib compression library
License: BSD
Group: Development/C
Url: http://sources.redhat.com/bzip2/

Source0: %name-%snapshot.tar.bz2

BuildRequires: dietlibc

%description
The bzip2 compression library provides in-memory compression and
decompression functions, including integrity checks of the uncompressed
data.  The bzip2 library is used by many different system programs.

This package was built against dietlibc.

%prep
%setup -qc

%build
%__make

%install
for s in obj-*; do
   d=`echo $s | sed 's,obj-,lib-,'`
   %__mkdir_p %buildroot%diethome/$d
   %__install -p -m644 $s/libbz2.a %buildroot%diethome/$d/
done
%__mkdir_p %buildroot%diethome/include
%__install -p -m0644 bzlib.h %buildroot%diethome/include

%files
%diethome/lib-*/libbz2.a
%diethome/include/bzlib.h

%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