source: projects/specs/trunk/b/baobab/baobab-vl.spec @ 7327

Revision 7327, 3.5 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

Line 
1%define name    baobab
2%define version 3.6.4
3%define release 1%{?_dist_release}
4
5Summary:        A graphical disk usage analyzer
6Summary(ja):    グラフィカルなハードディスク使用量の分析ツール
7Name:           %{name}
8Version:        %{version}
9Release:        %{release}
10Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.6/%{name}-%{version}.tar.xz
11License:        GPLv2+
12Group:          User Interface/Desktops
13URL:            http://www.gnome.org
14
15BuildRequires:  gtk3-devel
16BuildRequires:  itstool
17BuildRequires:  vala-tools
18
19Requires(postun,posttrans):     glib2
20Requires(postun,posttrans):     desktop-file-utils
21
22BuildRoot:      %{_tmppath}/%{name}-%{version}-root
23
24Vendor:         Project Vine
25Distribution:   Vine Linux
26Packager:       Takemikaduchi
27
28%description
29A graphical tool to analyse disk usage in local and remote filesystems.
30
31Baobab is able to scan either specific directories (local or remote) or
32the whole filesystem, in order to give the user a graphical tree repre-
33sentation including each directory size or percentage in the branch.
34It also includes a complete file-search functionality and auto-detects
35in real-time any changes made to your home directory as far as any
36mounted/unmounted device.
37
38%description -l ja
39ローカル及びリモートファイルシステムの、ハードディスク使用量をグラフィ
40カルに分析するツールです。
41
42Baobab は、各ディレクトリのサイズと使用量をグラフィカルに表示する為に、
43指定したディレクトリ(ローカルまたはリモート)やファイルシステム全体を
44スキャンできます。また完全なファイル検索機能や、ホームディレクトリへの
45変更をリアルタイムに自動で検出する機能も含んでいます。
46
47
48%prep
49
50%setup -q
51
52%build
53%configure
54make %{?_smp_mflags}
55
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60make install DESTDIR=$RPM_BUILD_ROOT
61
62find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
63
64%find_lang %{name} --all-name --with-gnome
65
66
67%clean
68rm -rf ${RPM_BUILD_ROOT}
69
70
71%post
72touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
73
74%postun
75touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
76gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
77glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
78update-desktop-database -q &> /dev/null ||:
79
80%posttrans
81glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
82gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
83update-desktop-database -q &> /dev/null ||:
84
85
86%files -f %{name}.lang
87%defattr(-,root,root,-)
88%{_bindir}/%{name}
89%{_datadir}/applications/%{name}.desktop
90%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
91%{_datadir}/icons/hicolor/*/*/*
92%{_mandir}/man1/%{name}.1.gz
93
94%changelog
95* Sun Jan 13 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.4-1
96- new upstream release
97
98* Fri Nov 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
99- new upstream release
100
101* Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
102- new upstream release
103- add BuildRequires: vala-tools
104
105* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
106- new upstream release
107- remove old patches and required packages
108
109* Sat Sep 06 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.2-1vl5
110- applied new versioning policy, spec in utf-8
111
112* Fri Jan 26 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4.2-0vl2
113- add patch1; workaround to fix non utf-8 character encoding.
114- add patch2 to update ja.po.
115- coorrectly handle gconf scheme at post & preun.
116
117* Sun Sep 24 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4.2-0vl1
118- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.