SPECS: perl-Net-DNS.spec - updated to 0.53 - updated tests BR - en...

glen glen at pld-linux.org
Sun Nov 13 22:42:50 CET 2005


Author: glen                         Date: Sun Nov 13 21:42:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.53
- updated tests BR
- enabled libresolv by default (hey, libresolv is in glibc!)
- rel 2 (1 reserved for Ra)

---- Files affected:
SPECS:
   perl-Net-DNS.spec (1.64 -> 1.65) 

---- Diffs:

================================================================
Index: SPECS/perl-Net-DNS.spec
diff -u SPECS/perl-Net-DNS.spec:1.64 SPECS/perl-Net-DNS.spec:1.65
--- SPECS/perl-Net-DNS.spec:1.64	Thu Oct 20 08:26:00 2005
+++ SPECS/perl-Net-DNS.spec	Sun Nov 13 22:42:45 2005
@@ -2,7 +2,7 @@
 #
 # Conditional build:
 %bcond_without	tests 		# do not perform "make test"
-%bcond_with	libresolv	# link against libresolv (creates architecture-dependent package)
+%bcond_without	libresolv	# link against libresolv (creates architecture-dependent package)
 #
 %include	/usr/lib/rpm/macros.perl
 %define		pdir	Net
@@ -10,24 +10,26 @@
 Summary:	Net::DNS - Perl interface to the DNS resolver
 Summary(pl):	Net::DNS - interfejs perlowy do resolvera DNS
 Name:		perl-Net-DNS
-Version:	0.52
-Release:	3
+Version:	0.53
+Release:	2
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	035e3ec9156fd73ca8a52308ebc5307c
+# Source0-md5:	404797359373d4df1a025458ab1415f7
 BuildRequires:	perl-devel >= 1:5.8.0
 %if %{with tests}
-BuildRequires:	perl-Digest-MD5 >= 2.12
+BuildRequires:	perl-Digest-BubbleBabble
 BuildRequires:	perl-Digest-HMAC >= 1.00
+BuildRequires:	perl-Digest-MD5 >= 2.12
+BuildRequires:	perl-IO-Socket-INET6 >= 2.51
 BuildRequires:	perl-MIME-Base64 >= 2.11
 BuildRequires:	perl-Net-IP >= 1.20
-BuildRequires:	perl-Test-Simple >= 0.18
 BuildRequires:	perl-Test-Pod >= 0.95
+BuildRequires:	perl-Test-Simple >= 0.18
 %endif
 BuildRequires:	rpm-perlprov >= 4.1-13
-%if !%{with libresolv}
+%if %{without libresolv}
 BuildArch:	noarch
 %endif
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -46,8 +48,7 @@
 
 %build
 %{__perl} Makefile.PL </dev/null \
-	%{?with_libresolv:	--xs} \
-	%{!?with_libresolv:	--no-xs} \
+	--%{!?with_libresolv:no-}xs \
 	--no-online-tests \
 	INSTALLDIRS=vendor
 %{__make} \
@@ -59,7 +60,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} install \
+%{__make} pure_install \
 	DESTDIR=$RPM_BUILD_ROOT
 install demo/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a contrib $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -96,6 +97,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.65  2005/11/13 21:42:45  glen
+- updated to 0.53
+- updated tests BR
+- enabled libresolv by default (hey, libresolv is in glibc!)
+- rel 2 (1 reserved for Ra)
+
 Revision 1.64  2005/10/20 06:26:00  hawk
 - release 3 (2 went to Ra)
 
@@ -229,7 +236,7 @@
 - updated to 0.24, added BRs
 
 Revision 1.23  2002/07/12 09:04:40  qboosh
-- new %%doc and cosmetics
+- new %doc and cosmetics
 
 Revision 1.22  2002/07/11 08:01:55  depesz
 - new version; should work; STBR
@@ -267,24 +274,24 @@
 - rebuild with perl 5.6.1
 
 Revision 1.11  2001/04/14 18:00:08  baggins
-- removed explicit requirements for perl = %%{version} and %%{perl_sitearch}
+- removed explicit requirements for perl = %{version} and %{perl_sitearch}
   they will be added by rpm if needed
 
 Revision 1.10  2001/01/19 03:08:50  kloczek
 - removed bogus Patch0.
 
 Revision 1.9  2001/01/19 02:59:15  kloczek
-- do not include .packlist in %%files,
+- do not include .packlist in %files,
 - spec adapterized.
 
 Revision 1.8  2001/01/13 00:56:08  dobrek
 - Req:perl>=5.6 ;Realase=4;New rpm automat
 
 Revision 1.7  2000/06/09 07:54:56  kloczek
-- more %%{__make} macros.
+- more %{__make} macros.
 
 Revision 1.6  2000/06/09 07:23:40  kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
 
 Revision 1.5  2000/05/21 20:11:42  kloczek
 - spec adapterized.
@@ -299,7 +306,7 @@
 - translated kloczkish into english
 
 Revision 1.2  1999/11/05 23:12:37  pius
-- added '%%include /usr/lib/rpm/macros.perl'
+- added '%include /usr/lib/rpm/macros.perl'
 - modified BuildRequires rules
 
 Revision 1.1  1999/10/20 19:46:45  pius
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-Net-DNS.spec?r1=1.64&r2=1.65&f=u




More information about the pld-cvs-commit mailing list