]> git.pld-linux.org Git - packages/perl-DBD-Pg.git/commitdiff
adapterized
authordepesz <depesz@depesz.pl>
Sun, 10 Feb 2002 15:39:12 +0000 (15:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBD-Pg.spec -> 1.12

perl-DBD-Pg.spec

index 77074c0de770acc0d928a1f01aeff89ca0252c11..9c2f6e1316d04ce1e8361e97ff0e528257386ec2 100644 (file)
@@ -7,8 +7,14 @@ Version:       1.01
 Release:       1
 License:       GPL
 Group:         Development/Languages/Perl
+Group(cs):     Vývojové prostøedky/Programovací jazyky/Perl
 Group(de):     Entwicklung/Sprachen/Perl
+Group(es):     Desarrollo/Lenguajes/Perl
+Group(fr):     Development/Langues/Perl
+Group(ja):     ³«È¯/¸À¸ì/Perl
 Group(pl):     Programowanie/Jêzyki/Perl
+Group(pt):     Desenvolvimento/Linguagens/Perl
+Group(ru):     òÁÚÒÁÂÏÔËÁ/ñÚÙËÉ/Perl
 Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBD/DBD-Pg-%{version}.tar.gz
 BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildRequires: perl >= 5.6
@@ -26,8 +32,8 @@ DBD::Pg - Sterownik bazy danych PostgreSQL dla modu
 %setup -q -n DBD-Pg-%{version}
 
 %build
-POSTGRES_LIB="/usr/lib"; export POSTGRES_LIB
-POSTGRES_INCLUDE="/usr/include/postgresql"; export POSTGRES_INCLUDE
+POSTGRES_LIB="%{_libdir}"; export POSTGRES_LIB
+POSTGRES_INCLUDE="%{_includedir}/postgresql"; export POSTGRES_INCLUDE
 perl Makefile.PL
 %{__make} OPTIMIZE="%{rpmcflags}"
 
This page took 0.032289 seconds and 4 git commands to generate.