8
0
forked from pool/perl-B-Utils

Accepting request 1154653 from home:pgajdos:p

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1154653
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-B-Utils?expand=0&rev=16
This commit is contained in:
2024-03-06 15:49:37 +00:00
committed by Git OBS Bridge
parent 7d77cd3e0c
commit 46a53c32ff
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 12:25:46 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 23 09:27:11 UTC 2015 - coolo@suse.com Thu Jul 23 09:27:11 UTC 2015 - coolo@suse.com

View File

@@ -41,8 +41,7 @@ Requires: perl(Task::Weaken)
Helper functions for op tree manipulation Helper functions for op tree manipulation
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -p1 -n %{cpan_name}-%{version}
%patch0 -p1
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"