automatic version update by autodist [release 5.2.5-1mamba;Sun Mar 29 2020]

This commit is contained in:
Automatic Build System 2024-01-05 19:58:58 +01:00
parent bf1b3695d6
commit 23cd826be1

20
xz.spec
View File

@ -1,5 +1,5 @@
Name: xz
Version: 5.2.4
Version: 5.2.5
Release: 1mamba
Summary: Utilities for the .xz and .lzma formats
Group: Applications/Archiving
@ -73,7 +73,8 @@ This package contains static libraries and header files need for development.
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%find_lang %{name} --all-name --with-man
%post -n liblzma -p /sbin/ldconfig
%postun -n liblzma -p /sbin/ldconfig
@ -87,16 +88,15 @@ This package contains static libraries and header files need for development.
%{_bindir}/unlzma
%{_bindir}/unxz
%{_bindir}/xz*
%{_mandir}/man1/lz*.1.gz
%{_mandir}/man1/unlzma.1.gz
%{_mandir}/man1/unxz.1.gz
%{_mandir}/man1/xz*.1.gz
%doc AUTHORS ChangeLog README THANKS
%{_mandir}/man1/lz*.1*
%{_mandir}/man1/unlzma.1*
%{_mandir}/man1/unxz.1*
%{_mandir}/man1/xz*.1*
%files -n liblzma
%defattr(-,root,root)
%{_libdir}/liblzma.so.*
%doc COPYING
%doc AUTHORS COPYING
%files -n liblzma-devel
%defattr(-,root,root)
@ -108,8 +108,12 @@ This package contains static libraries and header files need for development.
%{_libdir}/liblzma.so
%{_docdir}/xz/*
%{_libdir}/pkgconfig/*.pc
%doc ChangeLog README THANKS
%changelog
* Sun Mar 29 2020 Automatic Build System <autodist@mambasoft.it> 5.2.5-1mamba
- automatic version update by autodist
* Thu May 03 2018 Automatic Build System <autodist@mambasoft.it> 5.2.4-1mamba
- automatic version update by autodist