Skip to content

Commit bc7a54c

Browse files
committed
Merge pull request #22 from qorelanguage/bugfix/misc_build_spec_fixes
removed ChangeLog from release, added test files to spec file, fixed …
2 parents bd3f4c5 + 427a957 commit bc7a54c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ noinst_HEADERS = src/oracle-config.h \
2828

2929
USER_MODULES = qlib/OracleExtensions.qm
3030

31-
EXTRA_DIST = COPYING.MIT COPYING.LGPL ChangeLog AUTHORS README \
31+
EXTRA_DIST = COPYING.MIT COPYING.LGPL AUTHORS README \
3232
RELEASE-NOTES \
3333
src/ql_oracle.qpp \
3434
src/QC_AQMessage.qpp \
3535
src/QC_AQQueue.qpp \
3636
test/db-test.q \
3737
test/sql-stmt.q \
38+
test/aq-test.q \
39+
test/sql-stmt-describe.q \
3840
$(USER_MODULES) \
3941
qore-oracle-module.spec
4042

qore-oracle-module.spec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
8787
%defattr(-,root,root,-)
8888
%{module_dir}
8989
%{user_module_dir}
90-
%doc COPYING.MIT COPYING.LGPL README RELEASE-NOTES ChangeLog AUTHORS
90+
%doc COPYING.MIT COPYING.LGPL README RELEASE-NOTES AUTHORS
9191

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

101101
%files doc
102102
%defattr(-,root,root,-)
103-
%doc docs/oracle/html test/db-test.q test/sql-stmt.q
103+
%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
104104

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

109110
* Fri Aug 2 2013 David Nichols <david@qore.org> - 3.1

test/sql-stmt-describe.q

100644100755
File mode changed.

0 commit comments

Comments
 (0)