packages: edje/edje.spec - updated to 1.0.0.beta3 - License is BSD

qboosh qboosh at pld-linux.org
Sun Dec 5 12:13:24 CET 2010


Author: qboosh                       Date: Sun Dec  5 11:13:24 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.0.0.beta3
- License is BSD

---- Files affected:
packages/edje:
   edje.spec (1.44 -> 1.45) 

---- Diffs:

================================================================
Index: packages/edje/edje.spec
diff -u packages/edje/edje.spec:1.44 packages/edje/edje.spec:1.45
--- packages/edje/edje.spec:1.44	Tue Nov 16 18:55:54 2010
+++ packages/edje/edje.spec	Sun Dec  5 12:13:19 2010
@@ -7,27 +7,31 @@
 %define		eet_ver 	1.4.0
 %define		embryo_ver	1.0.0
 %define		evas_ver	1.0.0
-%define		svn		%{nil}
 Summary:	Complex Graphical Design/Layout Engine
 Summary(pl.UTF-8):	Złożony silnik graficznego projektowania/planowania
 Name:		edje
-%define	subver	beta2
+%define	subver	beta3
 Version:	1.0.0
 Release:	0.%{subver}.1
-License:	LGPL v2.1
+License:	BSD
 Group:		X11/Libraries
 Source0:	http://download.enlightenment.org/releases/%{name}-%{version}.%{subver}.tar.bz2
-# Source0-md5:	7538edb5e6a5801502f9d7e831a250c6
+# Source0-md5:	b87c3a339a08de305c4f30c4a9834d31
 URL:		http://enlightenment.org/p.php?p=about/libs/edje
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake >= 1.6
-# ecore-evas, ecore-job
+BuildRequires:	ecore-devel >= %{ecore_ver}
 BuildRequires:	ecore-evas-devel >= %{ecore_ver}
+BuildRequires:	ecore-file-devel >= %{ecore_ver}
+BuildRequires:	ecore-imf-devel >= %{ecore_ver}
+BuildRequires:	ecore-imf-evas-devel >= %{ecore_ver}
 BuildRequires:	eet-devel >= %{eet_ver}
 BuildRequires:	embryo-devel >= %{embryo_ver}
 BuildRequires:	evas-devel >= %{evas_ver}
 BuildRequires:	libtool
-BuildRequires:	pkgconfig
+BuildRequires:	lua51 >= 5.1.0
+BuildRequires:	pkgconfig >= 1:0.22
+BuildRequires:	python >= 1:2.5
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	cpp
 Requires:	evas-engine-buffer >= %{evas_ver}
@@ -75,7 +79,10 @@
 Summary:	Edje library
 Summary(pl.UTF-8):	Biblioteka edje
 Group:		X11/Libraries
-Requires:	ecore-evas >= %{ecore_ver}
+Requires:	ecore >= %{ecore_ver}
+Requires:	ecore-file >= %{ecore_ver}
+Requires:	ecore-imf >= %{ecore_ver}
+Requires:	ecore-imf-evas >= %{ecore_ver}
 Requires:	eet >= %{eet_ver}
 Requires:	embryo >= %{embryo_ver}
 Requires:	evas >= %{evas_ver}
@@ -91,8 +98,10 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe Edje
 Group:		Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
-# ecore-evas, ecore-job
-Requires:	ecore-evas-devel >= %{ecore_ver}
+Requires:	ecore-devel >= %{ecore_ver}
+Requires:	ecore-file-devel >= %{ecore_ver}
+Requires:	ecore-imf-devel >= %{ecore_ver}
+Requires:	ecore-imf-evas-devel >= %{ecore_ver}
 Requires:	eet-devel >= %{eet_ver}
 Requires:	embryo-devel >= %{embryo_ver}
 Requires:	evas-devel >= %{evas_ver}
@@ -137,10 +146,11 @@
 %{__autoheader}
 %{__automake}
 %configure \
+	--disable-silent-rules \
 	%{!?with_static_libs:--disable-static} \
 	--enable-edje-cc \
 	--with-vim=/usr/share/vim/vimfiles
-%{__make} V=1
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -159,9 +169,12 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING NEWS README
+%doc AUTHORS COPYING README
 %attr(755,root,root) %{_bindir}/edje_cc
+%attr(755,root,root) %{_bindir}/edje_convert
 %attr(755,root,root) %{_bindir}/edje_decc
+%attr(755,root,root) %{_bindir}/edje_external_inspector
+%attr(755,root,root) %{_bindir}/edje_inspector
 %attr(755,root,root) %{_bindir}/edje_player
 %attr(755,root,root) %{_bindir}/edje_recc
 %attr(755,root,root) %{_bindir}/inkscape2edc
@@ -171,15 +184,14 @@
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libedje%{svn}.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libedje%{svn}.so.1
+%attr(755,root,root) %{_libdir}/libedje.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libedje.so.1
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libedje.so
 %{_libdir}/libedje.la
-%dir %{_includedir}/edje-1
-%{_includedir}/edje-1/*.h
+%{_includedir}/edje-1
 %{_pkgconfigdir}/edje.pc
 
 %if %{with static_libs}
@@ -198,6 +210,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.45  2010/12/05 11:13:19  qboosh
+- updated to 1.0.0.beta3
+- License is BSD
+
 Revision 1.44  2010/11/16 17:55:54  witekfl
 - 1.0.0.beta2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/edje/edje.spec?r1=1.44&r2=1.45&f=u



More information about the pld-cvs-commit mailing list