source: projects/specs/trunk/g/gnome-system-log/gnome-system-log-vl.spec @ 6890

Revision 6890, 1.8 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

Line 
1Summary:        GNOME logfile viewer
2Summary(ja):    GNOME ログビューアー
3Name:           gnome-system-log
4Version:        3.6.0
5Release:        1%{?_dist_release}
6License:        GPLv2+
7Group:          User Interface/Desktops
8URL:            http://www.gnome.org
9
10Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.6/%{name}-%{version}.tar.xz
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires:  gtk3-devel
15BuildRequires:  itstool
16
17Requires(postun,posttrans):     glib2
18Requires(postun,posttrans):     desktop-file-utils
19
20Vendor:         Project Vine
21Distribution:   Vine Linux
22Packager:       Takemikaduchi
23
24
25%description
26gnome-system-log is a simple utility to display system log files.
27
28%description -l ja
29gnome-system-log はシステムログファイルを閲覧するためのシンプルなユーティリティーです。
30
31%prep
32%setup -q
33
34%build
35%configure
36make %{?_smp_mflags}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41make install DESTDIR=$RPM_BUILD_ROOT
42
43%find_lang %{name} --all-name --with-gnome
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%post
49touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
50
51%postun
52touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
53gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
54glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
55update-desktop-database -q &> /dev/null ||:
56
57%posttrans
58glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
59gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
60update-desktop-database -q &> /dev/null ||:
61
62
63%files -f %{name}.lang
64%defattr(-,root,root,-)
65%{_bindir}/%{name}
66%{_datadir}/GConf/gsettings/logview.convert
67%{_datadir}/applications/%{name}.desktop
68%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-log.gschema.xml
69%{_datadir}/icons/hicolor/*/*/*
70%{_mandir}/man1/%{name}.1.gz
71
72
73%changelog
74* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
75- initial build
Note: See TracBrowser for help on using the repository browser.