]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- fix libpq; rel 3 auto/ac/postgresql-8_0_3-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 14 May 2005 00:44:47 +0000 (00:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.328

postgresql.spec

index 8dc0c4f30a16e34a594140435019f8be96e0d621..f1c768df9ac0b2e227e43f7fd98d20ff12e0ab5b 100644 (file)
@@ -16,7 +16,7 @@
 %bcond_without slony1                  # disable Slony-I replication system
 
 %define                postgresql_version      8.0.3
-%define                postgresql_release      2
+%define                postgresql_release      3
 %define                slony1_version  1.0.5
 %define                slony1_release  1
 
@@ -850,7 +850,7 @@ install src/tutorial/*.sql $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__cc} -shared -Wl,-soname,libpq.so.3 -o $RPM_BUILD_ROOT%{_libdir}/libpq.so.3 -L$RPM_BUILD_ROOT%{_libdir} -lpq
+%{__cc} -shared -Wl,-soname,libpq.so.3 -o $RPM_BUILD_ROOT%{_libdir}/libpq.so.3.0.0 -L$RPM_BUILD_ROOT%{_libdir} -lpq
 
 %if %{with perl}
 %{__make} install -C src/pl/plperl \
This page took 0.122975 seconds and 4 git commands to generate.