Name: glogg Version: 1.1.4 Release: 1%{?dist} Group: Applications/System Summary: Smart interactive log explorer License: GPLv3+ URL: https://glogg.bonnefon.org Source: https://glogg.bonnefon.org/files/%{name}-%{version}.tar.gz # Look for Qt5DBus rather than QtDBus Patch1: %{name}-qt5dbus.patch BuildRequires: boost-devel BuildRequires: desktop-file-utils BuildRequires: hicolor-icon-theme BuildRequires: python-markdown BuildRequires: qt5-qtbase-devel %description %{name} is a multi-platform GUI application to browse and search through long or complex log files. It is designed with programmers and system administrators in mind. %{name} can be seen as a graphical, interactive combination of grep and less. %prep %autosetup %build %{qmake_qt5} make %{?_smp_flags} %install make INSTALL_ROOT=%{buildroot}%{_prefix} install #rm -rf %{buildroot}%{_datadir}/doc desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %post /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ] ; then /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi %posttrans /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files %doc README.md TODO /usr/share/doc/glogg/COPYING %{_bindir}/%{name} %{_datadir}/icons/hicolor/16x16/apps/%{name}.png %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/applications/%{name}.desktop %changelog * Fri May 19 2017 Damian Wrobel - 1.1.4-1 - New upstream release 1.1.4, rhbz#1444577 * Tue Apr 18 2017 Damian Wrobel - 1.1.3-1 - New upstream release 1.1.3, rhbz#1434627 * Tue Nov 15 2016 Damian Wrobel - 1.1.2-1 - New upstream release 1.1.2, rhbz#1390393 * Sat May 07 2016 Damian Wrobel - 1.1.1-1 - New upstream release 1.1.1, rhbz#1329862 * Wed Feb 03 2016 Fedora Release Engineering - 1.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Feb 01 2016 Rex Dieter 1.0.3-3 - use %%qmake_qt5 macro to ensure proper build flags * Fri Jan 15 2016 Jonathan Wakely - 1.0.3-2 - Rebuilt for Boost 1.60 * Wed Nov 11 2015 Damian Wrobel - 1.0.3-1 - update to the latest available version, rhbz#1280115. - remove qdatastream patch. * Thu Aug 27 2015 Jonathan Wakely - 1.0.2-8 - Rebuilt for Boost 1.59 * Wed Aug 05 2015 Jonathan Wakely 1.0.2-7 - Added patch for missing headers. * Wed Jul 29 2015 Fedora Release Engineering - 1.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 * Wed Jul 22 2015 David Tardon - 1.0.2-5 - rebuild for Boost 1.58 * Wed Jun 17 2015 Fedora Release Engineering - 1.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat May 02 2015 Kalev Lember - 1.0.2-3 - Rebuilt for GCC 5 C++11 ABI change * Tue Jan 27 2015 Petr Machata - 1.0.2-2 - Rebuild for boost 1.57.0 * Fri Jan 16 2015 Damian Wrobel - 1.0.2-1 - update to the latest available version. * Thu Sep 18 2014 Damian Wrobel - 1.0.1-1 - update to the latest available version. - switch to compile against qt5. * Tue Sep 16 2014 Damian Wrobel - 1.0.0-1 - update to the latest available version. * Sat Aug 16 2014 Fedora Release Engineering - 0.99.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.99.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Damian Wrobel - 0.99.1-2 - Rebuild for boost 1.55.0 once again * Fri May 23 2014 Damian Wrobel - 0.99.1-1 - update to the latest available version, rhbz#1100415 * Thu May 22 2014 Petr Machata - 0.99.0-2 - Rebuild for boost 1.55.0 * Thu Jan 30 2014 Damian Wrobel - 0.99.0-1 - update to the latest available version, rhbz#1059571 * Thu Oct 10 2013 Damian Wrobel - 0.9.2-1 - update to the latest available version. * Sat Aug 03 2013 Fedora Release Engineering - 0.9.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sat Jul 27 2013 pmachata@redhat.com - 0.9.1-4 - Rebuild for boost 1.54.0 * Sun Feb 10 2013 Denis Arnaud - 0.9.1-3 - Rebuild for Boost-1.53.0 * Sat Feb 09 2013 Denis Arnaud - 0.9.1-2 - Rebuild for Boost-1.53.0 * Fri Dec 21 2012 Damian Wrobel - 0.9.1-1 - update to the latest available version. * Thu Nov 01 2012 Damian Wrobel - 0.8.3-4 - switch to use the python-markdown2 for generating the documentation. * Mon Oct 29 2012 Damian Wrobel - 0.8.3-3 - icon cache refreshing scriplets added. - superfluous BR removed. * Wed Oct 03 2012 Damian Wrobel - 0.8.3-1 - initial RPM release.