SPECS (DEVEL): perl-DBD-mysql.spec - remove Bundle earlier, so it ...

glen glen at pld-linux.org
Tue Aug 9 09:41:43 CEST 2005


Author: glen                         Date: Tue Aug  9 07:41:42 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- remove Bundle earlier, so it won't be included in Makefile at all

---- Files affected:
SPECS:
   perl-DBD-mysql.spec (1.44.2.3 -> 1.44.2.4) 

---- Diffs:

================================================================
Index: SPECS/perl-DBD-mysql.spec
diff -u SPECS/perl-DBD-mysql.spec:1.44.2.3 SPECS/perl-DBD-mysql.spec:1.44.2.4
--- SPECS/perl-DBD-mysql.spec:1.44.2.3	Tue Aug  9 09:31:55 2005
+++ SPECS/perl-DBD-mysql.spec	Tue Aug  9 09:41:37 2005
@@ -122,6 +122,8 @@
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
+# we don't need no bundles
+rm -rf lib/Bundle
 
 %build
 %{__perl} Makefile.PL \
@@ -137,13 +139,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT{\
-%{perl_archlib}/perllocal.pod,\
-%{perl_vendorarch}/Bundle/DBD/mysql.pm,\
-%{perl_vendorarch}/DBD/mysql/INSTALL.pod,\
-%{perl_vendorarch}/auto/DBD/mysql/.packlist,\
-%{_mandir}/man3/Bundle::DBD::mysql.3pm\
-}
+%{?perl_install_postclean}
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/%{pdir}/%{pnam}/INSTALL.pod
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -167,6 +164,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44.2.4  2005/08/09 07:41:37  glen
+- remove Bundle earlier, so it won't be included in Makefile at all
+
 Revision 1.44.2.3  2005/08/09 07:31:55  glen
 - 3.0002_1
 - remove unpackaged files
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-DBD-mysql.spec?r1=1.44.2.3&r2=1.44.2.4&f=u




More information about the pld-cvs-commit mailing list