From e9309149b165e2856be83b5cbca7fd7271240979 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:38:15 +0100 Subject: [PATCH] automatic version update by autodist [release 2.6.13-1mamba;Tue Feb 09 2021] --- dar.spec | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/dar.spec b/dar.spec index 9e1fd94..0c42984 100644 --- a/dar.spec +++ b/dar.spec @@ -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 -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 2.6.13-1mamba +- automatic version update by autodist + * Sun Oct 22 2017 Automatic Build System 2.5.9-1mamba - automatic update by autodist