Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > afad9b1ae188ce627a93ef47c1abea4b > files > 2

liblzf-2.0-2mdv2008.0.src.rpm

%define rname lzf
%define name lib%{rname}
%define version 2.0
%define release %mkrel 2

%define common_description LZF is an extremely fast (not that much slower than a pure memcpy) \
compression algorithm. It is ideal for applications where you want to \
save *some* space but not at the cost of speed. It is ideal for \
repetitive data as well. The module is self-contained and very small.

Summary: Very small data compression library
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: BSD
Group: System/Libraries
Url: http://liblzf.plan9.de/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
%{common_description}

%package -n %{rname}
Summary: Tools for the %{rname} compression library
Group: Archiving/Compression

%description -n	%{rname}
%{common_description}

This package contains tools for the %{rname} library.

%package -n %{name}-devel
Summary: Development tools for the %{rname} compression library
Group: Development/C
Provides: %{rname}-devel

%description -n	%{name}-devel
%{common_description}

This package contains the header files and libraries needed for
developing programs using the %{rname} library.

%prep
%setup -q
%configure2_5x

%build
%make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files -n %{rname}
%defattr(-,root,root)
%{_bindir}/%{rname}

%files -n %{name}-devel
%defattr(-,root,root)
%{_includedir}/%{rname}.h
%{_libdir}/%{name}.a


%changelog
* Fri Aug 31 2007 Oden Eriksson <oeriksson@mandriva.com> 2.0-2mdv2008.0
+ Revision: 76772
- rebuild


* Sat Mar 10 2007 Olivier Blin <oblin@mandriva.com> 2.0-1mdv2007.1
+ Revision: 140476
- initial release
- Create liblzf