8
0

Compare commits

...

10 Commits

Author SHA256 Message Date
Stephan Kulow
30cc43d44c Accepting request 123001 from devel:languages:perl
license update: GPL-1.0+ or Artistic-1.0
SPDX format (without CHECK()) (forwarded request 122995 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/123001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-RegExp?expand=0&rev=19
2012-06-01 05:22:44 +00:00
Stephan Kulow
e0d496349e Accepting request 122995 from home:babelworx:ldig:branches:devel:languages:perl
license update: GPL-1.0+ or Artistic-1.0
SPDX format (without CHECK())

OBS-URL: https://build.opensuse.org/request/show/122995
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-RegExp?expand=0&rev=19
2012-05-31 09:29:50 +00:00
Stephan Kulow
d4207cf384 - 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 )
-----------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-RegExp?expand=0&rev=18
2012-05-23 13:02:32 +00:00
Stephan Kulow
84e7c0c292 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-RegExp?expand=0&rev=18
2011-12-06 17:49:52 +00:00
OBS User buildservice-autocommit
f0883cd4b4 Updating link to change in openSUSE:Factory/perl-XML-RegExp revision 18.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-RegExp?expand=0&rev=89451f85729ac2fe22892fe8b3c329a4
2011-12-06 17:49:52 +00:00
Stephan Kulow
1878655875 Accepting request 92145 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-RegExp?expand=0&rev=17
2011-11-21 11:50:40 +00:00
Stephan Kulow
f0f01080f0 use original .tar.gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-RegExp?expand=0&rev=15
2011-11-18 11:31:00 +00:00
Stephan Kulow
35c490d3cf use gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-RegExp?expand=0&rev=14
2011-11-17 15:57:08 +00:00
Stephan Kulow
a275251450 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-RegExp?expand=0&rev=12 2011-11-11 11:24:39 +00:00
93e85ce0e9 Autobuild autoformatter for 55720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-RegExp?expand=0&rev=14
2010-12-13 11:49:01 +00:00
4 changed files with 50 additions and 35 deletions

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

Binary file not shown.

View File

@@ -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

View File

@@ -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