automatic version update by autodist [release 2.6.13-1mamba;Tue Feb 09 2021]
This commit is contained in:
parent
4e921e6ad3
commit
e9309149b1
28
dar.spec
28
dar.spec
@ -1,14 +1,14 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
|
|
||||||
Name: dar
|
Name: dar
|
||||||
Version: 2.5.9
|
Version: 2.6.13
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
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
|
Source: http://downloads.sourceforge.net/sourceforge/dar/dar-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
Requires: %{libname} >= %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{libname} >= %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -48,9 +48,10 @@ Obsoletes: libdar22-devel
|
|||||||
|
|
||||||
%description -n %{libname}-devel
|
%description -n %{libname}-devel
|
||||||
The core part of DAR programs.
|
The core part of DAR programs.
|
||||||
|
|
||||||
This package contains static libraries and header files needed for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -62,6 +63,10 @@ This package contains static libraries and header files needed for development.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
install -d -m0755 %{buildroot}%{python3_sitearch}
|
||||||
|
|
||||||
|
mv %{buildroot}%{_libdir}/python3/dist-packages/* %{buildroot}%{pyhton3_sitearch}
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -76,22 +81,27 @@ This package contains static libraries and header files needed for development.
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libdar.so.*
|
%{_libdir}/libdar*.so.*
|
||||||
|
#%{python3_sitearch}/libdar.cpython-*.so
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n %{libname}-devel
|
%files -n %{libname}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/%{name}
|
%dir %{_includedir}/%{name}
|
||||||
%{_includedir}/%{name}/*
|
%{_includedir}/%{name}/*
|
||||||
%{_libdir}/libdar.a
|
%{_libdir}/libdar*.a
|
||||||
%{_libdir}/libdar.la
|
%{_libdir}/libdar*.la
|
||||||
%{_libdir}/libdar.so
|
%{_libdir}/libdar*.so
|
||||||
%{_libdir}/pkgconfig/%{libname}.pc
|
%{_libdir}/pkgconfig/%{libname}*.pc
|
||||||
|
%doc ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 2.5.9-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user