Author: radek Date: Sat Apr 21 15:12:45 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - release 2: pltcl R: tcl(Pltcl); add unknown.pltcl
---- Files affected: SPECS: postgresql.spec (1.388 -> 1.389) ---- Diffs: ================================================================ Index: SPECS/postgresql.spec diff -u SPECS/postgresql.spec:1.388 SPECS/postgresql.spec:1.389 --- SPECS/postgresql.spec:1.388 Fri Apr 20 15:37:01 2007 +++ SPECS/postgresql.spec Sat Apr 21 17:12:39 2007 @@ -21,7 +21,7 @@ Summary(zh_CN.UTF-8): PostgreSQL 客户端程序和库文件 Name: postgresql Version: 8.2.4 -Release: 1 +Release: 2 License: BSD Group: Applications/Databases Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2 @@ -620,6 +620,7 @@ Summary(pl.UTF-8): PL/Tcl - język proceduralny bazy danych PostgreSQL Group: Applications/Databases Requires: %{name} = %{version}-%{release} +Requires: tcl(Pgtcl) %description module-pltcl From PostgreSQL documentation: @@ -860,6 +861,8 @@ # Remove Contrib documentation. We use macro %doc rm -rf $RPM_BUILD_ROOT/contrib +mv $RPM_BUILD_ROOT{%{_datadir}/postgresql,%{_pgsqldir}}/unknown.pltcl + %clean rm -rf $RPM_BUILD_ROOT @@ -1076,6 +1079,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/pltcl_* %attr(755,root,root) %{_pgmoduledir}/pltcl.so +%{_pgsqldir}/unknown.pltcl %endif %files module-dblink @@ -1129,6 +1133,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.389 2007/04/21 15:12:39 radek +- release 2: pltcl R: tcl(Pltcl); add unknown.pltcl + Revision 1.388 2007/04/20 13:37:01 radek - killed php bcond and deps ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/postgresql.spec?r1=1.388&r2=1.389&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
