From 599a0433479419e252d58d476768e10fca9ec308 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 21 Apr 2013 09:21:30 +0200 Subject: [PATCH] rearrange requires --- libwpd.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libwpd.spec b/libwpd.spec index 4070615..c87dc70 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -7,7 +7,10 @@ Group: System Environment/Libraries URL: http://libwpd.sf.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: LGPLv2+ or MPLv2.0+ -BuildRequires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0, cppunit-devel + +BuildRequires: cppunit-devel +BuildRequires: glib2-devel >= 2.0.0 +BuildRequires: libgsf-devel >= 1.6.0 %description Library that handles Word Perfect documents. @@ -22,7 +25,8 @@ Currently supported: HTML, raw, text. %package devel Requires: libwpd = %{version}-%{release} -Requires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0, pkgconfig +Requires: glib2-devel >= 2.0.0 +Requires: libgsf-devel >= 1.6.0 Summary: Files for developing with libwpd Group: Development/Libraries