Mailinglist Archive: opensuse-commit (875 mails)
| < Previous | Next > |
commit perl-BerkeleyDB
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 08 Jul 2008 23:31:39 +0200
- Message-id: <20080708213139.E39C0678179@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package perl-BerkeleyDB
checked in at Tue Jul 8 23:31:39 CEST 2008.
--------
--- perl-BerkeleyDB/perl-BerkeleyDB.changes 2008-04-02 13:54:53.000000000
+0200
+++ perl-BerkeleyDB/perl-BerkeleyDB.changes 2008-07-08 15:59:13.000000000
+0200
@@ -1,0 +2,6 @@
+Tue Jul 8 15:58:17 CEST 2008 - anicka@xxxxxxx
+
+- remove executable bits from documentation,
+ do not remove buildroot in %install, do testing in %check
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-BerkeleyDB.spec ++++++
--- /var/tmp/diff_new_pack.o15188/_old 2008-07-08 23:28:41.000000000 +0200
+++ /var/tmp/diff_new_pack.o15188/_new 2008-07-08 23:28:41.000000000 +0200
@@ -20,7 +20,7 @@
AutoReqProv: on
Summary: Perl Module for Accessing Berkeley DB Functions
Version: 0.34
-Release: 1
+Release: 15
Source: BerkeleyDB-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -41,12 +41,14 @@
%build
perl Makefile.PL
make
+
+%check
%ifnarch %arm
make test
%endif
%install
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf
$RPM_BUILD_ROOT
+chmod a-x Changes MANIFEST README Todo
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
@@ -62,6 +64,9 @@
/var/adm/perl-modules/perl-BerkeleyDB
%changelog
+* Tue Jul 08 2008 anicka@xxxxxxx
+- remove executable bits from documentation,
+ do not remove buildroot in %%install, do testing in %%check
* Wed Apr 02 2008 anicka@xxxxxxx
- update to 0.34
* Updates to support building with Berkeley DB version 4.7
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |