gnome-logs/gnome-logs.spec

144 lines
4.0 KiB
RPMSpec
Raw Normal View History

2014-04-28 22:11:39 +00:00
Name: gnome-logs
2014-10-27 21:34:11 +00:00
Version: 3.15.1
Release: 1%{?dist}
2014-04-28 22:11:39 +00:00
Summary: Log viewer for the systemd journal
Group: Applications/System
License: GPLv3+
URL: https://wiki.gnome.org/Apps/Logs
2014-10-27 21:34:11 +00:00
Source0: https://download.gnome.org/sources/%{name}/3.15/%{name}-%{version}.tar.xz
2014-04-28 22:11:39 +00:00
BuildRequires: desktop-file-utils
BuildRequires: docbook-dtds
BuildRequires: docbook-style-xsl
BuildRequires: gnome-common
BuildRequires: intltool
BuildRequires: libxslt
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libsystemd-journal)
2014-09-15 20:14:52 +00:00
BuildRequires: /usr/bin/appstream-util
2014-04-28 22:11:39 +00:00
Requires: gsettings-desktop-schemas
2013-12-12 21:16:16 +00:00
%description
A log viewer for the systemd journal.
%prep
%setup -q
%build
2013-12-17 10:19:57 +00:00
%configure
2013-12-12 21:16:16 +00:00
make V=1 %{?_smp_mflags}
%install
2014-07-21 21:02:20 +00:00
make DESTDIR=%{buildroot} INSTALL="install -p" install
2014-03-24 20:42:26 +00:00
%find_lang %{name} --with-gnome
2013-12-12 21:16:16 +00:00
%check
make check
2013-12-12 21:16:16 +00:00
2013-12-17 10:19:57 +00:00
%post
touch --no-create %{_datadir}/icons/HighContrast &>/dev/null || :
2014-02-04 09:44:36 +00:00
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
2013-12-17 10:19:57 +00:00
%postun
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/HighContrast &>/dev/null
2013-12-17 10:19:57 +00:00
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_datadir}/icons/HighContrast &>/dev/null || :
2013-12-17 10:19:57 +00:00
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/HighContrast &>/dev/null || :
2013-12-17 10:19:57 +00:00
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
2014-04-28 22:11:39 +00:00
%files -f %{name}.lang
2013-12-12 21:16:16 +00:00
%doc AUTHORS COPYING README NEWS
2014-04-28 22:11:39 +00:00
%{_bindir}/%{name}
%{_datadir}/appdata/org.gnome.Logs.appdata.xml
2014-04-28 22:11:39 +00:00
%{_datadir}/applications/org.gnome.Logs.desktop
%{_datadir}/dbus-1/services/org.gnome.Logs.service
%{_datadir}/icons/HighContrast/*/apps/%{name}.png
%{_datadir}/icons/hicolor/*/apps/%{name}.png
2013-12-17 10:19:57 +00:00
%{_mandir}/man1/gnome-logs.1*
2013-12-12 21:16:16 +00:00
%changelog
2014-10-27 21:34:11 +00:00
* Mon Oct 27 2014 David King <amigadave@amigadave.com> - 3.15.1-1
- Update to 3.15.1
* Wed Oct 15 2014 David King <amigadave@amigadave.com> - 3.14.1-2
- Add HighContrast application icon (#1152796)
2014-10-13 19:27:59 +00:00
* Mon Oct 13 2014 David King <amigadave@amigadave.com> - 3.14.1-1
- Update to 3.14.1
* Tue Sep 23 2014 David King <amigadave@amigadave.com> - 3.14.0-1
2014-10-13 19:27:59 +00:00
- Update to 3.14.0
- Do not own the appdata directory
2014-09-15 20:14:52 +00:00
* Mon Sep 15 2014 David King <amigadave@amigadave.com> - 3.13.92-1
- Update to 3.13.92
2014-09-01 14:07:30 +00:00
* Mon Sep 01 2014 David King <amigadave@amigadave.com> - 3.13.91-1
- Update to 3.13.91
2014-08-18 11:49:44 +00:00
* Mon Aug 18 2014 David King <amigadave@amigadave.com> - 3.13.90-1
- Update to 3.13.90
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-07-21 21:02:20 +00:00
* Mon Jul 21 2014 David King <amigadave@amigadave.com> - 3.13.4-1
- Update to 3.13.4
2014-06-30 10:46:12 +00:00
* Mon Jun 30 2014 David King <amigadave@amigadave.com> - 3.13.3-2
- Fix AppData reference to desktop file
2014-06-23 21:55:03 +00:00
* Mon Jun 23 2014 David King <amigadave@amigadave.com> - 3.13.3-1
- Update to 3.13.3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-05-26 17:02:08 +00:00
* Mon May 26 2014 David King <amigadave@amigadave.com> - 3.13.2-1
- Update to 3.13.2
2014-04-28 22:11:39 +00:00
* Tue Apr 29 2014 David King <amigadave@amigadave.com> - 3.13.1-1
- Update to 3.13.1
2014-04-14 19:11:13 +00:00
* Mon Apr 14 2014 David King <amigadave@amigadave.com> - 3.12.1-1
- Update to 3.12.1
2014-03-24 20:42:26 +00:00
* Mon Mar 17 2014 David King <amigadave@amigadave.com> - 3.12.0-1
- Update to 3.12.0
2014-03-17 23:09:06 +00:00
* Mon Mar 17 2014 David King <amigadave@amigadave.com> - 3.11.92-1
- Update to 3.11.92
* Sat Mar 08 2014 David King <amigadave@amigadave.com> - 3.11.91-2
- Use pkgconfig with BuildRequires
2014-03-03 23:10:14 +00:00
* Mon Mar 03 2014 David King <amigadave@amigadave.com> - 3.11.91-1
- Update to 3.11.91
* Tue Feb 18 2014 David King <amigadave@amigadave.com> - 3.11.90-1
- Update to 3.11.90
- Validate the desktop file and AppData using "make check"
2014-02-04 09:44:36 +00:00
* Tue Feb 04 2014 David King <amigadave@amigadave.com> - 3.11.5-1
- Update to 3.11.5
2013-12-17 10:19:57 +00:00
* Tue Dec 17 2013 David King <amigadave@amigadave.com> - 3.11.3-1
- Update to 3.11.3
2013-12-12 21:16:16 +00:00
* Thu Dec 12 2013 David King <amigadave@amigadave.com> - 3.11.2-1
- New package.