SPECS: perl-DBD-mysql.spec - update to 3.0002_1 from DEVEL
glen
glen at pld-linux.org
Sat Oct 22 12:43:05 CEST 2005
Author: glen Date: Sat Oct 22 10:43:05 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- update to 3.0002_1 from DEVEL
---- Files affected:
SPECS:
perl-DBD-mysql.spec (1.44 -> 1.45)
---- Diffs:
================================================================
Index: SPECS/perl-DBD-mysql.spec
diff -u SPECS/perl-DBD-mysql.spec:1.44 SPECS/perl-DBD-mysql.spec:1.45
--- SPECS/perl-DBD-mysql.spec:1.44 Tue Jun 14 08:48:59 2005
+++ SPECS/perl-DBD-mysql.spec Sat Oct 22 12:43:00 2005
@@ -25,13 +25,13 @@
Summary(uk): Perl-ŚÎÔĹŇĆĹĘÓ ÄĎ MySQL
Summary(zh_CN): Perl ľÄ MySQL ˝çĂ楣
Name: perl-DBD-mysql
-Version: 2.9008
+Version: 3.0002_1
Release: 1
-# note: libmysqlclient infects everything that links against it with GPL
+# NOTE: libmysqlclient infects everything that links against it with GPL
License: GPL (perl code also Artistic)
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 8779f4eb6b56024ddcbdffeb674ad683
+# Source0-md5: 9cda473643e587c39bbfec0350783747
URL: http://search.cpan.org/dist/DBD-mysql/
BuildRequires: mysql-devel
BuildRequires: perl-DBI >= 1.13
@@ -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 \
@@ -134,9 +136,12 @@
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+%{__make} pure_install \
DESTDIR=$RPM_BUILD_ROOT
+%{?perl_install_postclean}
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/%{pdir}/%{pnam}/INSTALL.pod
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -159,6 +164,28 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.45 2005/10/22 10:43:00 glen
+- update to 3.0002_1 from DEVEL
+
+Revision 1.44.2.6 2005/10/22 10:41:49 glen
+- cosmetics
+
+Revision 1.44.2.5 2005/08/09 07:48:25 glen
+- use pure_install target to prevent perlocal.pod being created (from ExtUtils::MakeMaker manual)
+
+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
+
+Revision 1.44.2.2 2005/07/13 07:46:12 glen
+- 3.0002
+
+Revision 1.44.2.1 2005/07/12 16:16:24 glen
+- 3.0001
+
Revision 1.44 2005/06/14 06:48:59 petec
- up to 2.9008
@@ -234,7 +261,7 @@
- merged translations from RH
Revision 1.20 2003/04/20 19:43:03 ankry
-added obsolete for RH package
+- added obsolete for RH package
Revision 1.19 2003/03/13 00:02:00 ankry
- merge from RA-branch: updated to 2.1026
@@ -273,7 +300,7 @@
Revision 1.8 2002/07/15 14:54:30 ankry
- merged translations from RH
-- new %%doc
+- new %doc
- release 2
Revision 1.7 2002/05/11 21:28:54 kloczek
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-DBD-mysql.spec?r1=1.44&r2=1.45&f=u
More information about the pld-cvs-commit
mailing list