Hello community,

here is the log from the commit of package perl-Net-IP for openSUSE:Factory 
checked in at 2015-08-25 07:23:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-IP (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Net-IP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Net-IP"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-IP/perl-Net-IP.changes  2013-06-13 
18:18:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-IP.new/perl-Net-IP.changes     
2015-08-25 08:54:26.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul  3 08:33:55 UTC 2015 - [email protected]
+
+- Cleanup the spec a bit to remove all not-needed parts
+- Use spec-cleaner
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Net-IP.spec ++++++
--- /var/tmp/diff_new_pack.R8mbzb/_old  2015-08-25 08:54:26.000000000 +0200
+++ /var/tmp/diff_new_pack.R8mbzb/_new  2015-08-25 08:54:26.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-IP
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,57 +17,48 @@
 
 
 Name:           perl-Net-IP
-Url:            http://cpan.org/modules/by-module/Net/
-Provides:       perl_Net-IP
-Obsoletes:      perl_Net-IP
-Summary:        allow easy manipulation of IPv4 and IPv6 addresses
-License:        Artistic-1.0
-Group:          Development/Libraries/Perl
 Version:        1.26
 Release:        0
-Source:         Net-IP-%{version}.tar.gz
-Patch:          %{name}-1.25-zero_address.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+Summary:        Allows easy manipulation of IPv4 and IPv6 addresses
+License:        Artistic-1.0
+Group:          Development/Libraries/Perl
+Url:            http://cpan.org/modules/by-module/Net/
+Source:         
http://search.cpan.org/CPAN/authors/id/M/MA/MANU/Net-IP-%{version}.tar.gz
+Patch0:         %{name}-1.25-zero_address.diff
 BuildRequires:  perl
 BuildRequires:  perl-macros
+Provides:       perl_Net-IP = %{version}
+Obsoletes:      perl_Net-IP < %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 
 %description
 This is the Net::IP module, designed to allow easy manipulation of IPv4
 and IPv6 addresses.
 
-
-
-Authors:
---------
-    Manuel Valente
-
 %prep
-%setup -n Net-IP-%{version} -q
-%patch
+%setup -q -n Net-IP-%{version}
+%patch0
 
 %build
 perl Makefile.PL
 make %{?_smp_mflags}
 
 %check
-make test
+make %{?_smp_mflags} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+make DESTDIR=%{buildroot} install_vendor
 %perl_process_packlist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc Changes MANIFEST README
-/usr/bin/*
+%{_bindir}/*
 %{_mandir}/man3/*
-%dir %perl_vendorlib/Net
-%perl_vendorlib/Net/IP.pm
-%dir %perl_vendorarch/auto/Net
-%perl_vendorarch/auto/Net/IP
+%dir %{perl_vendorlib}/Net
+%{perl_vendorlib}/Net/IP.pm
+%dir %{perl_vendorarch}/auto/Net
+%{perl_vendorarch}/auto/Net/IP
 
 %changelog


Reply via email to