automatic version update by autodist [release 0.19-1mamba;Sun Oct 08 2023]
This commit is contained in:
parent
1bf5c798f9
commit
1e45efc994
@ -1,16 +1,16 @@
|
|||||||
Name: rabbitvcs
|
Name: rabbitvcs
|
||||||
Version: 0.18
|
Version: 0.19
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Easy version control
|
Summary: Easy version control
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://rabbitvcs.org
|
URL: http://rabbitvcs.org
|
||||||
Source: https://github.com/rabbitvcs/rabbitvcs.git/v%{version}/rabbitvcs-%{version}.tar.bz2
|
Source: https://github.com/rabbitvcs/rabbitvcs.git/v%{version}/rabbitvcs-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: meld
|
Requires: meld
|
||||||
Requires: subversion
|
Requires: subversion
|
||||||
@ -32,7 +32,7 @@ We provide multiple clients and extensions designed to give you a uniform experi
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -47,9 +47,14 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python3_sitearch}/rabbitvcs-%{version}-py*.egg-info
|
||||||
|
%{python3_sitearch}/rabbitvcs-%{version}-py*.egg-info/*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 08 2023 Automatic Build System <autodist@mambasoft.it> 0.19-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Apr 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18-1mamba
|
* Mon Apr 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18-1mamba
|
||||||
- update to 0.18
|
- update to 0.18
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user