automatic version update by autodist [release 1.14.2-1mamba;Sat Apr 16 2022]
This commit is contained in:
parent
5b50b1944f
commit
8cac613897
@ -6,10 +6,10 @@
|
||||
%define with_perl_subpackage 1
|
||||
##%define make_check 1
|
||||
%define majversion %(echo %version | cut -d. -f 1)
|
||||
%define swigdirs swig_pydir=%{python_sitearch}/libsvn swig_pydir_extra=%{python_sitearch}/svn
|
||||
%define swigdirs swig_pydir=%{python3_sitearch}/libsvn swig_pydir_extra=%{python3_sitearch}/svn
|
||||
%define svn2cl_version 0.11
|
||||
Name: subversion
|
||||
Version: 1.14.1
|
||||
Version: 1.14.2
|
||||
Release: 1mamba
|
||||
Summary: A version control system that is a compelling replacement for CVS
|
||||
Group: Development/Tools
|
||||
@ -33,28 +33,31 @@ Patch8: subversion-1.14.0-swig-4.0.2.patch
|
||||
License: Apache License, BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libapr-devel
|
||||
BuildRequires: libaprutil-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libdb53-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblz4-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libmagic-devel
|
||||
BuildRequires: libnsl-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libruby-devel
|
||||
BuildRequires: libsasl2-devel
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRequires: libserf-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libutf8proc-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: python3
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: apache
|
||||
BuildRequires: apache-devel
|
||||
@ -400,8 +403,8 @@ fi
|
||||
%files -n python-subversion
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libsvn_swig_py-1.so.*
|
||||
%{python_sitearch}/svn
|
||||
%{python_sitearch}/libsvn
|
||||
%{python3_sitearch}/svn
|
||||
%{python3_sitearch}/libsvn
|
||||
|
||||
#%files svn2cl
|
||||
#%defattr(-,root,root)
|
||||
@ -410,6 +413,9 @@ fi
|
||||
#%{_mandir}/man1/svn2cl.1.gz
|
||||
|
||||
%changelog
|
||||
* Sat Apr 16 2022 Automatic Build System <autodist@mambasoft.it> 1.14.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 1.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user