Update to 3.27.90
- Switch to the meson build system
This commit is contained in:
parent
22fb82c6b2
commit
9342318b8f
1
.gitignore
vendored
1
.gitignore
vendored
@ -53,3 +53,4 @@
|
||||
/baobab-3.25.92.tar.xz
|
||||
/baobab-3.26.0.tar.xz
|
||||
/baobab-3.26.1.tar.xz
|
||||
/baobab-3.27.90.tar.xz
|
||||
|
23
baobab.spec
23
baobab.spec
@ -1,19 +1,20 @@
|
||||
%global gtk3_version 3.19.1
|
||||
|
||||
Name: baobab
|
||||
Version: 3.26.1
|
||||
Release: 3%{?dist}
|
||||
Version: 3.27.90
|
||||
Release: 1%{?dist}
|
||||
Summary: A graphical directory tree analyzer
|
||||
|
||||
License: GPLv2+ and GFDL
|
||||
URL: https://wiki.gnome.org/Apps/Baobab
|
||||
Source0: https://download.gnome.org/sources/baobab/3.26/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/baobab/3.27/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: itstool
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala
|
||||
|
||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||
@ -33,18 +34,18 @@ any change made to your home folder as far as any mounted/unmounted device.
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/org.gnome.baobab.appdata.xml
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
|
||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.baobab.desktop
|
||||
|
||||
|
||||
@ -52,16 +53,20 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.baobab.des
|
||||
%doc AUTHORS NEWS README
|
||||
%license COPYING COPYING.docs
|
||||
%{_bindir}/baobab
|
||||
%{_datadir}/appdata/org.gnome.baobab.appdata.xml
|
||||
%{_datadir}/applications/org.gnome.baobab.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.baobab.service
|
||||
%{_datadir}/icons/hicolor/*/apps/baobab.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/baobab-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/baobab-symbolic.svg
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
|
||||
%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
|
||||
%{_mandir}/man1/baobab.1*
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 06 2018 Kalev Lember <klember@redhat.com> - 3.27.90-1
|
||||
- Update to 3.27.90
|
||||
- Switch to the meson build system
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (baobab-3.26.1.tar.xz) = be16249de5ba22ef40b7addaae9823ac9d853422d33b3c345aaca1e07e3497793ec00bddfadc0da882b3c187419210026a4a6e66d23ce7c5cac455d39cfd9375
|
||||
SHA512 (baobab-3.27.90.tar.xz) = 5f474b3b46f3a4312c6f3e2c070b7762adcb7f85a9d7276c5073e0d4c597f31030c77a590e6019fe24003de774ad64708c35bdcc8b221a00967e729fc11914ac
|
||||
|
Loading…
Reference in New Issue
Block a user