forked from pool/perl-NetAddr-IP
- updated to 1.50
- Removed normalize as a supported parameter, normalizing columns turns out not to work in practice. However, we always normalize tables to get the class name for the table as that seems to result in class names that make much more sense. - Adding normalize support to turn columnName into column_name OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetAddr-IP?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
251a8cdc03
commit
b97ad0dd46
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-NetAddr-IP
|
||||
# spec file for package perl-NetAddr-IP (Version 4.044)
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -15,18 +15,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-NetAddr-IP
|
||||
Version: 4.043
|
||||
Version: 4.044
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
%define cpan_name NetAddr-IP
|
||||
Summary: Manages IPv4 and IPv6 addresses and subnets
|
||||
Url: http://search.cpan.org/dist/NetAddr-IP/
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/M/MI/MIKER/NetAddr-IP-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
Source: http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -43,6 +40,7 @@ IPv4 and IPv6 objects may be freely mixed.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
|
Reference in New Issue
Block a user