update to 0.18 [release 0.18-1mamba;Mon Apr 05 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 17:21:04 +01:00
parent 5f625d46e9
commit 1bf5c798f9

View File

@ -1,5 +1,5 @@
Name: rabbitvcs Name: rabbitvcs
Version: 0.15.3 Version: 0.18
Release: 1mamba Release: 1mamba
Summary: Easy version control Summary: Easy version control
Group: Graphical Desktop/Applications/Development Group: Graphical Desktop/Applications/Development
@ -7,22 +7,21 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://rabbitvcs.org URL: http://rabbitvcs.org
Source: http://rabbitvcs.googlecode.com/files/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: libpython-devel BuildRequires: libpython3-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: python >= %python_version
Requires: pygtk
Requires: pygobject
Requires: python-configobj
Requires: python-dbus
Requires: meld Requires: meld
Requires: python-simplejson
Requires: python-gnome-extras
Requires: subversion Requires: subversion
Requires: python-dulwich Requires: python-configobj-py3
BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: python-simplejson-py3
Requires: pygobject-py3
Requires: python-dulwich-py3
Requires: git
Requires: meld
Requires: python-pygments-py3
Requires: tk
BuildArch: noarch BuildArch: noarch
%description %description
@ -37,22 +36,22 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \ %{__python3} setup.py install \
-O1 --skip-build \ -O1 --skip-build \
--root="%{buildroot}" \ --root="%{buildroot}" \
--install-headers=%{_includedir}/python \ --install-headers=%{python3_inc} \
--install-lib=%{python_sitearch} \ --install-lib=%{python3_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
## note: this list is just an example; modify as required %doc AUTHORS COPYING
# %{python_sitearch}/%{name}.py*
# %{python_sitearch}/%{name}.so
%doc AUTHORS COPYING README
%changelog %changelog
* Mon Apr 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18-1mamba
- update to 0.18
* Wed Feb 19 2014 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.15.3-1mamba * Wed Feb 19 2014 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.15.3-1mamba
- package created using the webbuild interface - package created using the webbuild interface