automatic version update by autodist [release 3.22.3-1mamba;Fri Jan 10 2025]
This commit is contained in:
parent
87fee59955
commit
8afe918e7e
@ -4,3 +4,4 @@ Meld is a visual diff and merge tool.
|
|||||||
You can compare two or three files and edit them in place (diffs update dynamically).
|
You can compare two or three files and edit them in place (diffs update dynamically).
|
||||||
You can compare two or three folders and launch file comparisons.
|
You can compare two or three folders and launch file comparisons.
|
||||||
You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial.
|
You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial.
|
||||||
|
|
||||||
|
26
meld.spec
26
meld.spec
@ -1,5 +1,5 @@
|
|||||||
Name: meld
|
Name: meld
|
||||||
Version: 3.22.2
|
Version: 3.22.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A visual diff and merge tool
|
Summary: A visual diff and merge tool
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -9,6 +9,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: http://meldmerge.org/
|
URL: http://meldmerge.org/
|
||||||
Source: http://ftp.gnome.org/pub/gnome/sources/meld/%{majorminor}/meld-%{version}.tar.xz
|
Source: http://ftp.gnome.org/pub/gnome/sources/meld/%{majorminor}/meld-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
|
BuildArch: noarch
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -23,8 +24,6 @@ You can compare two or three files and edit them in place (diffs update dynamica
|
|||||||
You can compare two or three folders and launch file comparisons.
|
You can compare two or three folders and launch file comparisons.
|
||||||
You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial.
|
You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial.
|
||||||
|
|
||||||
#% debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -46,24 +45,6 @@ CFLAGS="%{optflags}" %{__python3} setup.py build
|
|||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%post
|
|
||||||
if [ $1 -ge 1 ]; then
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
||||||
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
|
||||||
update-desktop-database -q
|
|
||||||
update-mime-database /usr/share/mime &> /dev/null
|
|
||||||
fi
|
|
||||||
:
|
|
||||||
|
|
||||||
%postun
|
|
||||||
if [ $1 -eq 0 ]; then
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
||||||
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
|
||||||
update-desktop-database -q
|
|
||||||
update-mime-database /usr/share/mime &> /dev/null
|
|
||||||
fi
|
|
||||||
:
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/meld
|
%{_bindir}/meld
|
||||||
@ -84,6 +65,9 @@ fi
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 10 2025 Automatic Build System <autodist@openmamba.org> 3.22.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Mar 24 2024 Automatic Build System <autodist@openmamba.org> 3.22.2-1mamba
|
* Sun Mar 24 2024 Automatic Build System <autodist@openmamba.org> 3.22.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user