From: Elan Ruusamäe Date: Sun, 17 Feb 2013 12:52:05 +0000 (+0200) Subject: let -devel requires base lib X-Git-Tag: auto/th/libunity-5.12.0-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=ade31b8b1156f1175852664add9423b2b89daf1a;p=packages%2Flibunity.git let -devel requires base lib --- diff --git a/libunity.spec b/libunity.spec index b23190f..32a7f8d 100644 --- a/libunity.spec +++ b/libunity.spec @@ -1,7 +1,7 @@ Summary: Unity instrumenting and integration library Name: libunity Version: 5.12.0 -Release: 1 +Release: 2 License: LGPL v3 Group: Libraries URL: http://launchpad.net/libunity @@ -24,6 +24,7 @@ and add places in Unity environment. %package devel Summary: Unity instrumenting and integration library - development files Group: Development/Libraries +Requires: %{name} = %{version}-%{release} %description devel This package provides the development files required to build @@ -42,9 +43,10 @@ with the launcher and add places in Unity environment. %build %configure \ + --disable-silent-rules \ --disable-static \ --enable-gtk-doc -%{__make} V=1 +%{__make} %install rm -rf $RPM_BUILD_ROOT