Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > 89f1aafa2167993322b94e4620d0942d > files > 2

lrzip-0.614-1.src.rpm

%define major		0
%define libname		%mklibname lrzip %{major}
%define develname	%mklibname lrzip -d

Name:		lrzip
Summary:	Long Range ZIP or Lzma RZIP
Version:	0.614
Release:	1
License:	GPLv2+
Group:		Archiving/Compression
URL:		http://ck.kolivas.org/apps/lrzip/
Source0:	http://ck.kolivas.org/apps/lrzip/%{name}-%{version}.tar.bz2
BuildRequires:	liblzo2-devel
BuildRequires:	bzip2-devel
BuildRequires:	zlib-devel
Requires:	tar

%description
This is a compression program optimized for large files. The larger the file
and the more memory you have, the better the compression advantage this will
provide, especially once the files are larger than 100MB. The advantage can
be chosen to be either size (much smaller than bzip2) or speed (much faster
than bzip2).

%files
%{_bindir}/lr*
%doc %{_docdir}/%{name}
%{_mandir}/man?/*.*

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	lrzip shared library
Group:		System/Libraries

%description -n %{libname}
This package contains lrzip shared library.

%files -n %{libname}
%{_libdir}/liblrzip.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{develname}
Summary:	lrzip shared library
Group:		Development/C

%description -n %{develname}
This package contains dfevelopment files for lrzip library.

%files -n %{develname}
%{_includedir}/*.h
%{_libdir}/liblrzip.so
%{_libdir}/pkgconfig/lrzip.pc

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%configure --disable-static
%make

%check
make check

%install
%makeinstall_std
%__rm -rf %{buildroot}/%{_libdir}/*.la


%changelog
* Mon Jul 23 2012 Dmitry Mikhirev <dmikhirev@mandriva.org> 0.614-1
+ Revision: 810632
- update to 0.614

* Tue Jul 10 2012 Dmitry Mikhirev <dmikhirev@mandriva.org> 0.613-1
+ Revision: 808731
- version 0.613

* Mon Mar 19 2012 Dmitry Mikhirev <dmikhirev@mandriva.org> 0.612-1
+ Revision: 785575
- new version 0.612

* Tue Mar 13 2012 Dmitry Mikhirev <dmikhirev@mandriva.org> 0.611-1
+ Revision: 784613
- imported package lrzip