SPECS: perl-Passwd-Linux.spec - fix missing dirs; rel 2

glen glen at pld-linux.org
Fri Dec 30 01:25:34 CET 2005


Author: glen                         Date: Fri Dec 30 00:25:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix missing dirs; rel 2

---- Files affected:
SPECS:
   perl-Passwd-Linux.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/perl-Passwd-Linux.spec
diff -u SPECS/perl-Passwd-Linux.spec:1.3 SPECS/perl-Passwd-Linux.spec:1.4
--- SPECS/perl-Passwd-Linux.spec:1.3	Mon Jan  3 16:52:55 2005
+++ SPECS/perl-Passwd-Linux.spec	Fri Dec 30 01:25:29 2005
@@ -10,7 +10,7 @@
 Summary(pl):	Passwd::Linux - Moduł Perla do manipulowania plikami passwd i shadow
 Name:		perl-Passwd-Linux
 Version:	0.70
-Release:	1
+Release:	2
 License:	unknown
 Group:		Development/Languages/Perl
 Source0:	http://search.cpan.org/CPAN/authors/id/E/EE/EESTABROO/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -46,18 +46,23 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} pure_install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Passwd/Linux/.packlist
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc Changes
+%dir %{perl_vendorarch}/Passwd
 %{perl_vendorarch}/Passwd/*.pm
+%dir %{perl_vendorarch}/auto/Passwd
 %dir %{perl_vendorarch}/auto/Passwd/Linux
 %{perl_vendorarch}/auto/Passwd/Linux/*.bs
+%{perl_vendorarch}/auto/Passwd/Linux/autosplit.ix
 %attr(755,root,root) %{perl_vendorarch}/auto/Passwd/Linux/*.so
 %{_mandir}/man3/*
 
@@ -67,6 +72,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/12/30 00:25:29  glen
+- fix missing dirs; rel 2
+
 Revision 1.3  2005/01/03 15:52:55  qboosh
 - typo, URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-Passwd-Linux.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list