forked from pool/perl-XML-Simple
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
14
XML-Simple-2.16-test.diff
Normal file
14
XML-Simple-2.16-test.diff
Normal file
@@ -0,0 +1,14 @@
|
||||
--- t/2_XMLout.t
|
||||
+++ t/2_XMLout.t
|
||||
@@ -349,6 +349,11 @@
|
||||
\s*<b\s+alpha="1"\s*/>
|
||||
){2}
|
||||
\s*</opt>
|
||||
+|
|
||||
+<opt>
|
||||
+ \s*<b\s+alpha="1"\s*/>
|
||||
+ \s*<a\s+alpha="1"\s*/>
|
||||
+\s*</opt>
|
||||
}xs, 'and encodes as expected');
|
||||
|
||||
|
BIN
XML-Simple-2.16.tar.bz2
(Stored with Git LFS)
Normal file
BIN
XML-Simple-2.16.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
115
perl-XML-Simple.changes
Normal file
115
perl-XML-Simple.changes
Normal file
@@ -0,0 +1,115 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 13 12:20:35 CET 2006 - anicka@suse.cz
|
||||
|
||||
- update to 2.16
|
||||
* Added test/fix for bad GroupTags option
|
||||
* Added new_hashref() hook method
|
||||
* refactored cache save/restore methods for easier overriding
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 11:41:16 CEST 2006 - anicka@suse.cz
|
||||
|
||||
- update to 2.15
|
||||
* Makefile.PL changes: reject known-bad PurePerl and RTF parser
|
||||
modules; default to XML::SAX::Expat if no parser installed
|
||||
* allow '.' characters in variable names
|
||||
* fix output of undefs in arrayrefs with SuppressEmpty
|
||||
* tidy up code and docs around lexical filehandle
|
||||
passed to OutputFile
|
||||
* reduce memory usage by passing XML strings by reference
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:40:04 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 13:34:04 CEST 2005 - mjancar@suse.cz
|
||||
|
||||
- update to 2.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 19 14:01:14 CEST 2004 - mjancar@suse.cz
|
||||
|
||||
- update to 2.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 26 17:37:12 CET 2004 - mjancar@suse.cz
|
||||
|
||||
- update to 2.09
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 11 10:54:41 CET 2004 - adrian@suse.de
|
||||
|
||||
- build as user
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 16:04:45 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- require the perl version we build with
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 07 16:44:05 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- fix tests that depend on certain order of entries
|
||||
in a hash (it is random in perl 5.8.1)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 24 14:51:48 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- update to 2.08
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 14:41:42 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- adapt to perl-5.8.1
|
||||
- use %perl_process_packlist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 09:04:26 CEST 2003 - coolo@suse.de
|
||||
|
||||
- package directories
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 18:23:09 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- don't package MANIFEST
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 19 11:32:53 CEST 2003 - ro@suse.de
|
||||
|
||||
- remove perllocal.pod
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 29 12:38:05 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- update to version 2.03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 27 20:08:02 CET 2002 - prehak@suse.cz
|
||||
|
||||
- updated to version 2.02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 12:42:41 CEST 2002 - mls@suse.de
|
||||
|
||||
- Fixed neededforbuild for perl-5.8.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
|
||||
|
||||
- remove race in .packlist generation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 17:09:12 MEST 2002 - garloff@suse.de
|
||||
|
||||
- Update to 1.08: (rerelease of 1.06 with minor bugfixes)
|
||||
* searchpath set to current dir if not set
|
||||
* obsolete 'convert' script removed from dist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 00:55:53 MET 2002 - garloff@suse.de
|
||||
|
||||
- Creation of package perl-XML-Simple (1.06)
|
||||
(needed by InterMezzo)
|
||||
|
116
perl-XML-Simple.spec
Normal file
116
perl-XML-Simple.spec
Normal file
@@ -0,0 +1,116 @@
|
||||
#
|
||||
# spec file for package perl-XML-Simple (Version 2.16)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-XML-Simple
|
||||
BuildRequires: perl-XML-Parser
|
||||
Version: 2.16
|
||||
Release: 1
|
||||
Requires: expat perl-XML-Parser
|
||||
Requires: perl = %{perl_version}
|
||||
Autoreqprov: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
URL: http://cpan.org/modules/by-module/XML/
|
||||
Summary: Easy API to read/write XML (Perl module)
|
||||
Source: http://www.cpan.org/authors/id/G/GR/GRANTM/XML-Simple-%{version}.tar.bz2
|
||||
Patch: XML-Simple-%{version}-test.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
XML::Simple - Easy API to read/write XML (esp config files)
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Grant McLean <grantm@cpan.org>
|
||||
|
||||
%prep
|
||||
%setup -q -n XML-Simple-%{version}
|
||||
%patch
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes README
|
||||
%doc %{_mandir}/man?/*
|
||||
%{perl_vendorlib}/XML
|
||||
%{perl_vendorarch}/auto/XML
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog -n perl-XML-Simple
|
||||
* Wed Dec 13 2006 - anicka@suse.cz
|
||||
- update to 2.16
|
||||
* Added test/fix for bad GroupTags option
|
||||
* Added new_hashref() hook method
|
||||
* refactored cache save/restore methods for easier overriding
|
||||
* Thu Oct 05 2006 - anicka@suse.cz
|
||||
- update to 2.15
|
||||
* Makefile.PL changes: reject known-bad PurePerl and RTF parser
|
||||
modules; default to XML::SAX::Expat if no parser installed
|
||||
* allow '.' characters in variable names
|
||||
* fix output of undefs in arrayrefs with SuppressEmpty
|
||||
* tidy up code and docs around lexical filehandle
|
||||
passed to OutputFile
|
||||
* reduce memory usage by passing XML strings by reference
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Aug 01 2005 - mjancar@suse.cz
|
||||
- update to 2.14
|
||||
* Thu Aug 19 2004 - mjancar@suse.cz
|
||||
- update to 2.12
|
||||
* Thu Feb 26 2004 - mjancar@suse.cz
|
||||
- update to 2.09
|
||||
* Sun Jan 11 2004 - adrian@suse.de
|
||||
- build as user
|
||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
||||
- require the perl version we build with
|
||||
* Thu Aug 07 2003 - mjancar@suse.cz
|
||||
- fix tests that depend on certain order of entries
|
||||
in a hash (it is random in perl 5.8.1)
|
||||
* Thu Jul 24 2003 - mjancar@suse.cz
|
||||
- update to 2.08
|
||||
* Thu Jul 17 2003 - mjancar@suse.cz
|
||||
- adapt to perl-5.8.1
|
||||
- use %%perl_process_packlist
|
||||
* Wed Jun 18 2003 - coolo@suse.de
|
||||
- package directories
|
||||
* Mon Jun 16 2003 - mjancar@suse.cz
|
||||
- don't package MANIFEST
|
||||
* Mon May 19 2003 - ro@suse.de
|
||||
- remove perllocal.pod
|
||||
* Tue Apr 29 2003 - mjancar@suse.cz
|
||||
- update to version 2.03
|
||||
* Fri Dec 27 2002 - prehak@suse.cz
|
||||
- updated to version 2.02
|
||||
* Mon Jul 29 2002 - mls@suse.de
|
||||
- Fixed neededforbuild for perl-5.8.0
|
||||
* Tue Jul 02 2002 - mls@suse.de
|
||||
- remove race in .packlist generation
|
||||
* Tue Jul 02 2002 - garloff@suse.de
|
||||
- Update to 1.08: (rerelease of 1.06 with minor bugfixes)
|
||||
* searchpath set to current dir if not set
|
||||
* obsolete 'convert' script removed from dist
|
||||
* Thu Jan 17 2002 - garloff@suse.de
|
||||
- Creation of package perl-XML-Simple (1.06)
|
||||
(needed by InterMezzo)
|
Reference in New Issue
Block a user