automatic version update by autodist [release 0.620-1mamba;Mon Mar 09 2015]

This commit is contained in:
Automatic Build System 2024-01-06 06:29:10 +01:00
parent 71b4b17cb1
commit 5c65a16987
2 changed files with 34 additions and 30 deletions

View File

@ -1,8 +1,4 @@
# lrzip # lrzip
lrzip is a compression program optimised for large files. The larger the file lrzip is a compression program optimised 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).
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).

View File

@ -1,5 +1,5 @@
Name: lrzip Name: lrzip
Version: 0.616 Version: 0.620
Release: 1mamba Release: 1mamba
Summary: is a compression program optimised for large files Summary: is a compression program optimised for large files
Group: Applications/Archiving Group: Applications/Archiving
@ -12,14 +12,27 @@ License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 lrzip' to get the list of build requirements. ## note: run 'autospec -u -a6 lrzip' to get the list of build requirements.
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
lrzip is a compression program optimised for large files. The larger the file lrzip is a compression program optimised 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).
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 %package -n lib%{name}
be chosen to be either size (much smaller than bzip2) or speed (much faster Group: System/Libraries
than bzip2). Summary: Shared libraries for %{name}
%description -n lib%{name}
This package contains shared libraries for %{name}.
%package -n lib%{name}-devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package %debug_package
@ -44,32 +57,27 @@ than bzip2).
%{_bindir}/lrzip %{_bindir}/lrzip
%{_bindir}/lrztar %{_bindir}/lrztar
%{_bindir}/lrzuntar %{_bindir}/lrzuntar
%{_mandir}/man*/*.gz
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/liblrzip.so.*
%doc AUTHORS COPYING
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_includedir}/Lrzip.h %{_includedir}/Lrzip.h
%{_libdir}/liblrzip.a %{_libdir}/liblrzip.a
%{_libdir}/liblrzip.la %{_libdir}/liblrzip.la
%{_libdir}/liblrzip.so %{_libdir}/liblrzip.so
%{_libdir}/liblrzip.so.0
%{_libdir}/liblrzip.so.0.0.0
%{_libdir}/pkgconfig/lrzip.pc %{_libdir}/pkgconfig/lrzip.pc
%{_docdir}/lrzip/AUTHORS %dir %{_docdir}/lrzip
%{_docdir}/lrzip/BUGS %{_docdir}/lrzip/*
%{_docdir}/lrzip/COPYING
%{_docdir}/lrzip/ChangeLog
%{_docdir}/lrzip/README
%{_docdir}/lrzip/README-NOT-BACKWARD-COMPATIBLE
%{_docdir}/lrzip/README.Assembler
%{_docdir}/lrzip/README.benchmarks
%{_docdir}/lrzip/TODO
%{_docdir}/lrzip/WHATS-NEW
%{_docdir}/lrzip/lrzip.conf.example
%{_docdir}/lrzip/*.txt
%{_docdir}/lrzip/lzma/*.txt
%{_docdir}/lrzip/lzma/README
%{_docdir}/lrzip/lzma/README-Alloc
%{_mandir}/man*/*.gz
%doc AUTHORS COPYING
%changelog %changelog
* Mon Mar 09 2015 Automatic Build System <autodist@mambasoft.it> 0.620-1mamba
- automatic version update by autodist
* Mon Sep 09 2013 Automatic Build System <autodist@mambasoft.it> 0.616-1mamba * Mon Sep 09 2013 Automatic Build System <autodist@mambasoft.it> 0.616-1mamba
- automatic version update by autodist - automatic version update by autodist