/[packages]/cauldron/baobab/current/SPECS/baobab.spec
ViewVC logotype

Contents of /cauldron/baobab/current/SPECS/baobab.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 463206 - (show annotations) (download)
Sun Aug 4 10:47:41 2013 UTC (10 years, 7 months ago) by wally
File size: 1738 byte(s)
- bump vala req (SILENT)
1 %define url_ver %(echo %{version}|cut -d. -f1,2)
2
3 Name: baobab
4 Version: 3.9.3
5 Release: %mkrel 1
6 Summary: Disk Usage Analyzer (aka Baobab)
7 License: GPLv2+
8 Group: File tools
9 Url: http://live.gnome.org/GnomeUtils/Baobab
10 Source0: http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
11 BuildRequires: itstool
12 BuildRequires: intltool
13 BuildRequires: pkgconfig(gnome-doc-utils)
14 BuildRequires: pkgconfig(glib-2.0) >= 2.36.0
15 BuildRequires: pkgconfig(gtk+-3.0) >= 3.8.0
16 BuildRequires: pkgconfig(libgtop-2.0)
17 BuildRequires: vala-tools >= 0.20.1.41
18 BuildRequires: gobject-introspection-devel
19 Conflicts: gnome-utils < 1:3.3.1
20
21 %description
22 Disk Usage Analyzer is is a graphical, menu-driven application to analyze
23 disk usage in any Gnome environment. Disk Usage Analyzer can easily scan
24 either the whole file-system tree, or a specific user-requested directory
25 branch (local or remote).
26
27 It also auto-detects in real-time any changes made to your home directory
28 as far as any mounted/unmounted device. Disk Usage Analyzer also provides
29 a full graphical tree-map window for each selected folder.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure2_5x
36 %make
37
38 %install
39 %makeinstall_std
40
41 #fix desktop file
42 desktop-file-install \
43 --dir=%{buildroot}%{_datadir}/applications \
44 %{buildroot}%{_datadir}/applications/%{name}.desktop
45
46 #we don't want these
47 find %{buildroot} -name '*.la' -delete
48
49 %find_lang %{name} --with-gnome --with-help
50
51 %files -f %{name}.lang
52 %doc README NEWS AUTHORS ChangeLog
53 %{_bindir}/%{name}
54 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
55 %{_datadir}/applications/%{name}.desktop
56 %{_datadir}/icons/*/*/apps/%{name}.png
57 %{_datadir}/icons/hicolor/scalable/actions/view-*-symbolic.svg
58 %{_mandir}/man1/%{name}.1.*

  ViewVC Help
Powered by ViewVC 1.1.30