automatic version update by autodist [release 0.6.0-1mamba;Mon Apr 05 2021]

This commit is contained in:
Automatic Build System 2024-01-05 21:47:05 +01:00
parent 0b80bae219
commit 6fe8e7c1df

View File

@ -1,19 +1,18 @@
Name: diffuse Name: diffuse
Version: 0.5.0 Version: 0.6.0
Release: 1mamba Release: 1mamba
Summary: Graphical tool for merging and comparing text files Summary: Graphical tool for merging and comparing text files
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://diffuse.sourceforge.net URL: https://diffuse.sourceforge.net
Source: https://github.com/MightyCreak/diffuse.git/v%{version}/diffuse-%{version}.tar.bz2 Source: https://github.com/MightyCreak/diffuse.git/v%{version}/diffuse-%{version}.tar.bz2
#Source: http://downloads.sourceforge.net/project/diffuse/diffuse/%{version}/diffuse-%{version}.tar.bz2 #Source: http://downloads.sourceforge.net/project/diffuse/diffuse/%{version}/diffuse-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Diffuse is a small and simple text merge tool written in Python. Diffuse is a small and simple text merge tool written in Python.
@ -21,14 +20,16 @@ With Diffuse, you can easily merge, edit, and review changes to your code.
%prep %prep
%setup -q %setup -q
sed -i 's,/usr/local/,%{_prefix},g' install.py #sed -i 's,/usr/local/,%{_prefix},g' install.py
%build %build
%meson
%meson_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python3} install.py \ %meson_install
--destdir="%{buildroot}"
%find_lang %{name} %find_lang %{name}
@ -50,6 +51,9 @@ sed -i 's,/usr/local/,%{_prefix},g' install.py
#ChangeLog README #ChangeLog README
%changelog %changelog
* Mon Apr 05 2021 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
- automatic version update by autodist
* Sun Sep 06 2020 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba * Sun Sep 06 2020 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
- automatic version update by autodist - automatic version update by autodist