Bump to 2.84 accepted/tizen_unified accepted/tizen_unified_x accepted/tizen_unified_x_asan sandbox/perl-Alien-Build_2.84 tizen accepted/tizen/unified/20250124.105409 accepted/tizen/unified/x/20250125.012753 accepted/tizen/unified/x/asan/20250211.003527
authorTizenOpenSource <tizenopensrc@samsung.com>
Tue, 21 Jan 2025 02:37:44 +0000 (11:37 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Tue, 21 Jan 2025 02:37:44 +0000 (11:37 +0900)
Change-Id: I78432276f13758757f5dc543258d787fda99eb79
Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
packaging/perl-Alien-Build.manifest [new file with mode: 0644]
packaging/perl-Alien-Build.spec [new file with mode: 0644]

diff --git a/packaging/perl-Alien-Build.manifest b/packaging/perl-Alien-Build.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/perl-Alien-Build.spec b/packaging/perl-Alien-Build.spec
new file mode 100644 (file)
index 0000000..11e7577
--- /dev/null
@@ -0,0 +1,66 @@
+#
+# spec file for package perl-Alien-Build
+#
+# Copyright (c) 2023 Andreas Vögele <andreas@andreasvoegele.com>
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please send bugfixes or comments to the author.
+#
+
+Name:           perl-Alien-Build
+Version:        2.84
+Release:        0
+Summary:        Build external dependencies for use in CPAN
+License:        GPL-1.0-or-later OR Artistic-1.0-Perl
+URL:            https://metacpan.org/dist/Alien-Build
+Source:         Alien-Build-%{version}.tar.gz
+Source1001:     %{name}.manifest
+
+BuildRequires:  perl
+BuildRequires:  perl-File-Which
+BuildRequires:  perl-Test2-Suite
+BuildRequires:  perl-File-chdir
+BuildRequires:  perl-Capture-Tiny
+BuildRequires:  perl-Path-Tiny
+BuildRequires:  perl-FFI-CheckLib
+
+Requires:       perl-File-Which
+Requires:       perl-Test2-Suite
+Requires:       perl-File-chdir
+Requires:       perl-Capture-Tiny
+Requires:       perl-Path-Tiny
+Requires:       perl-FFI-CheckLib
+
+%description
+This Perl module provides tools for building external dependencies, such as C
+libraries, for CPAN.
+
+%prep
+%setup -q -n Alien-Build-%{version}
+cp %{SOURCE1001} .
+
+%build
+%{__perl} Makefile.PL 
+%{__make} %{?_smp_mflags}
+
+%install
+%perl_make_install
+%perl_process_packlist
+%perl_gen_filelist
+
+%check
+#%%{__make} test
+
+%files -f %{name}.files
+%manifest %{name}.manifest
+%license LICENSE
+
+