automatic version update by autodist [release 0.22-1mamba;Sat Mar 11 2023]
This commit is contained in:
parent
5f8c580bdb
commit
a2b68fc669
@ -1,24 +1,25 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Data-ObjectDriver
|
Name: perl-Data-ObjectDriver
|
||||||
Version: 0.10_1
|
Version: 0.22
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Data::ObjectDriver - Simple, transparent data interface, with caching
|
Summary: Data::ObjectDriver - Simple, transparent data interface, with caching
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org/
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/S/SI/SIXAPART/Data-ObjectDriver-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/S/SI/SIXAPART/Data-ObjectDriver-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-Class-Accessor
|
BuildRequires: perl-Class-Accessor
|
||||||
BuildRequires: perl-Class-Trigger
|
BuildRequires: perl-Class-Trigger
|
||||||
BuildRequires: perl-DBI
|
BuildRequires: perl-DBI
|
||||||
|
BuildRequires: perl-Scalar-List-Utils
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Data::ObjectDriver - Simple, transparent data interface, with caching.
|
Data::ObjectDriver - Simple, transparent data interface, with caching.
|
||||||
@ -27,14 +28,13 @@ Data::ObjectDriver - Simple, transparent data interface, with caching.
|
|||||||
%setup -q -n Data-ObjectDriver-%{version}
|
%setup -q -n Data-ObjectDriver-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
%{__perl} Build.PL installdirs=vendor
|
||||||
|
./Build
|
||||||
%make
|
./Build test
|
||||||
%make test
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall_perl
|
./Build install --destdir=%{buildroot}
|
||||||
|
|
||||||
packlist=`find %{buildroot} -name .packlist`
|
packlist=`find %{buildroot} -name .packlist`
|
||||||
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
||||||
@ -60,6 +60,9 @@ sed -i "/Oracle.pm/d" .packlist
|
|||||||
# %doc README
|
# %doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 11 2023 Automatic Build System <autodist@mambasoft.it> 0.22-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jan 21 2015 Automatic Build System <autodist@mambasoft.it> 0.10_1-1mamba
|
* Wed Jan 21 2015 Automatic Build System <autodist@mambasoft.it> 0.10_1-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user