]> git.pld-linux.org Git - SPECS.git/blob - gnome-system-log.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gnome-system-log.spec
1 Summary:        System log viewer for GNOME
2 Summary(pl.UTF-8):      Przeglądarka logów systemowych dla GNOME
3 Name:           gnome-system-log
4 Version:        3.9.90
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-system-log/3.9/%{name}-%{version}.tar.xz
9 # Source0-md5:  d5299de7badbfefce6d7ae26dd031cce
10 URL:            http://live.gnome.org/GnomeUtils
11 BuildRequires:  autoconf >= 2.63
12 BuildRequires:  automake >= 1:1.11
13 BuildRequires:  gettext-tools >= 0.17
14 BuildRequires:  glib2-devel >= 1:2.32.0
15 BuildRequires:  gnome-doc-utils
16 BuildRequires:  gtk+3-devel >= 3.9.11
17 BuildRequires:  intltool >= 0.40.0
18 BuildRequires:  pkgconfig >= 1:0.22
19 BuildRequires:  rpmbuild(find_lang) >= 1.35
20 BuildRequires:  rpmbuild(macros) >= 1.592
21 BuildRequires:  zlib-devel
22 Requires(post,postun):  glib2 >= 1:2.26.0
23 Requires(post,postun):  gtk-update-icon-cache
24 Requires:       glib2 >= 1:2.32.0
25 Requires:       gtk+3 >= 3.9.11
26 Requires:       hicolor-icon-theme
27 Provides:       gnome-utils-logview = 1:%{version}-%{release}
28 Obsoletes:      gnome-utils-logview < 1:3.3.2-1
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Allows to view system logs.
33
34 %description -l pl.UTF-8
35 Pozwala na przeglądanie logów systemowych.
36
37 %prep
38 %setup -q
39
40 %build
41 install -d m4
42 %{__intltoolize}
43 %{__aclocal} -I m4
44 %{__autoheader}
45 %{__autoconf}
46 %{__automake}
47 %configure \
48         --disable-silent-rules
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %find_lang %{name} --with-gnome
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %post
63 %update_icon_cache hicolor
64 %update_icon_cache HighContrast
65 %glib_compile_schemas
66
67 %postun
68 %update_icon_cache hicolor
69 %update_icon_cache HighContrast
70 %glib_compile_schemas
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc NEWS TODO
75 %attr(755,root,root) %{_bindir}/gnome-system-log
76 %{_desktopdir}/gnome-system-log.desktop
77 %{_iconsdir}/hicolor/*/*/*.png
78 %{_datadir}/GConf/gsettings/logview.convert
79 %{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-log.gschema.xml
80 %{_mandir}/man1/gnome-system-log.1*
81 %{_iconsdir}/HighContrast/*/apps/*.png
This page took 0.304681 seconds and 3 git commands to generate.