Accepting request 96525 from home:deadpoint

orafce implements Oracle functions into PostgreSQL

OBS-URL: https://build.opensuse.org/request/show/96525
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=1
This commit is contained in:
Reinhard Max 2011-12-13 20:00:37 +00:00 committed by Git OBS Bridge
commit 253ccb7ffb
5 changed files with 138 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
orafce-3.0.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d738784e8dcd62ea38615949a84d8da6ceefc085a01bbc1d2b60d1287d58ae1
size 110681

71
orafce.changes Normal file
View File

@ -0,0 +1,71 @@
-------------------------------------------------------------------
Tue Dec 13 18:58:24 UTC 2011 - darin@darins.net
- Fixed non-standard Group
-------------------------------------------------------------------
Tue Dec 13 18:51:32 UTC 2011 - darin@darins.net
- added FLEX=/usr/bin/flex to make statement in %build.
See http://pgfoundry.org/forum/forum.php?set=custom&forum_id=410&style=nested&max_rows=25&submit=Change+View
-------------------------------------------------------------------
Tue Dec 13 18:34:07 UTC 2011 - darin@darins.net
- updated package to 3.0.4
-------------------------------------------------------------------
Tue Dec 13 16:28:51 UTC 2011 - darin@darins.net
- moved %changelog to .changes file
-------------------------------------------------------------------
Fri Apr 15 2011 - Darin Perusich <darin@darins.net>
- Ported to OpenSuSE
- Update to 3.0.3
-------------------------------------------------------------------
Wed Apr 28 2010 - Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 3.0.1-3
- Rename back the package to orafce after discussion on devel list
-------------------------------------------------------------------
Mon Apr 19 2010 - Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 3.0.1-2
- Make some cleanup as described in #251805
- Clean %%files section
- Rename the package back to postgresql-orafce to be consistent with other extensions
-------------------------------------------------------------------
Fri Oct 2 2009 - Devrim GUNDUZ <devrim@commandprompt.com> - 3.0.1-1
- Update to 3.0.1
- Remove patch0, it is in upstream now.
- Apply some 3.0 fixes to spec.
-------------------------------------------------------------------
Wed Aug 20 2008 - Devrim GUNDUZ <devrim@commandprompt.com> - 2.1.4-1
- Update to 2.1.4
-------------------------------------------------------------------
Sun Jan 20 2008 - Devrim GUNDUZ <devrim@commandprompt.com> - 2.1.3-2
- Spec file fixes, per bz review #251805
-------------------------------------------------------------------
Mon Jan 14 2008 - Devrim GUNDUZ <devrim@commandprompt.com> - 2.1.3-1
- Update to 2.1.3
-------------------------------------------------------------------
Fri Aug 10 2007 - Devrim GUNDUZ <devrim@commandprompt.com> - 2.1.1-1
- Update to 2.1.1
- Spec file cleanup
-------------------------------------------------------------------
Wed Aug 30 2006 - Devrim GUNDUZ <devrim@commandprompt.com> - 2.0.1-1
- Initial packaging

40
orafce.spec Normal file
View File

@ -0,0 +1,40 @@
#
Name: orafce
Version: 3.0.4
Release: 7
Summary: Implementation of some Oracle functions into PostgreSQL
Group: Productivity/Databases/Tools
License: BSD
URL: http://pgfoundry.org/projects/orafce/
Source0: http://pgfoundry.org/frs/download.php/2361/%{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: postgresql-devel openssl-devel krb5-devel bison flex
Requires: postgresql-server
%description
The goal of this project is implementation some functions from Oracle database.
Some date functions (next_day, last_day, trunc, round, ...) are implemented
now. Functionality was verified on Oracle 10g and module is useful
for production work.
%prep
%setup -q -n %{name}
#sed -i 's/\r//' doc/style.css
%build
make USE_PGXS=1 %{?_smp_mflags} FLEX=/usr/bin/flex
%install
rm -rf $RPM_BUILD_ROOT
make USE_PGXS=1 install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYRIGHT.orafunc INSTALL.orafunc README.orafunc
%{_libdir}/postgresql/
%{_datadir}/postgresql/
%exclude %{_docdir}/postgresql/