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

Revision 8119, 3.9 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1%define name    baobab
2%define version 3.10.1
3%define release 2%{?_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.10/%{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}/appdata/baobab.appdata.xml
90%{_datadir}/applications/%{name}.desktop
91%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
92%{_datadir}/icons/hicolor/*/*/*
93%{_datadir}/icons/HighContrast/*/*/*
94%{_mandir}/man1/%{name}.1.gz
95
96%changelog
97* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
98- rebuild with VineSeed environment
99
100* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
101- new upstream release
102
103* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
104- new upstream release
105
106* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
107- new upstream release
108
109* Sun Jan 13 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.4-1
110- new upstream release
111
112* Fri Nov 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
113- new upstream release
114
115* Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
116- new upstream release
117- add BuildRequires: vala-tools
118
119* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
120- new upstream release
121- remove old patches and required packages
122
123* Sat Sep 06 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.2-1vl5
124- applied new versioning policy, spec in utf-8
125
126* Fri Jan 26 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4.2-0vl2
127- add patch1; workaround to fix non utf-8 character encoding.
128- add patch2 to update ja.po.
129- coorrectly handle gconf scheme at post & preun.
130
131* Sun Sep 24 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4.2-0vl1
132- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.