Compare commits

1 Commits
main ... 1.1

2 changed files with 4 additions and 7 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Mon Mar 4 12:38:09 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Fri Oct 4 06:42:09 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@@ -55,8 +55,11 @@ loaded by 'LWP::Protocol::https' for https requests and provides the
necessary SSL glue.
%prep
%autosetup -p1 -n %{cpan_name}-%{version}
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"