]> git.pld-linux.org Git - packages/alacarte.git/commitdiff
- updated to 3.44.2 auto/th/alacarte-3.44.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Jun 2022 18:19:34 +0000 (20:19 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Jun 2022 18:19:34 +0000 (20:19 +0200)
alacarte.spec

index 983015d31870ca761d3e53bc63901f9a839309ff..f12db6d81abdcabc5152e42d70bde26e50300c38 100644 (file)
@@ -1,21 +1,20 @@
 Summary:       Menu editor for the GNOME desktop
 Summary(pl.UTF-8):     Edytor menu dla GNOME
 Name:          alacarte
-Version:       3.44.0
+Version:       3.44.2
 Release:       1
 License:       LGPL v2+
 Group:         X11/Applications
 Source0:       https://download.gnome.org/sources/alacarte/3.44/%{name}-%{version}.tar.xz
-# Source0-md5: 89bf4856e522672199075aed38c82fb5
+# Source0-md5: fddf75e33bb43feca0049c3ee4588fb6
 URL:           https://gitlab.gnome.org/GNOME/alacarte
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.7
-BuildRequires: gettext-tools
+BuildRequires: gettext-tools >= 0.19.8
 BuildRequires: gnome-menus-devel >= 3.5.3
-BuildRequires: intltool >= 0.40.0
 BuildRequires: libxslt-progs
 BuildRequires: pkgconfig >= 1:0.21
-BuildRequires: python3 >= 1:3.3
+BuildRequires: python3 >= 1:3.7
 BuildRequires: python3-pygobject3-devel >= 3.0
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.311
@@ -45,12 +44,16 @@ potrzeb.
 %setup -q
 
 %build
-%{__intltoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+%ifnarch x32
+       --build=%{_host} \
+       --host=%{_host} \
+%endif
+       --disable-silent-rules
 
 %{__make}
 
This page took 0.055414 seconds and 4 git commands to generate.