automatic version update by autodist [release 2.6.13-1mamba;Tue Feb 09 2021]

This commit is contained in:
Automatic Build System 2024-01-05 21:38:15 +01:00
parent 4e921e6ad3
commit e9309149b1

View File

@ -1,14 +1,14 @@
%define libname lib%{name}
Name: dar
Version: 2.5.9
Version: 2.6.13
Release: 1mamba
Summary: A shell command that backs up directory trees and files
Group: Applications/Archiving
Vendor: openmamba
Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
URL: http://dar.sourceforge.net/
URL: https://dar.sourceforge.net/
Source: http://downloads.sourceforge.net/sourceforge/dar/dar-%{version}.tar.gz
License: GPL
Requires: %{libname} >= %{?epoch:%epoch:}%{version}-%{release}
@ -48,9 +48,10 @@ Obsoletes: libdar22-devel
%description -n %{libname}-devel
The core part of DAR programs.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q
@ -62,6 +63,10 @@ This package contains static libraries and header files needed for development.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
install -d -m0755 %{buildroot}%{python3_sitearch}
mv %{buildroot}%{_libdir}/python3/dist-packages/* %{buildroot}%{pyhton3_sitearch}
%find_lang %{name}
%clean
@ -76,22 +81,27 @@ This package contains static libraries and header files needed for development.
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libdar.so.*
%{_libdir}/libdar*.so.*
#%{python3_sitearch}/libdar.cpython-*.so
%doc AUTHORS COPYING
%files -n %{libname}-devel
%defattr(-,root,root)
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/libdar.a
%{_libdir}/libdar.la
%{_libdir}/libdar.so
%{_libdir}/pkgconfig/%{libname}.pc
%{_libdir}/libdar*.a
%{_libdir}/libdar*.la
%{_libdir}/libdar*.so
%{_libdir}/pkgconfig/%{libname}*.pc
%doc ChangeLog NEWS README THANKS TODO
%changelog
* Tue Feb 09 2021 Automatic Build System <autodist@mambasoft.it> 2.6.13-1mamba
- automatic version update by autodist
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 2.5.9-1mamba
- automatic update by autodist