summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2006-03-03 03:27:27 +0100
committerunknown <kent@mysql.com>2006-03-03 03:27:27 +0100
commita91d0afdaa79b8e78571796079b8910dd8380fda (patch)
treea478600b03a6f447722f1b38f6d447db902a741c /support-files
parente7227bb029d6cb9c2ba2c6d2b8c4959d18c183c3 (diff)
downloadmariadb-git-a91d0afdaa79b8e78571796079b8910dd8380fda.tar.gz
mysql.spec.sh:
Don't create empty embedded RPM, bug#15769 support-files/mysql.spec.sh: Don't create empty embedded RPM, bug#15769
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh44
1 files changed, 24 insertions, 20 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 613045e6ad5..599f397e351 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -204,24 +204,24 @@ the standard MySQL package.
Please note that this is a dynamically linked binary!
-%package embedded
-Requires: %{name}-devel
-Summary: MySQL - embedded library
-Group: Applications/Databases
-Obsoletes: mysql-embedded
-
-%description embedded
-This package contains the MySQL server as an embedded library.
-
-The embedded MySQL server library makes it possible to run a
-full-featured MySQL server inside the client application.
-The main benefits are increased speed and more simple management
-for embedded applications.
-
-The API is identical for the embedded MySQL version and the
-client/server version.
-
-%{see_base}
+#%package embedded
+#Requires: %{name}-devel
+#Summary: MySQL - embedded library
+#Group: Applications/Databases
+#Obsoletes: mysql-embedded
+#
+#%description embedded
+#This package contains the MySQL server as an embedded library.
+#
+#The embedded MySQL server library makes it possible to run a
+#full-featured MySQL server inside the client application.
+#The main benefits are increased speed and more simple management
+#for embedded applications.
+#
+#The API is identical for the embedded MySQL version and the
+#client/server version.
+#
+#%{see_base}
%prep
%setup -n mysql-%{mysql_version}
@@ -712,14 +712,18 @@ fi
%attr(755, root, root) %{_sbindir}/mysqld-max
%attr(644, root, root) %{_libdir}/mysql/mysqld-max.sym
-%files embedded
-%defattr(-, root, root, 0755)
+#%files embedded
+#%defattr(-, root, root, 0755)
# %attr(644, root, root) %{_libdir}/mysql/libmysqld.a
# The spec file changelog only includes changes made to the spec file
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
+* Fri Mar 03 2006 Kent Boortz <kent@mysql.com>
+
+- Don't output an embedded package as it is empty
+
* Fri Jan 10 2006 Joerg Bruehe <joerg@mysql.com>
- Use "-i" on "make test-force";