Hello community,

here is the log from the commit of package perl-NetxAP for openSUSE:Factory 
checked in at 2013-04-16 06:53:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-NetxAP (Old)
 and      /work/SRC/openSUSE:Factory/.perl-NetxAP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-NetxAP", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-NetxAP/perl-NetxAP.changes  2011-09-23 
12:38:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-NetxAP.new/perl-NetxAP.changes     
2013-04-16 06:53:06.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 10:46:34 UTC 2013 - [email protected]
+
+- Cleanup spec file
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------

Old:
----
  NetxAP-0.02.tar.bz2

New:
----
  NetxAP-0.02.tar.gz

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

Other differences:
------------------
++++++ perl-NetxAP.spec ++++++
--- /var/tmp/diff_new_pack.vayl57/_old  2013-04-16 06:53:07.000000000 +0200
+++ /var/tmp/diff_new_pack.vayl57/_new  2013-04-16 06:53:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-NetxAP
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,50 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-NetxAP
-%define cpan_name NetxAP
+Version:        0.02
+Release:        0
+Summary:        Interface to the protocol family IMAP, IMSP, ACAP, and ICAP
 License:        Artistic-1.0
 Group:          Development/Libraries/Perl
+Url:            http://search.cpan.org/~kjohnson/NetxAP-0.02/
+Source:         
http://search.cpan.org/CPAN/authors/id/K/KJ/KJOHNSON/NetxAP-%{version}.tar.gz
+Patch0:         NetxAP-%{version}.dif
+BuildRequires:  perl
+BuildRequires:  perl-macros
+Requires:       perl-Digest-HMAC
+%define cpan_name NetxAP
 Provides:       p_netxap
 Obsoletes:      p_netxap
-Requires:       perl-Digest-HMAC
-AutoReqProv:    on
-Summary:        Interface to the protocol family IMAP, IMSP, ACAP, and ICAP
-Version:        0.02
-Release:        704
-Source:         %{cpan_name}-%{version}.tar.bz2
-Patch:          %{cpan_name}-%{version}.dif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
-BuildRequires:  perl
-BuildRequires:  perl-macros
 
 %description
 This module provides an interface to the protocol family represented by
 IMAP, IMSP, ACAP, and ICAP.  A usable IMAP module is also provide.
 
-
-
-Authors:
---------
-    Kevin Johnson <[email protected]>
-
 %prep
 %setup -n %{cpan_name}-%{version}
-%patch
-# ---------------------------------------------------------------------------
+%patch0
 
 %build
 perl Makefile.PL
 make %{?_smp_mflags}
-# ---------------------------------------------------------------------------
 
 %install
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT;
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+make DESTDIR=%{buildroot} install_vendor
 %perl_process_packlist
 
 %files

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to