automatic version update by autodist [release 3.16.1-1mamba;Tue Mar 07 2023]
This commit is contained in:
parent
589d9a243c
commit
87dacb5220
@ -2,7 +2,7 @@
|
||||
|
||||
Name: perl-DBD-Pg
|
||||
Epoch: 1
|
||||
Version: 3.16.0
|
||||
Version: 3.16.1
|
||||
Release: 1mamba
|
||||
Summary: DBD:Pg - PostgreSQL database driver for the DBI module
|
||||
Group: System/Libraries/Perl
|
||||
@ -12,13 +12,13 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org
|
||||
Source: https://cpan.metacpan.org/modules/by-module/DBD/DBD-Pg-%{version}.tar.gz
|
||||
License: Artistic, GPL
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpostgresql-devel
|
||||
BuildRequires: perl-DBI
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: perl >= %perl_major_ver
|
||||
|
||||
%description
|
||||
DBD:Pg - PostgreSQL database driver for the DBI module.
|
||||
@ -47,6 +47,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||
done
|
||||
|
||||
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
rm -f .packlist
|
||||
@ -55,6 +57,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 3.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 09 2022 Automatic Build System <autodist@mambasoft.it> 3.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user