8
0

3 Commits

3 changed files with 20 additions and 1 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-XML-Entities/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-XML-Entities)

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 9 14:27:49 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Replace usage of %jobs for reproducible builds (boo#1237231)
-------------------------------------------------------------------
Mon Mar 4 16:11:41 UTC 2024 - pgajdos@suse.com

View File

@@ -24,6 +24,7 @@ Summary: Perl Module to decode Strings with XML Entities
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Source: http://search.cpan.org/CPAN/authors/id/S/SI/SIXTEASE/XML-Entities-%{version}.tar.gz
Source100: README.md
Patch1: perl-XML-Entities-local_files.patch
Source10: http://www.w3.org/2003/entities/iso9573-2003doc/overview.html
Source11: http://www.w3.org/2003/entities/iso9573-2003doc/../iso9573-2003/isobox.ent
@@ -48,6 +49,7 @@ Source29: http://www.w3.org/2003/entities/iso9573-2003doc/../iso9573-2003/
Source30: http://www.w3.org/2003/entities/iso9573-2003doc/../iso9573-2003/isomopf.ent
Source31: http://www.w3.org/2003/entities/iso9573-2003doc/../iso9573-2003/isomscr.ent
Source32: http://www.w3.org/2003/entities/iso9573-2003doc/../iso9573-2003/isotech.ent
Source100: README.md
Url: http://search.cpan.org/dist/XML-Entities/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
@@ -74,7 +76,7 @@ done
%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?jobs:-j%{jobs}}
%make_build
%install
%perl_make_install