Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ noinst_HEADERS = src/oracle-config.h \

USER_MODULES = qlib/OracleExtensions.qm

EXTRA_DIST = COPYING.MIT COPYING.LGPL ChangeLog AUTHORS README \
EXTRA_DIST = COPYING.MIT COPYING.LGPL AUTHORS README \
RELEASE-NOTES \
src/ql_oracle.qpp \
src/QC_AQMessage.qpp \
src/QC_AQQueue.qpp \
test/db-test.q \
test/sql-stmt.q \
test/aq-test.q \
test/sql-stmt-describe.q \
$(USER_MODULES) \
qore-oracle-module.spec

Expand Down
7 changes: 4 additions & 3 deletions qore-oracle-module.spec
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%{module_dir}
%{user_module_dir}
%doc COPYING.MIT COPYING.LGPL README RELEASE-NOTES ChangeLog AUTHORS
%doc COPYING.MIT COPYING.LGPL README RELEASE-NOTES AUTHORS

%package doc
Summary: oracle module for Qore
Expand All @@ -100,10 +100,11 @@ This RPM provides API documentation, test and example programs

%files doc
%defattr(-,root,root,-)
%doc docs/oracle/html test/db-test.q test/sql-stmt.q
%doc docs/oracle/html test/db-test.q test/sql-stmt.q test/aq-test.q test/db-test.q test/sql-stmt-describe.q

%changelog
* Thu Jan 30 2013 David Nichols <david@qore.org> - 3.2
* Sun Jun 5 2016 David Nichols <david@qore.org> - 3.2
- added test scripts
- updated to version 3.2

* Fri Aug 2 2013 David Nichols <david@qore.org> - 3.1
Expand Down
Empty file modified test/sql-stmt-describe.q
100644 → 100755
Empty file.