SPECS: perl-Net-DNS-ToolKit.spec - package missing dir, make -j1, ...

glen glen at pld-linux.org
Thu Dec 29 20:50:11 CET 2005


Author: glen                         Date: Thu Dec 29 19:50:11 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- package missing dir, make -j1, cleanup check files, formatting

---- Files affected:
SPECS:
   perl-Net-DNS-ToolKit.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/perl-Net-DNS-ToolKit.spec
diff -u SPECS/perl-Net-DNS-ToolKit.spec:1.6 SPECS/perl-Net-DNS-ToolKit.spec:1.7
--- SPECS/perl-Net-DNS-ToolKit.spec:1.6	Mon May 30 13:54:53 2005
+++ SPECS/perl-Net-DNS-ToolKit.spec	Thu Dec 29 20:50:06 2005
@@ -24,15 +24,15 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Routines to pick apart, examine and put together DNS packets. They can be
-used for diagnostic purposes or as building blocks for DNS applications such
-as DNS servers and clients or to allow user applications to interact
-directly with remote DNS servers.
+Routines to pick apart, examine and put together DNS packets. They can
+be used for diagnostic purposes or as building blocks for DNS
+applications such as DNS servers and clients or to allow user
+applications to interact directly with remote DNS servers.
 
 %description -l pl
-Procedury do wybierania, badania oraz składania pakietów DNS. Mogą
-być użyte do celów diagnostycznych lub do tworzenia bloków dla
-aplikacji NDS takich jak serwery oraz klienci DNS lub do umożliwienia
+Procedury do wybierania, badania oraz składania pakietów DNS. Mogą być
+użyte do celów diagnostycznych lub do tworzenia bloków dla aplikacji
+NDS takich jak serwery oraz klienci DNS lub do umożliwienia
 użytkownikowi do bezpośredniej interakcji ze zdalnymi serwerami DNS.
 
 %prep
@@ -42,7 +42,7 @@
 %{__perl} Makefile.PL \
 	INSTALLDIRS=vendor
 
-%{__make} \
+%{__make} -j1 \
 	OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
@@ -50,9 +50,11 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} pure_install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Net/DNS/ToolKit/.packlist
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -61,10 +63,12 @@
 %doc Changes INSTALL README
 %{perl_vendorarch}/Net/DNS/*.pm
 %{perl_vendorarch}/Net/DNS/ToolKit
+%dir %{perl_vendorarch}/auto/Net/DNS
 %dir %{perl_vendorarch}/auto/Net/DNS/ToolKit
 %attr(755,root,root) %{perl_vendorarch}/auto/Net/DNS/ToolKit/*.so
 %{perl_vendorarch}/auto/Net/DNS/ToolKit/*.ix
 %{perl_vendorarch}/auto/Net/DNS/ToolKit/*.al
+%{perl_vendorarch}/auto/Net/DNS/ToolKit/*.bs
 %{perl_vendorarch}/auto/Net/DNS/ToolKit/Debug
 %{perl_vendorarch}/auto/Net/DNS/ToolKit/Utilities
 %{_mandir}/man3/*
@@ -75,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/12/29 19:50:06  glen
+- package missing dir, make -j1, cleanup check files, formatting
+
 Revision 1.6  2005/05/30 11:54:53  petec
 - up to 0.24
 - BR perl-NetAddr-IP
================================================================

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



More information about the pld-cvs-commit mailing list