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