]> git.pld-linux.org Git - packages/jhbuild.git/commitdiff
turn into noarch package; rel 2 auto/th/jhbuild-3.38.0-2
authorJan Palus <atler@pld-linux.org>
Sat, 6 Mar 2021 17:58:47 +0000 (18:58 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 6 Mar 2021 17:58:47 +0000 (18:58 +0100)
jhbuild.spec

index 1a019623cef4957ea8760d277afb67899a7c990b..33ecf25490c9220659e3542f6be5cb5ebd6d70c1 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Tool to ease building collections of source packages
 Summary(pl.UTF-8):     Narzędzie ułatwiające budowanie zbioru pakietów źródłowych
 Name:          jhbuild
 Version:       3.38.0
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Development/Tools
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/jhbuild/3.38/%{name}-%{version}.tar.xz
@@ -16,6 +16,7 @@ BuildRequires:        tar >= 1:1.22
 BuildRequires: xz
 BuildRequires: yelp-tools
 Requires:      python3 >= 1:3.5
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,6 +42,9 @@ projektami.
 
 %build
 %configure \
+       ac_cv_build=%{_build} \
+       ac_cv_host=%{_host} \
+       am_cv_python_pythondir=%{py3_sitescriptdir} \
        --enable-doc-installation \
        --enable-gui \
        --with-python=%{__python3}
@@ -61,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README.rst
 %attr(755,root,root) %{_bindir}/jhbuild
-%{py3_sitedir}/jhbuild
+%{py3_sitescriptdir}/jhbuild
 %dir %{_datadir}/jhbuild
 %{_datadir}/jhbuild/sitecustomize
 %{_datadir}/jhbuild/triggers
This page took 0.082675 seconds and 4 git commands to generate.