Author: nanardon Date: Sun Feb 18 13:54:08 2007 New Revision: 122329 Modified: packages/cooker/rpm-mandriva-setup/current/SPECS/rpm-mandriva-setup.spec
Log: - requires pkgconfig for building to ensure dependencies are properly filled Modified: packages/cooker/rpm-mandriva-setup/current/SPECS/rpm-mandriva-setup.spec ============================================================================== --- packages/cooker/rpm-mandriva-setup/current/SPECS/rpm-mandriva-setup.spec (original) +++ packages/cooker/rpm-mandriva-setup/current/SPECS/rpm-mandriva-setup.spec Sun Feb 18 13:54:08 2007 @@ -1,6 +1,6 @@ %define name rpm-mandriva-setup %define version 1.36 -%define release %mkrel 1 +%define release %mkrel 2 # This can be useful for backport, as rpm-4.2 # provides the emacs-spec mode @@ -30,6 +30,7 @@ Summary: The Mandriva rpm configuration and scripts to build rpms Requires: spec-helper >= 0.6-5mdk Requires: multiarch-utils >= 1.0.3 +Requires: pkgconfig Requires: %name = %version-%release %if %have_emacsmodespec Conflicts: rpm < 4.4.1
