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