]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- added documentation for python-postgresql package postgresql-7_2_1-8
authorwrobell <wrobell@pld-linux.org>
Thu, 30 May 2002 18:09:24 +0000 (18:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new doc scheme
- rel. 8

Changed files:
    postgresql.spec -> 1.165

postgresql.spec

index 1445d34e663e3b34685ea3d505f1955b39c03712..a17f7e7fec567b1a8a5fe1c03b7802693a979e2c 100644 (file)
@@ -17,7 +17,7 @@ Summary(tr):  Veri Taban
 Summary(uk):   PostgreSQL - ÓÉÓÔÅÍÁ ËÅÒÕ×ÁÎÎÑ ÂÁÚÁÍÉ ÄÁÎÉÈ
 Name:          postgresql
 Version:       7.2.1
-Release:       7
+Release:       8
 License:       BSD
 Group:         Applications/Databases
 Source0:       ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.gz
@@ -965,10 +965,6 @@ install -d howto
 %py_comp $RPM_BUILD_ROOT%{py_libdir}
 %py_ocomp $RPM_BUILD_ROOT%{py_libdir}
 
-gzip -9nf doc/FAQ doc/README* COPYRIGHT README HISTORY doc/bug.template \
-       src/interfaces/odbc/readme.txt \
-       src/interfaces/odbc/notice.txt
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 rm -f /tmp/tmp_perl_info
@@ -1078,7 +1074,7 @@ fi
 
 %doc contrib
 %doc doc/FAQ* doc/README*
-%doc COPYRIGHT.gz README.gz HISTORY.gz doc/bug.template.gz
+%doc COPYRIGHT README HISTORY doc/bug.template
 
 %files doc
 %defattr(644,root,root,755)
@@ -1169,6 +1165,7 @@ fi
 
 %files -n python-postgresql
 %defattr(644,root,root,755)
+%doc src/interfaces/python/{README*,ChangeLog}
 %{py_sitedir}/*.pyc
 %{py_sitedir}/*.pyo
 %attr(755,root,root) %{py_sitedir}/*.so
@@ -1204,7 +1201,7 @@ fi
 
 %files odbc
 %defattr(644,root,root,755)
-%doc src/interfaces/odbc/readme.txt.gz src/interfaces/odbc/notice.txt.gz
+%doc src/interfaces/odbc/readme.txt src/interfaces/odbc/notice.txt
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/odbc*
 %attr(755,root,root) %{_libdir}/libpsqlodbc.so.*.*
 %{_datadir}/postgresql/odbc.sql
This page took 0.211022 seconds and 4 git commands to generate.