automatic version update by autodist [release 0.5.0-1mamba;Sun Sep 06 2020]
This commit is contained in:
parent
64073f3a2c
commit
0b80bae219
11
diffuse.spec
11
diffuse.spec
@ -1,5 +1,5 @@
|
|||||||
Name: diffuse
|
Name: diffuse
|
||||||
Version: 0.4.8
|
Version: 0.5.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
|
||||||
@ -7,10 +7,10 @@ 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: http://diffuse.sourceforge.net
|
||||||
Source: http://downloads.sourceforge.net/project/diffuse/diffuse/%{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
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 diffuse' to get the list of build requirements.
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -27,7 +27,7 @@ sed -i 's,/usr/local/,%{_prefix},g' install.py
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python} install.py \
|
%{__python3} install.py \
|
||||||
--destdir="%{buildroot}"
|
--destdir="%{buildroot}"
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
@ -50,6 +50,9 @@ sed -i 's,/usr/local/,%{_prefix},g' install.py
|
|||||||
#ChangeLog README
|
#ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 06 2020 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Jul 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.8-1mamba
|
* Mon Jul 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.8-1mamba
|
||||||
- update to 0.4.8
|
- update to 0.4.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user