Author: blues                        Date: Fri Mar 16 20:21:28 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, doesn't build yet

---- Files affected:
SPECS:
   postgresql-module-plphp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/postgresql-module-plphp.spec
diff -u /dev/null SPECS/postgresql-module-plphp.spec:1.1
--- /dev/null   Fri Mar 16 21:21:28 2007
+++ SPECS/postgresql-module-plphp.spec  Fri Mar 16 21:21:23 2007
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+%define                _pgpl_lang              plphp
+%define                _pgmoduledir            %{_libdir}/postgresql
+
+Summary:       PL/PHP - PostgreSQL procedural language
+Summary(pl.UTF-8):     PL/PHP - język proceduralny bazy danych PostgreSQL
+Name:          postgresql-module-%{_pgpl_lang}
+Version:       1.3.2
+Epoch:         1
+Release:       0.1
+License:       BSD
+Group:         Applications/Databases
+Source0:       
http://projects.commandprompt.com/public/plphp/attachment/wiki/Downloads/%{_pgpl_lang}-%{version}.tar.gz?format=raw
+# Source0-md5: e7ce7461521776e4567a6450eb328e33
+Patch0:                %{name}-nophp_test.patch
+#Patch1:               %{name}-tsrm.patch
+BuildRequires: php-devel
+BuildRequires: postgresql-backend-devel
+%requires_eq   postgresql
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q -n %{_pgpl_lang}-%{version}
+%patch0 -p1
+#%patch1 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc sql/*
+%attr(755,root,root) %{_pgmoduledir}/*.so
+
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/03/16 20:21:23  blues
+- initial, doesn't build yet
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to