Assorted fixes for building RPMS, probably a good thing that the release source archives can generate the rpms as expected.

SVN revision: 56257
This commit is contained in:
Rui Seabra 2011-01-21 21:38:01 +00:00
parent dca85251b0
commit ad112f80bb
5 changed files with 6 additions and 7 deletions

View File

@ -146,7 +146,7 @@ Requires: %{name} = %{version}
Ecore functions for dealing with the X Windows System Ecore functions for dealing with the X Windows System
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
%build %build
CFLAGS="-I/usr/kerberos/include -I/usr/X11R6/include/X11/extensions" CFLAGS="-I/usr/kerberos/include -I/usr/X11R6/include/X11/extensions"
@ -186,7 +186,7 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a %{_libdir}/*.a
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
#%{_datadir}/aclocal/* #%{_datadir}/aclocal/*
%{_includedir}/*.h %{_includedir}/ecore-1/*.h
%files con %files con
%defattr(-, root, root) %defattr(-, root, root)

View File

@ -91,7 +91,6 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%files bin %files bin
%defattr(-, root, root) %defattr(-, root, root)
%{_bindir}/edje_cc %{_bindir}/edje_cc
%{_bindir}/edje_convert
%{_bindir}/edje_decc %{_bindir}/edje_decc
%{_bindir}/edje_recc %{_bindir}/edje_recc
%{_bindir}/edje_player %{_bindir}/edje_player

View File

@ -59,7 +59,7 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%files devel %files devel
%defattr(-, root, root) %defattr(-, root, root)
%{_includedir}/%{name} %{_includedir}/%{name}-1
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.la %{_libdir}/*.la
%{_libdir}/*.a %{_libdir}/*.a

View File

@ -72,6 +72,6 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.la %{_libdir}/*.la
%{_libdir}/*.a %{_libdir}/*.a
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%{_includedir}/*.h %{_includedir}/embryo-1/*.h
%changelog %changelog

View File

@ -391,7 +391,7 @@ Xrender XCB X11 rendering engine module for Evas
%endif %endif
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
%build %build
%{configure} --prefix=%{_prefix} --x-libraries=%{_prefix}/X11R6/%{_lib} \ %{configure} --prefix=%{_prefix} --x-libraries=%{_prefix}/X11R6/%{_lib} \
@ -450,7 +450,7 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.la %{_libdir}/*.la
%{_libdir}/*.a %{_libdir}/*.a
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%{_includedir}/*.h %{_includedir}/evas-1/*.h
%{_datadir}/evas/examples/*.c %{_datadir}/evas/examples/*.c
%files module_engine_software_generic %files module_engine_software_generic
%defattr(-, root, root) %defattr(-, root, root)