Browse code

Revert "Add perl-XML-LibXML and its dependencies. (bug 2102188)" Around 20 packages need to added to make XML::LibXML work, don't have enough time to make it work. We may have to revisit this at a later time.

This reverts commit d29b3f9b91b5e23edc4cf1704aa12119e3944205.

Change-Id: I824b2db9e28fd57ae1ac3dfc84c0851632885534
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5109
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George

Xiaolin Li authored on 2018/05/02 07:26:32
Showing 3 changed files
1 1
deleted file mode 100644
... ...
@@ -1,49 +0,0 @@
1
-Summary:        Perl interface to the Gnome libxml2 library
2
-Name:           perl-XML-LibXML
3
-Version:        2.0132
4
-Release:        1%{?dist}
5
-Group:          Development/Libraries
6
-License:        (GPL+ or Artistic) and Public Domain
7
-URL:            http://search.cpan.org/dist/XML-LibXML/
8
-Source0:        http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz
9
-%define sha1    XML-LibXML=c5e316a5fabd656324d9d75c33b2593289c28c33
10
-Vendor:         VMware, Inc.
11
-Distribution:   Photon
12
-BuildRequires:  libxml2-devel >= 2.9.6
13
-BuildRequires:  perl
14
-BuildRequires:  perl-DBI
15
-Requires:       perl-DBI
16
-Requires:       perl
17
-Requires:       perl-XML-NamespaceSupport
18
-Requires:       perl-XML-SAX
19
-
20
-%description
21
-This module implements a Perl interface to the Gnome libxml2 library which
22
-provides interfaces for parsing and manipulating XML files. This module allows
23
-Perl programmers to make use of the highly capable validating XML parser and
24
-the high performance DOM implementation.
25
-
26
-%prep
27
-%setup -q -n XML-LibXML-%{version}
28
-
29
-%build
30
-CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
31
-make %{?_smp_mflags} OPTIMIZE="%{optflags}"
32
-
33
-%install
34
-make pure_install DESTDIR=%{buildroot}
35
-find %{buildroot} -type f \( -name .packlist -o \
36
-     -name '*.bs' -size 0 \) -exec rm -f {} ';'
37
-%{_fixperms} %{buildroot}/*
38
-
39
-%check
40
-make test
41
-
42
-%files
43
-%{perl_vendorarch}/auto/*
44
-%{perl_vendorarch}/XML/
45
-%{_mandir}/man3/*
46
-
47
-%changelog
48
-*   Tue Apr 24 2018 Xiaolin Li <xiaolinl@vmware.com> 2.0132-1
49
--   Initial version.
50 1
deleted file mode 100644
... ...
@@ -1,47 +0,0 @@
1
-%global debug_package %{nil}
2
-Summary:        Offers a simple way to process namespaced XML names
3
-Name:           perl-XML-NamespaceSupport
4
-Version:        1.12
5
-Release:        1%{?dist}
6
-Group:          Development/Libraries
7
-License:        (GPL+ or Artistic) and Public Domain
8
-URL:            http://search.cpan.org/dist/XML-NamespaceSupport/
9
-Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-%{version}.tar.gz
10
-%define sha1    XML-NamespaceSupport=f07cf650e0bd52714fc3da39d19a95bc6290e4ef
11
-Vendor:         VMware, Inc.
12
-Distribution:   Photon
13
-BuildRequires:  perl
14
-BuildRequires:  perl-DBI
15
-Requires:       perl-DBI
16
-Requires:       perl
17
-BuildArch:      noarch
18
-
19
-%description
20
-This module offers a simple way to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides a number of basic checks.
21
-
22
-The model for this module is SAX2's NamespaceSupport class, readable at
23
-http://www.saxproject.org/namespaces.html
24
-
25
-%prep
26
-%setup -q -n XML-NamespaceSupport-%{version}
27
-
28
-%build
29
-CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
30
-make %{?_smp_mflags} OPTIMIZE="%{optflags}"
31
-
32
-%install
33
-make pure_install DESTDIR=%{buildroot}
34
-find %{buildroot} -type f \( -name .packlist -o \
35
-     -name '*.bs' -size 0 \) -exec rm -f {} ';'
36
-%{_fixperms} %{buildroot}/*
37
-
38
-%check
39
-make test
40
-
41
-%files
42
-%{perl_vendorlib}/XML/*
43
-%{_mandir}/man3/*
44
-
45
-%changelog
46
-*   Tue Apr 24 2018 Xiaolin Li <xiaolinl@vmware.com> 1.12-1
47
--   Initial version.
48 1
deleted file mode 100644
... ...
@@ -1,45 +0,0 @@
1
-%global debug_package %{nil}
2
-Summary:        Simple API for XML
3
-Name:           perl-XML-SAX
4
-Version:        1.00
5
-Release:        1%{?dist}
6
-Group:          Development/Libraries
7
-License:        (GPL+ or Artistic) and Public Domain
8
-URL:            http://search.cpan.org/dist/XML-SAX/
9
-Source0:        http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-%{version}.tar.gz
10
-%define sha1    XML-SAX=1151e38f305dd1362372c6f9834fae2200d90dbc
11
-Vendor:         VMware, Inc.
12
-Distribution:   Photon
13
-BuildRequires:  perl
14
-BuildRequires:  perl-DBI
15
-Requires:       perl-DBI
16
-Requires:       perl
17
-Requires:       perl-XML-NamespaceSupport
18
-BuildArch:      noarch
19
-
20
-%description
21
-XML::SAX is a SAX parser access API for Perl. It includes classes and APIs required for implementing SAX drivers, along with a factory class for returning any SAX parser installed on the user's system.
22
-
23
-%prep
24
-%setup -q -n XML-SAX-%{version}
25
-
26
-%build
27
-CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
28
-make %{?_smp_mflags} OPTIMIZE="%{optflags}"
29
-
30
-%install
31
-make pure_install DESTDIR=%{buildroot}
32
-find %{buildroot} -type f \( -name .packlist -o \
33
-     -name '*.bs' -size 0 \) -exec rm -f {} ';'
34
-%{_fixperms} %{buildroot}/*
35
-
36
-%check
37
-make test
38
-
39
-%files
40
-%{perl_vendorlib}/XML/*
41
-%{_mandir}/man3/*
42
-
43
-%changelog
44
-*   Tue Apr 24 2018 Xiaolin Li <xiaolinl@vmware.com> 1.00-1
45
--   Initial version.