Bump to perl-YAML 1.30 75/278675/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified sandbox/dh0128.kwak/perl-YAML-1.30-20220725 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/7.0/unified/20221110.060024 accepted/tizen/7.0/unified/hotfix/20221116.111253 accepted/tizen/8.0/unified/20231005.095349 accepted/tizen/unified/20220726.012247 submit/tizen/20220725.051355 submit/tizen/20220725.052811 tizen_7.0_m2_release tizen_8.0_m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 25 Jul 2022 04:32:50 +0000 (13:32 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 25 Jul 2022 04:32:50 +0000 (13:32 +0900)
Change-Id: Idf131bd818b7de07773cd8fd39016b39054a0f06

packaging/perl-YAML.manifest [new file with mode: 0644]
packaging/perl-YAML.spec [new file with mode: 0644]

diff --git a/packaging/perl-YAML.manifest b/packaging/perl-YAML.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-YAML.spec b/packaging/perl-YAML.spec
new file mode 100644 (file)
index 0000000..c9a8af0
--- /dev/null
@@ -0,0 +1,43 @@
+Name:           perl-YAML
+Version:        1.30
+Release:        0
+License:        GPL-1.0+ or Artistic-1.0
+Summary:        YAML Ain't Markup Language (tm)
+Group:          Development/Libraries/Perl
+Url:            http://search.cpan.org/dist/YAML/
+%define cpan_name YAML
+Source:         %{cpan_name}-%{version}.tar.gz
+Source1001:    perl-YAML.manifest
+
+BuildRequires:  perl
+BuildRequires:  perl-macros
+
+BuildArch:      noarch
+
+%description
+The YAML.pm module implements a YAML Loader and Dumper based on the YAML
+1.0 specification. the http://www.yaml.org/spec/ manpage
+
+YAML is a generic data serialization language that is optimized for human
+readability. It can be used to express the data structures of most modern
+programming languages. (Including Perl!!!)
+
+For information on the YAML syntax, please refer to the YAML specification.
+
+%prep
+%setup -q -n %{cpan_name}-%{version}
+cp %{SOURCE1001} .
+
+%build
+perl -I. Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+%perl_make_install
+%perl_process_packlist
+%remove_docs
+%perl_gen_filelist
+
+%files -f %{name}.files
+%manifest %{name}.manifest
+%license LICENSE