/[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 1201017 - (show annotations) (download)
Wed Feb 14 18:24:39 2018 UTC (6 years, 2 months ago) by ovitters
File size: 1576 byte(s)
new version 3.27.90
1 %define url_ver %(echo %{version}|cut -d. -f1,2)
2
3 Name: baobab
4 Version: 3.27.90
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)
15 BuildRequires: pkgconfig(gtk+-3.0)
16 BuildRequires: pkgconfig(gobject-introspection-1.0)
17 BuildRequires: pkgconfig(libgtop-2.0)
18 BuildRequires: vala
19
20 %description
21 Disk Usage Analyzer is is a graphical, menu-driven application to analyze
22 disk usage in any Gnome environment. Disk Usage Analyzer can easily scan
23 either the whole file-system tree, or a specific user-requested directory
24 branch (local or remote).
25
26 It also auto-detects in real-time any changes made to your home directory
27 as far as any mounted/unmounted device. Disk Usage Analyzer also provides
28 a full graphical tree-map window for each selected folder.
29
30 %prep
31 %setup -q
32
33 %build
34 %configure2_5x
35 %make_build
36
37 %install
38 %make_install
39
40 #we don't want these
41 find %{buildroot} -name '*.la' -delete
42
43 %find_lang %{name} --with-gnome
44
45 %files -f %{name}.lang
46 %doc README NEWS AUTHORS ChangeLog
47 %{_bindir}/%{name}
48 %{_datadir}/appdata/org.gnome.baobab.appdata.xml
49 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
50 %{_datadir}/applications/org.gnome.%{name}.desktop
51 %{_datadir}/dbus-1/services/org.gnome.%{name}.service
52 %{_datadir}/icons/*/*/apps/%{name}*.*
53 %{_mandir}/man1/%{name}.1*

  ViewVC Help
Powered by ViewVC 1.1.30