Summary: GNOME logfile viewer Summary(ja): GNOME ログビューアー Name: gnome-system-log Version: 3.6.0 Release: 1%{?_dist_release} License: GPLv2+ Group: User Interface/Desktops URL: http://www.gnome.org Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.6/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gtk3-devel BuildRequires: itstool Requires(postun,posttrans): glib2 Requires(postun,posttrans): desktop-file-utils Vendor: Project Vine Distribution: Vine Linux Packager: Takemikaduchi %description gnome-system-log is a simple utility to display system log files. %description -l ja gnome-system-log はシステムログファイルを閲覧するためのシンプルなユーティリティーです。 %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} --all-name --with-gnome %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : %postun touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: update-desktop-database -q &> /dev/null ||: %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : update-desktop-database -q &> /dev/null ||: %files -f %{name}.lang %defattr(-,root,root,-) %{_bindir}/%{name} %{_datadir}/GConf/gsettings/logview.convert %{_datadir}/applications/%{name}.desktop %{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-log.gschema.xml %{_datadir}/icons/hicolor/*/*/* %{_mandir}/man1/%{name}.1.gz %changelog * Sun Sep 30 2012 Yoji TOYODA 3.6.0-1 - initial build