* assorted fixes for RPM-building

SVN revision: 8200
This commit is contained in:
azundris 2003-12-23 11:41:25 +00:00 committed by azundris
parent 020f67bffc
commit ed6a50bb58
3 changed files with 12 additions and 5 deletions

View File

@ -37,6 +37,7 @@ Ecore development files
--enable-ecore-evas \
--enable-ecore-job \
--enable-ecore-con \
--enable-ecore-config \
--enable-ecore-ipc
make
@ -58,13 +59,19 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{prefix}/lib/libecore*.so.*
%{prefix}/lib/libecore*.la
%attr(755,root,root) %{prefix}/bin/ecore_*
%attr(755,root,root) %{prefix}/bin/exsh
%{prefix}/share/ecore
%files devel
%defattr(-,root,root)
%attr(755,root,root) %{prefix}/lib/libecore*.so
%attr(755,root,root) %{prefix}/lib/libecore*.a
%attr(755,root,root) %{prefix}/lib/libecore*.la
%attr(755,root,root) %{prefix}/lib/ecore_config_ipc_*.so
%attr(755,root,root) %{prefix}/lib/ecore_config_ipc_*.a
%attr(755,root,root) %{prefix}/lib/ecore_config_ipc_*.la
%attr(755,root,root) %{prefix}/bin/ecore-config
%{prefix}/share/aclocal/ecore.m4
%{prefix}/include/Ecore*.h
%doc AUTHORS
%doc COPYING

View File

@ -6,11 +6,11 @@ INCLUDES = \
-I$(top_srcdir)/src/lib/ecore \
-I$(top_srcdir)/src/lib/ecore_ipc
if BUILD_ECORE_CONFIG
libecore_config_la_LDFLAGS = -version-info 1:0:0 \
-L$(top_builddir)/src/lib/ecore/.libs
if BUILD_ECORE_CONFIG
lib_LTLIBRARIES = libecore_config.la
include_HEADERS = \
Ecore_Config.h

View File

@ -1,5 +1,5 @@
# Note that this is NOT a relocatable package
%define ver 1.0.0_pre11
%define ver 1.0.0_pre12
%define rel 1
%define prefix /usr
@ -14,13 +14,13 @@ BuildRoot: /var/tmp/evas-root
Packager: The Rasterman <raster@rasterman.com>
URL: http://www.enlightenment.org/
BuildRequires: XFree86-devel
BuildRequires: freetype-devel
BuildRequires: freetype2-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: eet-devel
BuildRequires: edb-devel
Requires: XFree86
Requires: freetype >= 2.0.0
Requires: freetype2 >= 2.0.0
Requires: libpng >= 1.0.0
Requires: libjpeg
Requires: eet