8
0

Accepting request 1154692 from home:pgajdos:p

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

OBS-URL: https://build.opensuse.org/request/show/1154692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-HTTPServer?expand=0&rev=27
This commit is contained in:
2024-03-06 15:44:22 +00:00
committed by Git OBS Bridge
parent 089d78f0e7
commit fb7ffdfa19
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 13:33:23 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Fri Nov 18 11:10:02 UTC 2011 - coolo@suse.com

View File

@@ -22,7 +22,7 @@ Name: perl-Net-HTTPServer
Summary: A simple perl Http Server
Version: 1.1.1
Release: 10
License: LGPLv2.0+
License: LGPL-2.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-HTTPServer/
#Source: http://www.cpan.org/authors/id/R/RE/REATMON/Net-HTTPServer-%{version}.tar.gz
@@ -43,9 +43,7 @@ Useful for temporary services, mobile/local servers, or embedding an HTTP
server into another program.
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1
%patch1 -p1
%autosetup -p1 -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor