striptease!

SVN revision: 26837
This commit is contained in:
Carsten Haitzler 2006-10-28 10:15:26 +00:00
parent a0d2a33d04
commit 4d759dc84f
6 changed files with 0 additions and 66 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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.

View File

@ -1 +0,0 @@
debian/tmp/usr/bin/ecore_config

View File

@ -1,3 +0,0 @@
debian/tmp/usr/bin/*test
debian/tmp/usr/share/ecore/images/*
debian/tmp/usr/share/ecore/pointers/*.png

View File

@ -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.*