update to 0.7.3 [release 0.7.3-1mamba;Thu Nov 25 2021]
This commit is contained in:
parent
6fe8e7c1df
commit
c14dd19e9b
19
diffuse.spec
19
diffuse.spec
@ -1,14 +1,13 @@
|
|||||||
Name: diffuse
|
Name: diffuse
|
||||||
Version: 0.6.0
|
Version: 0.7.3
|
||||||
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: https://diffuse.sourceforge.net
|
URL: https://github.com/MightyCreak/diffuse
|
||||||
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
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -31,7 +30,7 @@ With Diffuse, you can easily merge, edit, and review changes to your code.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name} --with-man
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -41,16 +40,18 @@ With Diffuse, you can easily merge, edit, and review changes to your code.
|
|||||||
%config(noreplace) %{_sysconfdir}/diffuserc
|
%config(noreplace) %{_sysconfdir}/diffuserc
|
||||||
%{_bindir}/diffuse
|
%{_bindir}/diffuse
|
||||||
%{_datadir}/diffuse
|
%{_datadir}/diffuse
|
||||||
%{_datadir}/applications/diffuse.desktop
|
%{_datadir}/appdata/io.github.mightycreak.Diffuse.metainfo.xml
|
||||||
|
%{_datadir}/applications/io.github.mightycreak.Diffuse.desktop
|
||||||
%{_datadir}/gnome/help/diffuse/*/diffuse.xml
|
%{_datadir}/gnome/help/diffuse/*/diffuse.xml
|
||||||
%{_datadir}/omf/diffuse/diffuse-*.omf
|
%{_datadir}/omf/diffuse/diffuse-*.omf
|
||||||
%{_datadir}/icons/hicolor/*/apps/diffuse.png
|
%{_datadir}/icons/hicolor/*/apps/*.svg
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man1/diffuse.1*
|
||||||
%{_mandir}/*/man?/*
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.3-1mamba
|
||||||
|
- update to 0.7.3
|
||||||
|
|
||||||
* Mon Apr 05 2021 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
* Mon Apr 05 2021 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user