From: Jan Rękorajski Date: Sat, 4 Dec 2021 22:15:48 +0000 (+0100) Subject: - build it as an arch dependant package for now, rel 2 X-Git-Tag: auto/th/perl-Alien-GSL-1.07-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=83a9e7001656aa8a65d21a9646ca922aecc22340;p=packages%2Fperl-Alien-GSL.git - build it as an arch dependant package for now, rel 2 --- diff --git a/perl-Alien-GSL.spec b/perl-Alien-GSL.spec index eba19e5..14e79e6 100644 --- a/perl-Alien-GSL.spec +++ b/perl-Alien-GSL.spec @@ -1,4 +1,6 @@ # +# TODO: fix perl-Alien-Build dirs, this package is noarch +# # Conditional build: %bcond_without tests # do not perform "make test" # @@ -7,7 +9,7 @@ Summary: Alien::GSL - Easy installation of the GSL library Name: perl-Alien-GSL Version: 1.07 -Release: 1 +Release: 2 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl @@ -23,9 +25,11 @@ BuildRequires: perl-Alien-Base BuildRequires: perl-Test-Alien BuildRequires: perl-Test2-Suite %endif -BuildArch: noarch +#BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _enable_debug_packages 0 + %description Alien::GSL - Easy installation of the GSL library. @@ -43,7 +47,7 @@ Alien::GSL - Easy installation of the GSL library. %install rm -rf $RPM_BUILD_ROOT -%{__make} pure_install \ +%{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean