summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-09-23 21:15:42 +0200
committerRemi Collet <fedora@famillecollet.com>2011-09-23 21:15:42 +0200
commit72b432344077c38463fc32acd0a8de53a80a5c9d (patch)
treea456e2edea8935bd68524c6dfcea288ee753f1f7
parent8a0b9388e20361f52472ef958a99ae7ac67a0fea (diff)
remove old upstream spec
-rw-r--r--mysql-workbench-gpl-5.2.32-1fc14.spec108
-rw-r--r--mysql-workbench-gpl-5.2.33-1fc14.spec108
-rw-r--r--mysql-workbench-gpl-5.2.33b-1fc14.spec108
3 files changed, 0 insertions, 324 deletions
diff --git a/mysql-workbench-gpl-5.2.32-1fc14.spec b/mysql-workbench-gpl-5.2.32-1fc14.spec
deleted file mode 100644
index 0cf8fbd..0000000
--- a/mysql-workbench-gpl-5.2.32-1fc14.spec
+++ /dev/null
@@ -1,108 +0,0 @@
-%if !%{defined version}
-%define version 5.2.32
-%endif
-%define release 1
-%define edition gpl
-%define have_python26 1
-%include %{_rpmconfigdir}/macros.python
-
-Summary: A MySQL visual database modeling, administration and querying tool.
-Name: mysql-workbench-%{edition}
-Version: %{version}
-Release: %{release}%{targos}
-Group: Applications/Databases
-Vendor: Oracle Corporation
-License: GPL
-URL: http://wb.mysql.com
-Source: %{name}-%{version}-src.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: pcre-devel >= 3.9
-BuildRequires: libglade2-devel >= 2.0.0
-BuildRequires: lua-devel >= 5.1
-BuildRequires: libgnome-devel >= 2
-BuildRequires: automake autoconf libtool
-BuildRequires: libzip-devel libxml2-devel
-BuildRequires: python-devel >= 2.5
-BuildRequires: gnome-keyring-devel
-BuildRequires: boost-devel
-
-%if %_vendor == suse
-BuildRequires: libmysqlclient-devel
-BuildRequires: Mesa
-%else
-BuildRequires: mysql-devel >= 5.1
-BuildRequires: gtkmm24-devel
-BuildRequires: mesa-libGL-devel
-BuildRequires: sqlite-devel
-%endif
-
-%if %_vendor == suse
-Requires: python-paramiko python-pexpect
-%else
-Requires: python-paramiko pexpect
-%endif
-%if %{defined fc13}
-Requires: python-sqlite2
-%endif
-# requires mysql client pkg (for mysqldump and mysql cmdline client)
-Requires: mysql gnome-keyring
-
-# our old package name
-Obsoletes: mysql-workbench-oss
-Conflicts: mysql-workbench-oss
-Conflicts: mysql-workbench-com-se
-
-%description
-MySQL Workbench is a modeling tool that allows you to design
-and generate MySQL databases graphically. It also has administration
-and query development modules where you can manage MySQL server instances
-and execute SQL queries.
-
-%prep
-%setup -q -n %{name}-%{version}-src
-
-%build
-
-NOCONFIGURE=yes ./autogen.sh
-%if %{have_python26}
-%configure --disable-debug --enable-mysql-utilities --disable-dependency-tracking
-%else
-%configure --disable-debug --disable-dependency-tracking
-%endif
-make
-
-%install
-make install DESTDIR=%{buildroot}
-rm -fr %{buildroot}/usr/share/doc/mysql-workbench
-%if %{have_python26}
-make -C ext install-utils DESTDIR=%{buildroot}
-make -C ext install-connector DESTDIR=%{buildroot}
-%endif
-
-find %{buildroot}%{_libdir}/mysql-workbench -name \*.a -exec rm {} \; -print
-find %{buildroot}%{_libdir}/mysql-workbench -name \*.la -exec rm {} \; -print
-
-%if %{defined centos}
-for l in libpixman-1.so.0 libcairo.so.2 libatkmm-1.6.so.1 libcairomm-1.0.so.1 libgdkmm-2.4.so.1 libglibmm-2.4.so.1 libgtkmm-2.4.so.1 libpangomm-1.4.so.1 libzip.so.1 libsigc-2.0.so.0; do
-cp %{_libdir}/$l %{buildroot}/%{_libdir}/mysql-workbench
-/usr/sbin/prelink -u %{buildroot}/%{_libdir}/mysql-workbench/$l || true
-done
-%endif
-
-%clean
-rm -rf %{buildroot}
-rm -rf %{_builddir}/%{name}-%{version}-src
-
-%files
-%defattr(0644, root, root, 0755)
-%doc COPYING README
-%attr(0755,root,root) %{_bindir}/mysql*
-%dir %{_libdir}/mysql-workbench
-%{_libdir}/mysql-workbench/*
-%{_datadir}/applications/*.desktop
-%dir %{_datadir}/mysql-workbench
-%{_datadir}/mysql-workbench/*
-%{py_sitedir}/*
-
-%changelog
-
diff --git a/mysql-workbench-gpl-5.2.33-1fc14.spec b/mysql-workbench-gpl-5.2.33-1fc14.spec
deleted file mode 100644
index 1069b05..0000000
--- a/mysql-workbench-gpl-5.2.33-1fc14.spec
+++ /dev/null
@@ -1,108 +0,0 @@
-%if !%{defined version}
-%define version 5.2.33
-%endif
-%define release 1
-%define edition gpl
-%define have_python26 1
-%include %{_rpmconfigdir}/macros.python
-
-Summary: A MySQL visual database modeling, administration and querying tool.
-Name: mysql-workbench-%{edition}
-Version: %{version}
-Release: %{release}%{targos}
-Group: Applications/Databases
-Vendor: Oracle Corporation
-License: GPL
-URL: http://wb.mysql.com
-Source: %{name}-%{version}-src.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: pcre-devel >= 3.9
-BuildRequires: libglade2-devel >= 2.0.0
-BuildRequires: lua-devel >= 5.1
-BuildRequires: libgnome-devel >= 2
-BuildRequires: automake autoconf libtool
-BuildRequires: libzip-devel libxml2-devel
-BuildRequires: python-devel >= 2.5
-BuildRequires: gnome-keyring-devel
-BuildRequires: boost-devel
-
-%if %_vendor == suse
-BuildRequires: libmysqlclient-devel
-BuildRequires: Mesa
-%else
-BuildRequires: mysql-devel >= 5.1
-BuildRequires: gtkmm24-devel
-BuildRequires: mesa-libGL-devel
-BuildRequires: sqlite-devel
-%endif
-
-%if %_vendor == suse
-Requires: python-paramiko python-pexpect
-%else
-Requires: python-paramiko pexpect
-%endif
-%if %{defined fc13}
-Requires: python-sqlite2
-%endif
-# requires mysql client pkg (for mysqldump and mysql cmdline client)
-Requires: mysql gnome-keyring
-
-# our old package name
-Obsoletes: mysql-workbench-oss
-Conflicts: mysql-workbench-oss
-Conflicts: mysql-workbench-com-se
-
-%description
-MySQL Workbench is a modeling tool that allows you to design
-and generate MySQL databases graphically. It also has administration
-and query development modules where you can manage MySQL server instances
-and execute SQL queries.
-
-%prep
-%setup -q -n %{name}-%{version}-src
-
-%build
-
-NOCONFIGURE=yes ./autogen.sh
-%if %{have_python26}
-%configure --disable-debug --enable-mysql-utilities --disable-dependency-tracking
-%else
-%configure --disable-debug --disable-dependency-tracking
-%endif
-make
-
-%install
-make install DESTDIR=%{buildroot}
-rm -fr %{buildroot}/usr/share/doc/mysql-workbench
-%if %{have_python26}
-make -C ext install-utils DESTDIR=%{buildroot}
-make -C ext install-connector DESTDIR=%{buildroot}
-%endif
-
-find %{buildroot}%{_libdir}/mysql-workbench -name \*.a -exec rm {} \; -print
-find %{buildroot}%{_libdir}/mysql-workbench -name \*.la -exec rm {} \; -print
-
-%if %{defined centos}
-for l in libpixman-1.so.0 libcairo.so.2 libatkmm-1.6.so.1 libcairomm-1.0.so.1 libgdkmm-2.4.so.1 libglibmm-2.4.so.1 libgtkmm-2.4.so.1 libpangomm-1.4.so.1 libzip.so.1 libsigc-2.0.so.0; do
-cp %{_libdir}/$l %{buildroot}/%{_libdir}/mysql-workbench
-/usr/sbin/prelink -u %{buildroot}/%{_libdir}/mysql-workbench/$l || true
-done
-%endif
-
-%clean
-rm -rf %{buildroot}
-rm -rf %{_builddir}/%{name}-%{version}-src
-
-%files
-%defattr(0644, root, root, 0755)
-%doc COPYING README
-%attr(0755,root,root) %{_bindir}/mysql*
-%dir %{_libdir}/mysql-workbench
-%{_libdir}/mysql-workbench/*
-%{_datadir}/applications/*.desktop
-%dir %{_datadir}/mysql-workbench
-%{_datadir}/mysql-workbench/*
-%{py_sitedir}/*
-
-%changelog
-
diff --git a/mysql-workbench-gpl-5.2.33b-1fc14.spec b/mysql-workbench-gpl-5.2.33b-1fc14.spec
deleted file mode 100644
index 1069b05..0000000
--- a/mysql-workbench-gpl-5.2.33b-1fc14.spec
+++ /dev/null
@@ -1,108 +0,0 @@
-%if !%{defined version}
-%define version 5.2.33
-%endif
-%define release 1
-%define edition gpl
-%define have_python26 1
-%include %{_rpmconfigdir}/macros.python
-
-Summary: A MySQL visual database modeling, administration and querying tool.
-Name: mysql-workbench-%{edition}
-Version: %{version}
-Release: %{release}%{targos}
-Group: Applications/Databases
-Vendor: Oracle Corporation
-License: GPL
-URL: http://wb.mysql.com
-Source: %{name}-%{version}-src.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: pcre-devel >= 3.9
-BuildRequires: libglade2-devel >= 2.0.0
-BuildRequires: lua-devel >= 5.1
-BuildRequires: libgnome-devel >= 2
-BuildRequires: automake autoconf libtool
-BuildRequires: libzip-devel libxml2-devel
-BuildRequires: python-devel >= 2.5
-BuildRequires: gnome-keyring-devel
-BuildRequires: boost-devel
-
-%if %_vendor == suse
-BuildRequires: libmysqlclient-devel
-BuildRequires: Mesa
-%else
-BuildRequires: mysql-devel >= 5.1
-BuildRequires: gtkmm24-devel
-BuildRequires: mesa-libGL-devel
-BuildRequires: sqlite-devel
-%endif
-
-%if %_vendor == suse
-Requires: python-paramiko python-pexpect
-%else
-Requires: python-paramiko pexpect
-%endif
-%if %{defined fc13}
-Requires: python-sqlite2
-%endif
-# requires mysql client pkg (for mysqldump and mysql cmdline client)
-Requires: mysql gnome-keyring
-
-# our old package name
-Obsoletes: mysql-workbench-oss
-Conflicts: mysql-workbench-oss
-Conflicts: mysql-workbench-com-se
-
-%description
-MySQL Workbench is a modeling tool that allows you to design
-and generate MySQL databases graphically. It also has administration
-and query development modules where you can manage MySQL server instances
-and execute SQL queries.
-
-%prep
-%setup -q -n %{name}-%{version}-src
-
-%build
-
-NOCONFIGURE=yes ./autogen.sh
-%if %{have_python26}
-%configure --disable-debug --enable-mysql-utilities --disable-dependency-tracking
-%else
-%configure --disable-debug --disable-dependency-tracking
-%endif
-make
-
-%install
-make install DESTDIR=%{buildroot}
-rm -fr %{buildroot}/usr/share/doc/mysql-workbench
-%if %{have_python26}
-make -C ext install-utils DESTDIR=%{buildroot}
-make -C ext install-connector DESTDIR=%{buildroot}
-%endif
-
-find %{buildroot}%{_libdir}/mysql-workbench -name \*.a -exec rm {} \; -print
-find %{buildroot}%{_libdir}/mysql-workbench -name \*.la -exec rm {} \; -print
-
-%if %{defined centos}
-for l in libpixman-1.so.0 libcairo.so.2 libatkmm-1.6.so.1 libcairomm-1.0.so.1 libgdkmm-2.4.so.1 libglibmm-2.4.so.1 libgtkmm-2.4.so.1 libpangomm-1.4.so.1 libzip.so.1 libsigc-2.0.so.0; do
-cp %{_libdir}/$l %{buildroot}/%{_libdir}/mysql-workbench
-/usr/sbin/prelink -u %{buildroot}/%{_libdir}/mysql-workbench/$l || true
-done
-%endif
-
-%clean
-rm -rf %{buildroot}
-rm -rf %{_builddir}/%{name}-%{version}-src
-
-%files
-%defattr(0644, root, root, 0755)
-%doc COPYING README
-%attr(0755,root,root) %{_bindir}/mysql*
-%dir %{_libdir}/mysql-workbench
-%{_libdir}/mysql-workbench/*
-%{_datadir}/applications/*.desktop
-%dir %{_datadir}/mysql-workbench
-%{_datadir}/mysql-workbench/*
-%{py_sitedir}/*
-
-%changelog
-