automatic version update by autodist [release 2.7.12-1mamba;Sun Sep 10 2023]
This commit is contained in:
parent
59274f224d
commit
f5e83d4368
15
dar.spec
15
dar.spec
@ -1,7 +1,7 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: dar
|
||||
Version: 2.7.10
|
||||
Version: 2.7.12
|
||||
Release: 1mamba
|
||||
Summary: A shell command that backs up directory trees and files
|
||||
Group: Applications/Archiving
|
||||
@ -66,7 +66,10 @@ This package contains static libraries and header files needed for development.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure \
|
||||
--disable-dar-static \
|
||||
--disable-static
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -82,13 +85,13 @@ mv %{buildroot}%{_libdir}/python3/dist-packages/* %{buildroot}%{pyhton3_sitearch
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/darrc
|
||||
%{_bindir}/*
|
||||
%{_bindir}/dar*
|
||||
%{_datadir}/%{name}
|
||||
%{_mandir}/man1/*
|
||||
|
||||
@ -102,12 +105,14 @@ mv %{buildroot}%{_libdir}/python3/dist-packages/* %{buildroot}%{pyhton3_sitearch
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/%{name}
|
||||
%{_includedir}/%{name}/*
|
||||
%{_libdir}/libdar*.a
|
||||
%{_libdir}/libdar*.so
|
||||
%{_libdir}/pkgconfig/%{libname}*.pc
|
||||
%doc ChangeLog NEWS README THANKS TODO
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user