forked from pool/perl-NetPacket
Accepting request 202119 from home:k0da:ppc
- USB is little endian, so we need to convert it on BigEndian platforms (perl-NetPacket-bigendian.patch) upstream commit fc0563f746c44387d77e70792628fe2a03628751 OBS-URL: https://build.opensuse.org/request/show/202119 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetPacket?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
810139f313
commit
8ef6092460
@@ -24,6 +24,7 @@ License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/NetPacket-%{version}.tar.gz
|
||||
Patch1: perl-NetPacket-backport.patch
|
||||
Patch2: perl-NetPacket-bigendian.patch
|
||||
Url: http://search.cpan.org/dist/NetPacket
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
@@ -57,6 +58,7 @@ unusual situations difficult.
|
||||
%prep
|
||||
%setup -q -n "NetPacket-%{version}"
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%__perl ./Build.PL
|
||||
|
||||
Reference in New Issue
Block a user