From af51f0e12a0f73aa25f8c580bacb54a58124103f Mon Sep 17 00:00:00 2001 From: Karol Krenski Date: Wed, 30 Nov 2005 13:51:18 +0000 Subject: [PATCH] - updated to 0.9.9.020 - bcond static_libs Changed files: edje.spec -> 1.14 --- edje.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/edje.spec b/edje.spec index ffeba54..820029e 100644 --- a/edje.spec +++ b/edje.spec @@ -1,12 +1,16 @@ +# +# Conditional build: +%bcond_without static_libs # don't build static library +# Summary: Complex Graphical Design/Layout Engine Summary(pl): Z³o¿ony silnik graficznego projektowania/planowania Name: edje -Version: 0.5.0.019 +Version: 0.5.0.020 Release: 1 License: BSD Group: X11/Libraries Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz -# Source0-md5: a36bb943ca60b97255dec75b386aef00 +# Source0-md5: 4992e0280cdabcb265685738d45406d9 Patch0: %{name}-missing_m4.patch URL: http://enlightenment.org/Libraries/Edje/ BuildRequires: autoconf @@ -102,6 +106,7 @@ Statyczna biblioteka Edje. %{__autoheader} %{__automake} %configure \ + %{!?with_static_libs:--disable-static} \ --enable-edje-cc %{__make} @@ -143,6 +148,8 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/Edje* %{_pkgconfigdir}/edje.pc +%if %{with static_libs} %files static %defattr(644,root,root,755) %{_libdir}/libedje.a +%endif -- 2.44.0