1.829 bump
This commit is contained in:
parent
ed9bee091c
commit
baaefff1ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/DB_File-1.827.tar.gz
|
||||
/DB_File-1.828.tar.gz
|
||||
/DB_File-1.829.tar.gz
|
||||
|
||||
@ -1,26 +0,0 @@
|
||||
commit 95115572e8e7941b8db887f5eceb0a18a4d10fa9
|
||||
Author: Todd Rinaldo <toddr@cpan.org>
|
||||
Date: Wed May 18 09:18:04 2011 -0500
|
||||
|
||||
Remove INSTALLDIRS from macro in Makefile.PL so site override works
|
||||
|
||||
diff --git a/Makefile.PL b/Makefile.PL
|
||||
index a586a04..c05b552 100644
|
||||
--- a/Makefile.PL
|
||||
+++ b/Makefile.PL
|
||||
@@ -60,13 +60,12 @@ WriteMakefile(
|
||||
AUTHOR => 'Paul Marquess <pmqs@cpan.org>')
|
||||
: ()
|
||||
),
|
||||
-
|
||||
-
|
||||
+ ($] < 5.008 || $] > 5.011) ? (INSTALLDIRS => 'site') : ( INSTALLDIRS => 'perl' ),
|
||||
#OPTIMIZE => '-g',
|
||||
'depend' => { 'Makefile' => 'config.in',
|
||||
'version$(OBJ_EXT)' => 'version.c'},
|
||||
'clean' => { FILES => 'constants.h constants.xs' },
|
||||
- 'macro' => { INSTALLDIRS => 'perl', my_files => "@files" },
|
||||
+ 'macro' => { my_files => "@files" },
|
||||
'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz',
|
||||
DIST_DEFAULT => 'MyDoubleCheck tardist'},
|
||||
);
|
||||
@ -1,13 +1,11 @@
|
||||
Name: perl-DB_File
|
||||
Version: 1.828
|
||||
Version: 1.829
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl5 access to Berkeley DB version 1.x
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/DB_File/
|
||||
Source0: http://www.cpan.org/authors/id/P/PM/PMQS/DB_File-%{version}.tar.gz
|
||||
# Install files into INSTALLDIR perl directory, CPAN RT#70420
|
||||
Patch0: DB_File-1.824-respect_installdirs.patch
|
||||
BuildRequires: libdb-devel
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Config)
|
||||
@ -46,7 +44,6 @@ interface defined here mirrors the Berkeley DB interface closely.
|
||||
|
||||
%prep
|
||||
%setup -q -n DB_File-%{version}
|
||||
%patch0 -p1
|
||||
find -type f -exec chmod -x {} +
|
||||
%fix_shbang_line dbinfo
|
||||
|
||||
@ -70,6 +67,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 10 2013 Petr Pisar <ppisar@redhat.com> - 1.829-1
|
||||
- 1.829 bump
|
||||
|
||||
* Thu May 09 2013 Petr Pisar <ppisar@redhat.com> - 1.828-1
|
||||
- 1.828 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user