X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=embryo.spec;h=3f2c731f91c4b9a77c0b96d085df45b3c68e9da0;hb=8921dee1b839cfb1dc742085171a00cc9f4bbb9a;hp=0667930a856b2b49ad5fb1a2947be6a00413abd5;hpb=27bcff7acea6ec23c56f7a1524ea34af04ea11b3;p=packages%2Fembryo.git diff --git a/embryo.spec b/embryo.spec index 0667930..3f2c731 100644 --- a/embryo.spec +++ b/embryo.spec @@ -5,16 +5,17 @@ Summary: Enlightenment Fundation Libraries - Embryo Summary(pl.UTF-8): Podstawowe biblioteki Enlightenmenta - Embryo Name: embryo -Version: 0.9.9.043 -Release: 1 +Version: 1.0.0 +Release: 2 License: BSD Group: Libraries -Source0: http://download.enlightenment.org/snapshots/2008-05-19/%{name}-%{version}.tar.bz2 -# Source0-md5: 532f34d44a558e49ad9afbfd0f82489f -URL: http://enlightenment.org/p.php?p=about/libs/embryo +Source0: http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2 +# Source0-md5: 12f6c7d1d39c223d412351594a24dc64 +URL: http://trac.enlightenment.org/e/wiki/Embryo BuildRequires: autoconf >= 2.52 BuildRequires: automake >= 1.6 BuildRequires: libtool +BuildRequires: pkgconfig >= 1:0.22 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %undefine __cxx @@ -56,11 +57,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 +80,10 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS COPYING COPYING-PLAIN README +%doc AUTHORS COPYING ChangeLog 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 +91,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}