[packages/libunity] let -devel requires base lib

glen glen at pld-linux.org
Sun Feb 17 13:52:14 CET 2013


commit ade31b8b1156f1175852664add9423b2b89daf1a
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Feb 17 14:52:05 2013 +0200

    let -devel requires base lib

 libunity.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libunity.git/commitdiff/ade31b8b1156f1175852664add9423b2b89daf1a



More information about the pld-cvs-commit mailing list