forked from pool/perl-Net-HTTPServer
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:
@@ -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
|
Fri Nov 18 11:10:02 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@ Name: perl-Net-HTTPServer
|
|||||||
Summary: A simple perl Http Server
|
Summary: A simple perl Http Server
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 10
|
Release: 10
|
||||||
License: LGPLv2.0+
|
License: LGPL-2.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Net-HTTPServer/
|
Url: http://search.cpan.org/dist/Net-HTTPServer/
|
||||||
#Source: http://www.cpan.org/authors/id/R/RE/REATMON/Net-HTTPServer-%{version}.tar.gz
|
#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.
|
server into another program.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -p1 -n %{cpan_name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user