forked from pool/perl-XML-RegExp
Compare commits
10 Commits
4eb57ad271
...
30cc43d44c
Author | SHA256 | Date | |
---|---|---|---|
|
30cc43d44c | ||
|
e0d496349e | ||
|
d4207cf384 | ||
|
84e7c0c292 | ||
|
f0883cd4b4 | ||
|
1878655875 | ||
|
f0f01080f0 | ||
|
35c490d3cf | ||
|
a275251450 | ||
93e85ce0e9 |
BIN
XML-RegExp-0.03.tar.bz2
(Stored with Git LFS)
BIN
XML-RegExp-0.03.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
XML-RegExp-0.04.tar.gz
(Stored with Git LFS)
Normal file
BIN
XML-RegExp-0.04.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 31 08:46:15 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
- license update: GPL-1.0+ or Artistic-1.0
|
||||
SPDX format (without CHECK())
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 13:00:19 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to 0.04
|
||||
- Fixed version number bug in $VERSION, set to 0.04 instead of 0.02
|
||||
( https://rt.cpan.org/Public/Bug/Display.html?id=38536 )
|
||||
|
||||
-----------------------------------------------------------------
|
||||
Fri Nov 18 11:07:54 UTC 2011 - coolo@suse.com
|
||||
|
||||
- use original .tar.gz
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 19:21:00 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-XML-RegExp (Version 0.03)
|
||||
# spec file for package perl-XML-RegExp
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,55 +15,52 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-XML-RegExp
|
||||
Version: 0.03
|
||||
Release: 621
|
||||
AutoReqProv: on
|
||||
Version: 0.04
|
||||
Release: 0
|
||||
%define cpan_name XML-RegExp
|
||||
Summary: Regular expressions for XML tokens
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic
|
||||
Url: http://cpan.org/modules/by-module/XML/
|
||||
Summary: Regular Expressions for XML Tokens
|
||||
Source: XML-RegExp-%{version}.tar.bz2
|
||||
Url: http://search.cpan.org/dist/XML-RegExp/
|
||||
Source: http://www.cpan.org/authors/id/T/TJ/TJMATHER/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
#BuildRequires: perl(XML::RegExp)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This package contains regular expressions for the following XML tokens:
|
||||
BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar,
|
||||
NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
|
||||
BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar,
|
||||
EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
|
||||
|
||||
The definitions of these tokens were taken from the XML spec (Extensible
|
||||
Markup Language 1.0) at the http://www.w3.org/TR/REC-xml manpage.
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Enno Derksen <enno@att.com>
|
||||
Also contains the regular expressions for the following tokens from the XML
|
||||
Namespaces spec at the http://www.w3.org/TR/REC-xml-names manpage:
|
||||
NCNameChar, NCName, QName, Prefix and LocalPart.
|
||||
|
||||
%prep
|
||||
%setup -n XML-RegExp-%{version}
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make %{?_smp_mflags}
|
||||
make test
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc %{_mandir}/man?/*
|
||||
%{perl_vendorarch}/auto/XML
|
||||
%{perl_vendorlib}/XML
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user