2024-01-05 21:47:05 +01:00
|
|
|
Name: diffuse
|
2024-01-05 21:47:05 +01:00
|
|
|
Version: 0.7.3
|
2024-01-05 21:47:05 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Graphical tool for merging and comparing text files
|
2024-01-05 21:47:05 +01:00
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
2024-01-05 21:47:05 +01:00
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 21:47:05 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 21:47:05 +01:00
|
|
|
URL: https://github.com/MightyCreak/diffuse
|
2024-01-05 21:47:05 +01:00
|
|
|
Source: https://github.com/MightyCreak/diffuse.git/v%{version}/diffuse-%{version}.tar.bz2
|
2024-01-05 21:47:05 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Diffuse is a small and simple text merge tool written in Python.
|
|
|
|
With Diffuse, you can easily merge, edit, and review changes to your code.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 21:47:05 +01:00
|
|
|
#sed -i 's,/usr/local/,%{_prefix},g' install.py
|
2024-01-05 21:47:05 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 21:47:05 +01:00
|
|
|
%meson
|
|
|
|
|
|
|
|
%meson_build
|
2024-01-05 21:47:05 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 21:47:05 +01:00
|
|
|
%meson_install
|
2024-01-05 21:47:05 +01:00
|
|
|
|
2024-01-05 21:47:05 +01:00
|
|
|
%find_lang %{name} --with-man
|
2024-01-05 21:47:05 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%config(noreplace) %{_sysconfdir}/diffuserc
|
2024-01-05 21:47:05 +01:00
|
|
|
%{_bindir}/diffuse
|
2024-01-05 21:47:05 +01:00
|
|
|
%{_datadir}/diffuse
|
2024-01-05 21:47:05 +01:00
|
|
|
%{_datadir}/appdata/io.github.mightycreak.Diffuse.metainfo.xml
|
|
|
|
%{_datadir}/applications/io.github.mightycreak.Diffuse.desktop
|
2024-01-05 21:47:05 +01:00
|
|
|
%{_datadir}/gnome/help/diffuse/*/diffuse.xml
|
|
|
|
%{_datadir}/omf/diffuse/diffuse-*.omf
|
2024-01-05 21:47:05 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/*.svg
|
|
|
|
%{_mandir}/man1/diffuse.1*
|
2024-01-05 21:47:05 +01:00
|
|
|
%doc AUTHORS COPYING
|
2024-01-05 21:47:05 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 21:47:05 +01:00
|
|
|
* Thu Nov 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.3-1mamba
|
|
|
|
- update to 0.7.3
|
|
|
|
|
2024-01-05 21:47:05 +01:00
|
|
|
* Mon Apr 05 2021 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:47:05 +01:00
|
|
|
* Sun Sep 06 2020 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:47:05 +01:00
|
|
|
* Mon Jul 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.8-1mamba
|
|
|
|
- update to 0.4.8
|
|
|
|
|
2024-01-05 21:47:05 +01:00
|
|
|
* Thu Sep 26 2013 openmamba WebBuild System <webbuild@openmamba.org> 0.4.7-1mamba
|
|
|
|
- package created by stefano using the webbuild interface
|