automatic version update by autodist [release 2.7.12-1mamba;Sun Sep 10 2023]

This commit is contained in:
Automatic Build System 2024-01-05 21:38:18 +01:00
parent 59274f224d
commit f5e83d4368

View File

@ -1,7 +1,7 @@
%define libname lib%{name} %define libname lib%{name}
Name: dar Name: dar
Version: 2.7.10 Version: 2.7.12
Release: 1mamba Release: 1mamba
Summary: A shell command that backs up directory trees and files Summary: A shell command that backs up directory trees and files
Group: Applications/Archiving Group: Applications/Archiving
@ -66,7 +66,10 @@ This package contains static libraries and header files needed for development.
%setup -q %setup -q
%build %build
%configure %configure \
--disable-dar-static \
--disable-static
%make %make
%install %install
@ -88,7 +91,7 @@ mv %{buildroot}%{_libdir}/python3/dist-packages/* %{buildroot}%{pyhton3_sitearch
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/darrc %config(noreplace) %{_sysconfdir}/darrc
%{_bindir}/* %{_bindir}/dar*
%{_datadir}/%{name} %{_datadir}/%{name}
%{_mandir}/man1/* %{_mandir}/man1/*
@ -102,12 +105,14 @@ mv %{buildroot}%{_libdir}/python3/dist-packages/* %{buildroot}%{pyhton3_sitearch
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_includedir}/%{name} %dir %{_includedir}/%{name}
%{_includedir}/%{name}/* %{_includedir}/%{name}/*
%{_libdir}/libdar*.a
%{_libdir}/libdar*.so %{_libdir}/libdar*.so
%{_libdir}/pkgconfig/%{libname}*.pc %{_libdir}/pkgconfig/%{libname}*.pc
%doc ChangeLog NEWS README THANKS TODO %doc ChangeLog NEWS README THANKS TODO
%changelog %changelog
* Sun Sep 10 2023 Automatic Build System <autodist@mambasoft.it> 2.7.12-1mamba
- automatic version update by autodist
* Sun Jun 25 2023 Automatic Build System <autodist@mambasoft.it> 2.7.10-1mamba * Sun Jun 25 2023 Automatic Build System <autodist@mambasoft.it> 2.7.10-1mamba
- automatic version update by autodist - automatic version update by autodist