X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=emotion.spec;h=f6be0c7d12205acb17c4551d5414c2b0fa5e6413;hb=ddce1422bbd07204a35aefbdb08f82bd033c8b15;hp=54b5552283cbff6e21f8adc366c3e21567a5cadd;hpb=ac1031f6808ce5012d90e8a8f1a6b26671f839ce;p=packages%2Femotion.git diff --git a/emotion.spec b/emotion.spec index 54b5552..f6be0c7 100644 --- a/emotion.spec +++ b/emotion.spec @@ -5,22 +5,23 @@ %bcond_without xine # don't build xine decoder %bcond_without static_libs # don't build static library # -%define ecore_ver 1.0.0 -%define edje_ver 1.0.0 -%define eet_ver 1.4.0 -%define eeze_ver 1.1.0 -%define eina_ver 1.0.0 -%define evas_ver 1.0.0 +%define ecore_ver 1.7.0 +%define edje_ver 1.7.0 +%define eet_ver 1.7.0 +%define eeze_ver 1.7.0 +%define eina_ver 1.7.0 +%define eio_ver 1.7.0 +%define evas_ver 1.7.0 Summary: Emotion - EFL media playback library Summary(pl.UTF-8): Emotion - biblioteka EFL do odtwarzania multimediów Name: emotion -Version: 0.2.0.65643 -Release: 1 +Version: 1.7.0 +Release: 2 License: BSD-like Group: Libraries -Source0: http://download.enlightenment.org/snapshots/LATEST/%{name}-%{version}.tar.bz2 -# Source0-md5: 1c4fb7c26f4324f4fcc343d6baa21e42 +Source0: http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2 +# Source0-md5: 26516d3e5ba55ba64f097e9d4e88af0f URL: http://trac.enlightenment.org/e/wiki/Emotion BuildRequires: autoconf >= 2.60 BuildRequires: automake >= 1.6 @@ -32,7 +33,7 @@ BuildRequires: edje >= %{edje_ver} BuildRequires: edje-devel >= %{edje_ver} BuildRequires: eet-devel >= %{eet_ver} BuildRequires: eeze-devel >= %{eeze_ver} -BuildRequires: eio-devel +BuildRequires: eio-devel >= %{eio_ver} BuildRequires: eina-devel >= %{eina_ver} BuildRequires: evas-devel >= %{evas_ver} %if %{with gstreamer} @@ -51,6 +52,7 @@ Requires: edje-libs >= %{edje_ver} Requires: eet >= %{eet_ver} Requires: eeze >= %{eeze_ver} Requires: eina >= %{eina_ver} +Requires: eio >= %{eio_ver} Requires: evas >= %{evas_ver} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -70,7 +72,7 @@ Summary(pl.UTF-8): Pliki nagłówkowe Emotion Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: ecore-devel >= %{ecore_ver} -Requires: eio-devel +Requires: eio-devel >= %{eio_ver} Requires: eet-devel >= %{eet_ver} Requires: eeze-devel >= %{eeze_ver} Requires: eina-devel >= %{eina_ver} @@ -173,10 +175,10 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS COPYING COPYING-PLAIN ChangeLog README TODO +%doc AUTHORS COPYING ChangeLog README TODO %attr(755,root,root) %{_bindir}/emotion_test %attr(755,root,root) %{_libdir}/libemotion.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libemotion.so.0 +%attr(755,root,root) %ghost %{_libdir}/libemotion.so.1 %dir %{_libdir}/%{name} %attr(755,root,root) %{_libdir}/%{name}/em_generic.so %dir %{_libdir}/%{name}/utils @@ -189,7 +191,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libemotion.so %{_libdir}/libemotion.la -%{_includedir}/emotion-0 +%{_includedir}/emotion-1 %{_pkgconfigdir}/emotion.pc %if %{with static_libs}