summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2005-03-18 21:46:14 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commite9ef50b31d24ceb1c3aa422f4fbaa5877ac02f55 (patch)
treee7e97cc0ad3f21e175e6477bb29e8d682600ba08
parent44b81282b9b7a8cfc78ee1709105a5d474a5840a (diff)
downloadpostgresql-module-plruby-e9ef50b31d24ceb1c3aa422f4fbaa5877ac02f55.zip
postgresql-module-plruby-e9ef50b31d24ceb1c3aa422f4fbaa5877ac02f55.tar.gz
- grr, fixed
Changed files: postgresql-module-plruby.spec -> 1.5
-rw-r--r--postgresql-module-plruby.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/postgresql-module-plruby.spec b/postgresql-module-plruby.spec
index 0dc917e..27aaadc 100644
--- a/postgresql-module-plruby.spec
+++ b/postgresql-module-plruby.spec
@@ -18,7 +18,7 @@ Requires: postgresql = %{postgresql_version}-%{postgresql_release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-From PostgreSQL documentation.
+From PostgreSQL documentation:
Postgres supports the definition of procedural languages. In the case
of a function or trigger procedure defined in a procedural language,
@@ -32,10 +32,7 @@ To enable PL/Ruby procedural language for your database you have to
run createlang command.
%description -l pl
-
-%prep
-%setup -q -n plruby-%{version}
-Z dokumentacji PostgreSQL.
+Z dokumentacji PostgreSQL:
Postgres ma wsparcie dla języków proceduralnych. W przypadku, kiedy
programista zdefiniuje procedurę wyzwalacza lub funkcję w języku
@@ -48,6 +45,9 @@ potrzeby.
Za pomocą polecenia createlang można dodać obsługę języka
proceduralnego PL/Ruby dla swojej bazy danych.
+%prep
+%setup -q -n plruby-%{version}
+
%build
ruby extconf.rb \
--with-pgsql-include=/usr/include/postgresql \
@@ -77,7 +77,10 @@ mv -f $RPM_BUILD_ROOT%{ruby_archdir}/plruby.so $RPM_BUILD_ROOT%{_libdir}/postgre
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log: postgresql-module-plruby.spec,v $
-Revision 1.4 2005-03-18 21:40:29 qboosh
+Revision 1.5 2005-03-18 21:46:14 qboosh
+- grr, fixed
+
+Revision 1.4 2005/03/18 21:40:29 qboosh
- pl, cleanup
Revision 1.3 2005/03/17 09:18:29 spider