]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- some cleanups
authorwaszi <waszi@pld-linux.org>
Sun, 5 Dec 1999 15:54:40 +0000 (15:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.26

postgresql.spec

index 76c1279d1884044058c1cea78174b940986973e5..4b76f7ac3a77c4110604a1beabd4c4c366a2f8a9 100644 (file)
@@ -397,7 +397,7 @@ make all PGDOCS=unpacked -C doc
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d \
-        $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_mandir},%{_includedir}/pgsql} \
+        $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/pgsql,%{_mandir},%{_includedir}/pgsql} \
         $RPM_BUILD_ROOT/var/state/pgsql
                
 ( cd src
@@ -438,8 +438,7 @@ install -d $RPM_BUILD_ROOT/etc/rc.d/init.d \
 
 # Move all templates/examples beneath %{_libdir}/pgsql
 ( cd $RPM_BUILD_ROOT%{_libdir}
-  install -d pgsql
-  mv *source *sample pgsql
+  mv  *description *source *sample pgsql
 )
 
 # Move odbc.ini file to etc
@@ -565,7 +564,7 @@ rm -f /tmp/tmp_perl_info
 %{_mandir}/man1/ipcclean.1*
 %{_mandir}/man5/*.5*
 
-%attr(755,postgres,postgres) %dir /var/state/pgsql
+%attr(750,postgres,postgres) %dir /var/state/pgsql
 
 %files libs
 %defattr(644,root,root,755)
@@ -575,7 +574,6 @@ rm -f /tmp/tmp_perl_info
 # nie wiem do czego to
 %attr(755,root,root) %{_libdir}/plpgsql.so 
 
-%{_libdir}/*.description
 %attr(755,root,root) %{_bindir}/pg_id
 
 #%defattr(644,postgres,postgres,755)
This page took 0.130473 seconds and 4 git commands to generate.