]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- spaces->tabs
authorpaladine <paladine@pld-linux.org>
Sun, 31 Oct 2004 21:53:12 +0000 (21:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- formatting

Changed files:
    postgresql.spec -> 1.277

postgresql.spec

index b4544cee8529731dddef3810848b2a031cb29574..4da56aa8c11321edd55a9652424d129b95603381 100644 (file)
@@ -854,7 +854,7 @@ mv  $RPM_BUILD_ROOT%{_datadir}/postgresql/java/*.jar \
 
 install -d howto
 ( cd howto
-  tar xzf $RPM_SOURCE_DIR/pgsql-Database-HOWTO-html.tar.gz
+       tar xzf $RPM_SOURCE_DIR/pgsql-Database-HOWTO-html.tar.gz
 )
 
 %py_comp $RPM_BUILD_ROOT%{py_libdir}
@@ -931,14 +931,14 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del postgresql
 fi
 
-%post   libs -p /sbin/ldconfig
-%postun libs -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
 
-%post   ecpg -p /sbin/ldconfig
-%postun ecpg -p /sbin/ldconfig
+%post  ecpg -p /sbin/ldconfig
+%postun        ecpg -p /sbin/ldconfig
 
-%post   tcl -p /sbin/ldconfig
-%postun tcl -p /sbin/ldconfig
+%post  tcl -p /sbin/ldconfig
+%postun        tcl -p /sbin/ldconfig
 
 %files -f main.lang
 %defattr(644,root,root,755)
This page took 0.053715 seconds and 4 git commands to generate.