]> git.pld-linux.org Git - packages/perl-Alien-GSL.git/commitdiff
- build it as an arch dependant package for now, rel 2 auto/th/perl-Alien-GSL-1.07-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 4 Dec 2021 22:15:48 +0000 (23:15 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 4 Dec 2021 22:16:12 +0000 (23:16 +0100)
perl-Alien-GSL.spec

index eba19e5c9bb5631f4cf009a8eda01c4cb9fa77ba..14e79e63079ad85c3678bb08c08cb5d4196fbbfe 100644 (file)
@@ -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
This page took 0.140261 seconds and 4 git commands to generate.