Chris Weyl f77c65d
Name:           Zim
7c222eb
Version:        0.73.3
7c222eb
Release:        1%{?dist}
Chris Weyl f77c65d
Summary:        Desktop wiki & notekeeper
Chris Weyl f77c65d
2a41cab
# The entire source code is GPLv2+ except
2a41cab
# ./zim/plugins/pageindex/generictreemodel,.py which is LGPLv2+
2a41cab
License:        GPLv2+ and LGPLv2+
6dde23b
URL:            http://zim-wiki.org/
2a41cab
Source0:        http://www.zim-wiki.org/downloads/zim-%{version}.tar.gz
Chris Weyl f77c65d
BuildArch:      noarch
6dde23b
6dde23b
BuildRequires:  desktop-file-utils
cb65d0c
BuildRequires:  python3-devel
cb65d0c
BuildRequires:  python3-gobject
334a1d8
BuildRequires:  gtk3, python3-pyxdg
2a41cab
# for tests
4104d71
#BuildRequires:  /usr/bin/xvfb-run
cb65d0c
334a1d8
Requires:       python3-gobject
cb65d0c
Requires:       gtk3, python3-pyxdg
2a41cab
Recommends:     libappindicator-gtk3
Chris Weyl 0606a8d
Chris Weyl f77c65d
%description
cb65d0c
Zim is a WYSIWYG text editor written in Python which aims to bring the
Chris Weyl f77c65d
concept of a wiki to your desktop. Every page is saved as a text file with
Chris Weyl f77c65d
wiki markup. Pages can contain links to other pages, and are saved
Chris Weyl f77c65d
automatically. Creating a new page is as easy as linking to a non-existing
Chris Weyl 6a35c45
page. Pages are ordered in a hierarchical structure that gives it the look
Chris Weyl 6a35c45
and feel of an outliner. This tool is intended to keep track of TODO lists
6dde23b
or to serve as a personal scratch book.
Chris Weyl f77c65d
Chris Weyl f77c65d
%prep
b4b75cc
%autosetup -p1 -n zim-%{version}
Chris Weyl f77c65d
Chris Weyl f77c65d
%build
cb65d0c
./setup.py build
Chris Weyl f77c65d
Chris Weyl f77c65d
%install
Chris Weyl f77c65d
rm -rf %{buildroot}
cb65d0c
./setup.py install --root=%{buildroot} --skip-build
Chris Weyl f77c65d
6dde23b
%find_lang zim
Chris Weyl f77c65d
759e010
desktop-file-validate %{buildroot}%{_datadir}/applications/zim.desktop
Chris Weyl f77c65d
cb65d0c
%check
83a4a3c
# Tests do not pass
83a4a3c
# https://github.com/zim-desktop-wiki/zim-desktop-wiki/issues/814
b0d7b65
#mkdir -p /tmp/home-$USER /tmp/zim-$USER
b0d7b65
#XDG_RUNTIME_DIR=/tmp/zim-$USER HOME=/tmp/home-$USER xvfb-run ./test.py
cb65d0c
dc325d6
%if 0%{?rhel} && 0%{?rhel} <= 7
6dde23b
%post
6dde23b
update-desktop-database &> /dev/null || :
6dde23b
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter fcafa7e
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
6dde23b
6dde23b
%postun
6dde23b
update-desktop-database &> /dev/null || :
6dde23b
if [ $1 -eq 0 ] ; then
6dde23b
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
6dde23b
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter fcafa7e
    touch --no-create %{_datadir}/mime/packages &> /dev/null || :
Rex Dieter fcafa7e
    update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
6dde23b
fi
Chris Weyl f77c65d
6dde23b
%posttrans
6dde23b
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter fcafa7e
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
dc325d6
%endif
6dde23b
6dde23b
%files -f zim.lang
334a1d8
%license LICENSE
334a1d8
%doc *.md contrib/
Chris Weyl f77c65d
%{_mandir}/man[13]/*.[13]*
Chris Weyl f77c65d
%{_bindir}/*
6dde23b
%{_datadir}/zim/
Chris Weyl f77c65d
%{_datadir}/pixmaps/*
Chris Weyl f77c65d
%{_datadir}/applications/*
Chris Weyl 4983524
%{_datadir}/mime/packages/zim.xml
0fb9610
%{_datadir}/icons/hicolor/*/apps/*
0fb9610
%{_datadir}/icons/hicolor/*/mimetypes/*
cbeeeaa
# No package in Fedora provides such directories
0fb9610
%{_datadir}/icons/ubuntu-mono-*/
cb65d0c
%{python3_sitelib}/zim-*.egg-info
cb65d0c
%{python3_sitelib}/zim/
f9ef06f
%{_datadir}/metainfo/*
Chris Weyl f77c65d
Chris Weyl f77c65d
%changelog
7c222eb
* Wed Oct 14 2020 Robin Lee <cheeselee@fedoraproject.org> - 0.73.3-1
7c222eb
- New release 0.73.3
7c222eb
b4b75cc
* Tue Oct  6 2020 Robin Lee <cheeselee@fedoraproject.org> - 0.73.2-5
b4b75cc
- Actually apply
b4b75cc
  0001-Fix-reading-preformatted-text-under-Python-3.9-1261.patch
b4b75cc
e8b01b1
* Sun Sep 27 2020 Robin Lee <cheeselee@fedoraproject.org> - 0.73.2-4
e8b01b1
- Fix preformatted text under Python 3.9
e8b01b1
cdd3256
* Sat Sep 12 2020 Robin Lee <cheeselee@fedoraproject.org> - 0.73.2-3
cdd3256
- Fix compatibility with Python 3.9
cdd3256
a0c9b38
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.73.2-2
a0c9b38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a0c9b38
b0d7b65
* Sun Jul 26 2020 Robin Lee <cheeselee@fedoraproject.org> - 0.73.2-1
b0d7b65
- Update to 0.73.2
b0d7b65
e9380e0
* Tue Jun  9 2020 Robin Lee <cheeselee@fedoraproject.org> - 0.73.0-1
e9380e0
- Update to 0.73.0
e9380e0
af22780
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.72.1-2
af22780
- Rebuilt for Python 3.9
af22780
fe2c24b
* Sun Mar 29 2020 Robin Lee <cheeselee@fedoraproject.org> - 0.72.1-1
fe2c24b
- Update to 0.72.1
fe2c24b
ae0db9e
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.72.0-2
ae0db9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
ae0db9e
4104d71
* Sun Sep  1 2019 Robin Lee <cheeselee@fedoraproject.org> - 0.72.0-1
4104d71
- Release 0.72.0
4104d71
- Add launchable entry to metainfo (RHBZ#1729275)
4104d71
a179d71
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.71.1-3
a179d71
- Rebuilt for Python 3.8
a179d71
dedf44e
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.71.1-2
dedf44e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
dedf44e
83a4a3c
* Fri May 24 2019 Robin Lee <cheeselee@fedoraproject.org> - 0.71.1-1
83a4a3c
- Update to 0.71.1
83a4a3c
- Disable tests
83a4a3c
2a41cab
* Mon Apr  1 2019 Robin Lee <cheeselee@fedoraproject.org> - 0.70-1
2a41cab
- new release
2a41cab
- Recommends appindicator to keep compatible with previous version
2a41cab
- Enable tests
2a41cab
334a1d8
* Tue Feb 19 2019 Robin Lee <cheeselee@fedoraproject.org> - 0.70-0.3.rc3
334a1d8
- Update to 0.70-rc3
334a1d8
74c97d7
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.70-0.2.rc1
74c97d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
74c97d7
cb65d0c
* Tue Jan 22 2019 Robin Lee <cheeselee@fedoraproject.org> - 0.70-0.1.rc1
cb65d0c
- Update to 0.70-rc1, which switched to Python3 and Gtk+3
cb65d0c
c3679d7
* Mon Dec 17 2018 Robin Lee <cheeselee@fedoraproject.org> - 0.69-1
c3679d7
- Update to 0.69
c3679d7
- Fix Requires on Fedora <= 28
c3679d7
4e419c9
* Mon Oct 22 2018 Robin Lee <cheeselee@fedoraproject.org> - 0.68-4
4e419c9
- Fix for epel7
4e419c9
c5b4fc9
* Thu Jul 19 2018 Robin Lee <cheeselee@fedoraproject.org> - 0.68-3
c5b4fc9
- Use python2_sitelib macro (BZ#1603334)
c5b4fc9
96e3e1f
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-3
96e3e1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
96e3e1f
b88cdc1
* Thu Apr 26 2018 Iryna Shcherbina <shcherbina.iryna@gmail.com> - 0.68-2
b88cdc1
- Update Python 2 dependency declarations to new packaging standards
b88cdc1
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
b88cdc1
f9ef06f
* Mon Apr  2 2018 Robin Lee <cheeselee@fedoraproject.org> - 0.68-1
f9ef06f
- Update to 0.68
f9ef06f
1bb82bb
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.67-4
1bb82bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1bb82bb
dc325d6
* Tue Jan 30 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.67-3
dc325d6
- Remove obsolete scriptlets
dc325d6
3aec849
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.67-2
3aec849
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3aec849
d0a5da5
* Tue Jul 11 2017 Robin Lee <cheeselee@fedoraproject.org> - 0.67-1
d0a5da5
- Update to 0.67
d0a5da5
4d13048
* Wed Jun 14 2017 Robin Lee <cheeselee@fedoraproject.org> - 0.67-0.rc2.1
4d13048
- Update to 0.67-rc2
4d13048
959fd74
* Wed Jun 07 2017 Oliver Haessler <oliver@redhat.com> - 0.66-2
959fd74
- added patch for "Fix for logger missing in newfs" to allow build of 0.66 on
f9ef06f
  Fedora/RHEL (will be fixed in 0.67)
959fd74
2076b2c
* Tue Jun 06 2017 Oliver Haessler <oliver@redhat.com> - 0.66-1
2076b2c
- Update to 0.66
2076b2c
f678751
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.65-4
f678751
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f678751
0129915
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.65-3
0129915
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
0129915
ee71fd4
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.65-2
ee71fd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ee71fd4
9005c5c
* Mon Nov  2 2015 Robin Lee <lirb@winhong.com> - 0.65-1
9005c5c
- Update to 0.65
9005c5c
7f2f5fb
* Wed Oct 28 2015 Robin Lee <cheeselee@fedoraproject.org> - 0.64-1
7f2f5fb
- Update to 0.64 (BZ#1275861)
7f2f5fb
96c3fe6
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-2
96c3fe6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
96c3fe6
d679a3e
* Mon Jun 15 2015 Robin Lee <cheeselee@fedoraproject.org> - 0.63-1
d679a3e
- Update to 0.63
d679a3e
- Requires python-appindicator to fix trayicon on Plasma 5
d679a3e
- Drop applied 755_754.diff
d679a3e
caf2afb
* Sun Nov 16 2014 Robin Lee <cheeselee@fedoraproject.org> - 0.62-2
caf2afb
- Backport upstream bzr755 to fix mis-matched gtk and pygtk in Fedora/RHEL
caf2afb
771b19c
* Fri Oct  3 2014 Robin Lee <cheeselee@fedoraproject.org> - 0.62-1
771b19c
- Update to 0.62
771b19c
Rex Dieter fcafa7e
* Thu Oct 02 2014 Rex Dieter <rdieter@fedoraproject.org> 0.61-2
Rex Dieter fcafa7e
- update mime scriptlets
Rex Dieter fcafa7e
3105c77
* Sat Aug  2 2014 Robin Lee <cheeselee@fedoraproject.org> - 0.61-1
3105c77
- Update to 0.61
3105c77
5f6366c
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-3
5f6366c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5f6366c
ea3dcc3
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-2
ea3dcc3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ea3dcc3
98e67f2
* Wed May  1 2013 Robin Lee <cheeselee@fedoraproject.org> - 0.60-1
98e67f2
- Update to 0.60
98e67f2
67d78ec
* Thu Jan 24 2013 Robin Lee <cheeselee@fedoraproject.org> - 0.59-1
67d78ec
- Update to 0.59 (#903621, #841803, #857820, #858250, #871030, #875776)
67d78ec
5d292bb
* Mon Dec 17 2012 Robin Lee <cheeselee@fedoraproject.org> - 0.58-1
5d292bb
- Update to 0.58
5d292bb
181b03c
* Mon Nov 19 2012 Robin Lee <cheeselee@fedoraproject.org> - 0.57-2
181b03c
- Backport fix for #865078, #865079
181b03c
cd5064d
* Tue Oct  9 2012 Robin Lee <cheeselee@fedoraproject.org> - 0.57-1
cd5064d
- Update to 0.57 (#807149, #826886)
cd5064d
fa7f897
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.56-4
fa7f897
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fa7f897
54917be
* Sun May 27 2012 Robin Lee <cheeselee@fedoraproject.org> - 0.56-3
54917be
- bug #802750
54917be
69a2357
* Thu May 24 2012 Robin Lee <cheeselee@fedoraproject.org> - 0.56-2
69a2357
- BZ#822454
69a2357
8b055c4
* Wed Apr  4 2012 Robin Lee <cheeselee@fedoraproject.org> - 0.56-1
8b055c4
- Update to 0.56
8b055c4
09bb64d
* Wed Feb 29 2012 Robin Lee <cheeselee@fedoraproject.org> - 0.55-1
09bb64d
- Update to 0.55
09bb64d
95dcec7
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.54-3
95dcec7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
95dcec7
0fb9610
* Fri Dec 23 2011 Robin Lee <cheeselee@fedoraproject.org> - 0.54-2
0fb9610
- Just use %%{_datadir}
0fb9610
cbeeeaa
* Fri Dec 23 2011 Robin Lee <cheeselee@fedoraproject.org> - 0.54-1
cbeeeaa
- Update to 0.54 (#740211)
cbeeeaa
091d441
* Tue Sep 20 2011 Robin Lee <cheeselee@fedoraproject.org> - 0.53-1
091d441
- Update to 0.53 (#702811, #708471, #719889, #720434, #727804)
091d441
652123e
* Fri Apr 29 2011 Robin Lee <cheeselee@fedoraproject.org> - 0.52-1
652123e
- Update to 0.52 (#700001)
652123e
139a448
* Wed Apr 20 2011 Robin Lee <cheeselee@fedoraproject.org> - 0.51-1
139a448
- Update to 0.51 (#683469)
139a448
0799d87
* Sun Mar  6 2011 Robin Lee <cheeselee@fedoraproject.org> - 0.50-2
0799d87
- Fix quicknote problem (#680057)
0799d87
deb1be7
* Wed Feb 16 2011 Robin Lee <cheeselee@fedoraproject.org> - 0.50-1
deb1be7
- 0.50 (#654373, #657928)
deb1be7
- Remove redundant python sitelib definition
deb1be7
e1a2055
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.49-2
e1a2055
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e1a2055
759e010
* Wed Nov  3 2010 Robin Lee <cheeselee@fedoraproject.org> - 0.49-1
759e010
- Update to 0.49
759e010
- Check desktop entry file in %%check section
759e010
1d7cd22
* Mon Aug 30 2010 Robin Lee <robinlee.sysu@gmail.com> - 0.48-2
1d7cd22
- Move building command to %%build section
1d7cd22
4474db4
* Sat Aug 28 2010 Robin Lee <robinlee.sysu@gmail.com> - 0.48-1
4474db4
- update to 0.48
4474db4
- include more icons
4474db4
47030ee
* Sat Jul 31 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.47-2
47030ee
- Rebuild for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
47030ee
6dde23b
* Mon Jun 14 2010 Robin Lee <robinlee.sysu@gmail.com> - 0.47-1
6dde23b
- update to 0.47, upstream reimplementation with PyGTK
6dde23b
- remove vendor from the desktop entry file name
6dde23b
- License changed to 'GPLv2+ and LGPLv3+'
6dde23b
- remove BuildRoot tag
6dde23b
- clean some whitespaces
6dde23b
4d85336
* Wed Jun 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.29-2
4d85336
- Mass rebuild with perl-5.12.0
4d85336
Chris Weyl 0606a8d
* Tue Feb 09 2010 Chris Weyl <cweyl@alumni.drew.edu>
Chris Weyl 0606a8d
- update to 0.29
Chris Weyl 0606a8d
- add perl_default_filter
Chris Weyl 0606a8d
b8f09a8
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.28-3
b8f09a8
- rebuild against perl 5.10.1
b8f09a8
7cd75ec
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-2
7cd75ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7cd75ec
Chris Weyl 1d8280e
* Mon Mar 16 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.28-1
Chris Weyl 1d8280e
- update to 0.28
Chris Weyl 1d8280e
b08a319
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-2
b08a319
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b08a319
Chris Weyl f3ada87
* Fri Nov 21 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.27-1
Chris Weyl f3ada87
- update to 0.27
Chris Weyl f3ada87
Chris Weyl 1168029
* Thu Sep 25 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.26-1
Chris Weyl 1168029
- update to 0.26
Chris Weyl 1168029
Chris Weyl f6c35bb
* Tue Aug 05 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.25-2
Chris Weyl f6c35bb
- drop tests entirely for the moment.
Chris Weyl f6c35bb
Chris Weyl 4983524
* Sun Aug 03 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.25-1
Chris Weyl 4983524
- update to 0.25
Chris Weyl 4983524
- note we nuke t/71_gui_daemon.t -- it fails under perl 5.10; per
Chris Weyl 4983524
  upstream it's '...not a problem during normal usage of the program.'
Chris Weyl 4983524
98df008
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.23-2
98df008
Rebuild for new perl
98df008
Chris Weyl fcc2686
* Thu Nov 22 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.23-1
Chris Weyl fcc2686
- update to 0.23
Chris Weyl fcc2686
Chris Weyl 6a35c45
* Wed Oct 03 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.21-1
Chris Weyl 6a35c45
- update to 0.21
Chris Weyl 6a35c45
- add contrib/, TRepository.PL to doc
Chris Weyl 6a35c45
- update license tag: GPL -> GPL+
Chris Weyl 6a35c45
- add a requires on scrot, for the InsertScreenshot plugin
Chris Weyl 6a35c45
Chris Weyl 6a35c45
* Wed May 30 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.19-2
Chris Weyl 6a35c45
- add a require on Gtk2::TrayIcon; not picked up automatically
Chris Weyl 6a35c45
- some BR refactoring given perl splittage
Chris Weyl 6a35c45
Chris Weyl f11a045
* Thu Mar 22 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.19-1
Chris Weyl f11a045
- and hot on the heels of 0.18 is 0.19! :)
Chris Weyl f11a045
Chris Weyl 2f072a0
* Sat Mar 17 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.18-1
Chris Weyl 2f072a0
- update to 0.18
Chris Weyl 2f072a0
- fix homepage/download links
Chris Weyl 2f072a0
- drop dep on shared-mime-info as bz#215972 has been resolved
Chris Weyl 2f072a0
Chris Weyl d8e5064
* Tue Nov 21 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.17-3
Chris Weyl d8e5064
- bump
Chris Weyl d8e5064
Chris Weyl f77c65d
* Thu Nov 16 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.17-2
Chris Weyl f77c65d
- add requires on shared-mime-info
Chris Weyl f77c65d
Chris Weyl f77c65d
* Wed Nov 15 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.17-1
Chris Weyl f77c65d
- initial packaging.