Sync from SUSE:SLFO:Main perl-XML-Twig revision a3f67df41f338273aa4df673d2d0c911

This commit is contained in:
Adrian Schröter 2024-10-03 17:48:53 +02:00
parent 1dc3986b65
commit a2be79017e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 16:15:09 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Mon Jul 13 17:35:09 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@ -73,9 +73,8 @@ care of a lot of the (usually) annoying (but sometimes necessary) features
that come with XML and XML::Parser.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -p1 -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%patch0 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor