/[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 980625 - (show annotations) (download)
Sun Feb 28 22:49:08 2016 UTC (8 years, 1 month ago) by ovitters
File size: 1648 byte(s)
new version 3.19.91
1 %define url_ver %(echo %{version}|cut -d. -f1,2)
2
3 Name: baobab
4 Version: 3.19.91
5 Release: %mkrel 1
6 Summary: Disk Usage Analyzer (aka Baobab)
7 License: GPLv2+
8 Group: File tools
9 Url: https://wiki.gnome.org/GnomeUtils/Baobab
10 Source0: https://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 #we don't want these
42 find %{buildroot} -name '*.la' -delete
43
44 %find_lang %{name} --with-gnome --with-help
45
46 %files -f %{name}.lang
47 %doc README NEWS AUTHORS ChangeLog
48 %{_bindir}/%{name}
49 %{_datadir}/appdata/org.gnome.baobab.appdata.xml
50 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
51 %{_datadir}/applications/org.gnome.%{name}.desktop
52 %{_datadir}/dbus-1/services/org.gnome.%{name}.service
53 %{_datadir}/icons/*/*/apps/%{name}*.*
54 %{_mandir}/man1/%{name}.1.*

  ViewVC Help
Powered by ViewVC 1.1.30