X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=embryo.spec;h=6b8bf21f2b995ad85c76fa76f2a38c24da728c68;hb=e1a0ffe1bb119f37b519db3ea68fca3e5d9fc1ec;hp=23c880eb80f882d2e6df6c5a6d881ecf120ca462;hpb=5ca41195b2bcf59f38fd30a7f4eae9ce003f97d3;p=packages%2Fembryo.git diff --git a/embryo.spec b/embryo.spec index 23c880e..6b8bf21 100644 --- a/embryo.spec +++ b/embryo.spec @@ -1,20 +1,25 @@ +# NOTE: for versions >= 1.8 see efl.spec # # Conditional build: %bcond_without static_libs # don't build static library # +%define eina_ver 1.7.10 Summary: Enlightenment Fundation Libraries - Embryo Summary(pl.UTF-8): Podstawowe biblioteki Enlightenmenta - Embryo Name: embryo -Version: 0.9.9.050 -Release: 0.1 +Version: 1.7.10 +Release: 2 License: BSD Group: Libraries -Source0: http://download.enlightenment.org/snapshots/2008-09-25/%{name}-%{version}.tar.bz2 -# Source0-md5: 6c56918b4808b7486e485e9a94d974fa -URL: http://enlightenment.org/p.php?p=about/libs/embryo +Source0: http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2 +# Source0-md5: 1ed477bcc75124a143b4d86bea02c671 +URL: http://trac.enlightenment.org/e/wiki/Embryo BuildRequires: autoconf >= 2.52 BuildRequires: automake >= 1.6 +BuildRequires: eina-devel >= %{eina_ver} BuildRequires: libtool +BuildRequires: pkgconfig >= 1:0.22 +Requires: eina >= %{eina_ver} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %undefine __cxx @@ -32,6 +37,7 @@ Summary: Embryo header files Summary(pl.UTF-8): Pliki nagłówkowe Embryo Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: eina-devel >= %{eina_ver} %description devel Header files for Embryo. @@ -56,11 +62,12 @@ Statyczna biblioteka Embryo. %build %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} %configure \ + --disable-silent-rules \ %{!?with_static_libs:--disable-static} %{__make} @@ -78,10 +85,10 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS COPYING COPYING-PLAIN README +%doc AUTHORS COPYING ChangeLog NEWS README %attr(755,root,root) %{_bindir}/embryo_cc %attr(755,root,root) %{_libdir}/libembryo.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libembryo.so.0 +%attr(755,root,root) %ghost %{_libdir}/libembryo.so.1 # for embryo_cc %{_datadir}/%{name} @@ -89,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libembryo.so %{_libdir}/libembryo.la -%{_includedir}/Embryo.h +%{_includedir}/embryo-1 %{_pkgconfigdir}/embryo.pc %if %{with static_libs}