mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Removed COPYING.LIB from all source and binary distributions
after it was removed from manual.texi (where it was automatically generated from). Docs/Makefile.am: - don't create COPYING.LIB anymore (was removed from manual.texi) Makefile.am: - Removed COPYING.LIB from the source distribution scripts/make_binary_distribution.sh: - Removed COPYING.LIB from the binary distribution scripts/make_win_src_distribution.sh: - Removed COPYING.LIB from the windows source distribution support-files/mysql.spec.sh: - Removed COPYING.LIB from the Server RPM
This commit is contained in:
@@ -204,9 +204,6 @@ INSTALL-BINARY: mysql.info $(GT)
|
|||||||
../COPYING: mysql.info $(GT)
|
../COPYING: mysql.info $(GT)
|
||||||
perl -w $(GT) mysql.info "GPL license" "LGPL license" > $@
|
perl -w $(GT) mysql.info "GPL license" "LGPL license" > $@
|
||||||
|
|
||||||
../COPYING.LIB: mysql.info $(GT)
|
|
||||||
perl -w $(GT) mysql.info "LGPL license" "Function Index" > $@
|
|
||||||
|
|
||||||
../support-files/MacOSX/ReadMe.txt: mysql.info $(GT)
|
../support-files/MacOSX/ReadMe.txt: mysql.info $(GT)
|
||||||
perl -w $(GT) mysql.info "Mac OS X installation" "NetWare installation" > $@
|
perl -w $(GT) mysql.info "Mac OS X installation" "NetWare installation" > $@
|
||||||
|
|
||||||
|
@@ -19,8 +19,7 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
# These are built from source in the Docs directory
|
# These are built from source in the Docs directory
|
||||||
EXTRA_DIST = INSTALL-SOURCE README \
|
EXTRA_DIST = INSTALL-SOURCE README COPYING
|
||||||
COPYING COPYING.LIB
|
|
||||||
SUBDIRS = . include @docs_dirs@ @readline_dir@ \
|
SUBDIRS = . include @docs_dirs@ @readline_dir@ \
|
||||||
@thread_dirs@ pstack @sql_client_dirs@ \
|
@thread_dirs@ pstack @sql_client_dirs@ \
|
||||||
@sql_server_dirs@ scripts man tests \
|
@sql_server_dirs@ scripts man tests \
|
||||||
|
@@ -85,7 +85,7 @@ do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
for i in COPYING COPYING.LIB README Docs/INSTALL-BINARY \
|
for i in COPYING README Docs/INSTALL-BINARY \
|
||||||
MySQLEULA.txt LICENSE.doc README.NW
|
MySQLEULA.txt LICENSE.doc README.NW
|
||||||
do
|
do
|
||||||
if [ -f $i ]
|
if [ -f $i ]
|
||||||
|
@@ -282,7 +282,7 @@ touch $BASE/innobase/ib_config.h
|
|||||||
#
|
#
|
||||||
|
|
||||||
cd $SOURCE
|
cd $SOURCE
|
||||||
for i in COPYING COPYING.LIB ChangeLog README \
|
for i in COPYING ChangeLog README \
|
||||||
INSTALL-SOURCE INSTALL-WIN \
|
INSTALL-SOURCE INSTALL-WIN \
|
||||||
INSTALL-WIN-SOURCE \
|
INSTALL-WIN-SOURCE \
|
||||||
Docs/manual_toc.html Docs/manual.html \
|
Docs/manual_toc.html Docs/manual.html \
|
||||||
|
@@ -444,7 +444,7 @@ fi
|
|||||||
%files server
|
%files server
|
||||||
%defattr(755 root, root)
|
%defattr(755 root, root)
|
||||||
|
|
||||||
%doc %attr(644, root, root) COPYING COPYING.LIB README
|
%doc %attr(644, root, root) COPYING README
|
||||||
%doc %attr(644, root, root) Docs/manual.{html,ps,texi,txt} Docs/manual_toc.html
|
%doc %attr(644, root, root) Docs/manual.{html,ps,texi,txt} Docs/manual_toc.html
|
||||||
%doc %attr(644, root, root) support-files/my-*.cnf
|
%doc %attr(644, root, root) support-files/my-*.cnf
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user