8
0

- 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:
Stephan Kulow
2011-06-08 13:17:31 +00:00
committed by Git OBS Bridge
parent 251a8cdc03
commit b97ad0dd46
4 changed files with 14 additions and 9 deletions

View File

@@ -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}"