diff --git a/legacy/ecore/Makefile.am b/legacy/ecore/Makefile.am index 398fa41e78..94484de8ca 100644 --- a/legacy/ecore/Makefile.am +++ b/legacy/ecore/Makefile.am @@ -23,7 +23,6 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN ecore.c.in gendoc ecore.supp ecore.m4 debian/changelog.in \ debian/control \ debian/copyright \ - debian/ecore0-bin.install \ debian/libecore0-con.install \ debian/libecore0-config.install \ debian/libecore0-dbus.install \ diff --git a/legacy/ecore/configure.in b/legacy/ecore/configure.in index fcab0df267..61e48c8fae 100644 --- a/legacy/ecore/configure.in +++ b/legacy/ecore/configure.in @@ -1254,7 +1254,6 @@ AC_OUTPUT([ Makefile ecore.pc src/Makefile -src/bin/Makefile src/lib/Makefile src/lib/ecore/Makefile src/lib/ecore_job/Makefile diff --git a/legacy/ecore/debian/control b/legacy/ecore/debian/control index c2ab733ea3..0f23311436 100644 --- a/legacy/ecore/debian/control +++ b/legacy/ecore/debian/control @@ -189,38 +189,3 @@ Description: Ecore headers, static libraries and documentation applications. This package contains headers, static libraries and documentation for the Ecore library. - -Package: ecore0-bin -Architecture: any -Section: libs -Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore0-config (= ${Source-Version}) -Provides: ecore-bin -Conflicts: ecore-test -Description: Tools that support Ecore. - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - This package includes: - - ecore_config: allows creation/editing of ecore_config databases - - ecore_evas_test: test evas support. - - ecore_test: test ecore features. - -Package: ecore0-debug -Architecture: any -Section: libs -Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}) -Provides: ecore-debug -Conflicts: ecore-test -Description: Tools for debugging/demonstration of Ecore. - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - This package includes: - - ecore_config: allows creation/editing of ecore_config databases - - ecore_evas_test: test evas support. - - ecore_test: test ecore features. - diff --git a/legacy/ecore/debian/ecore0-bin.install b/legacy/ecore/debian/ecore0-bin.install deleted file mode 100644 index 088dd4173a..0000000000 --- a/legacy/ecore/debian/ecore0-bin.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/bin/ecore_config diff --git a/legacy/ecore/debian/ecore0-debug.install b/legacy/ecore/debian/ecore0-debug.install deleted file mode 100644 index 423325fa29..0000000000 --- a/legacy/ecore/debian/ecore0-debug.install +++ /dev/null @@ -1,3 +0,0 @@ -debian/tmp/usr/bin/*test -debian/tmp/usr/share/ecore/images/* -debian/tmp/usr/share/ecore/pointers/*.png diff --git a/legacy/ecore/ecore.spec.in b/legacy/ecore/ecore.spec.in index a0cb054ed2..7c76b1cbba 100644 --- a/legacy/ecore/ecore.spec.in +++ b/legacy/ecore/ecore.spec.in @@ -60,22 +60,6 @@ Requires: ecore-con, ecore-config, ecore-dbus, ecore-desktop, ecore-evas, ecore- %description devel Ecore development files -%package bin -Summary: Tools that support Ecore -Group: Development/Libraries -Requires: %{name} = %{version} - -%description bin -Tools that support Ecore - -%package debug -Summary: Tools for debugging/demonstration of Ecore -Group: Development/Libraries -Requires: %{name} = %{version} - -%description debug -Tools for debugging/demonstration of Ecore - %package con Summary: Ecore Connection Library Group: Development/Libraries @@ -209,15 +193,6 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %{_includedir}/*.h -%files bin -%defattr(-, root, root) -%{_bindir}/ecore_config - -%files debug -%defattr(-, root, root) -%{_bindir}/*test -%{_datadir}/ecore - %files con %defattr(-, root, root) %{_libdir}/libecore_con.so.*