From b905faf29911229586b0d1f4b46535c7c4a5825214ab0c76bb646122d7154025 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 28 Jan 2012 18:38:19 +0000 Subject: [PATCH] -devel's requirement on shlib package OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=20 --- libical.changes | 6 ++++++ libical.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libical.changes b/libical.changes index 994a1b9..96501dd 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 28 18:37:35 UTC 2012 - jengelh@medozas.de + +- Changed: The -devel subpackage should require the lib package, + not the main one + ------------------------------------------------------------------- Sat Jan 28 17:40:52 UTC 2012 - tabraham@novell.com diff --git a/libical.spec b/libical.spec index f429129..d893847 100644 --- a/libical.spec +++ b/libical.spec @@ -31,7 +31,6 @@ Group: Development/Libraries/C and C++ Source: libical-%{version}.tar.bz2 Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: libical0 = %{version} %description Libical is an open source implementation of the IETF's iCalendar @@ -54,7 +53,7 @@ component properties, parameters, and subcomponents. %package devel Summary: An implementation of basic iCAL protocols Group: Development/Libraries/C and C++ -Requires: libical = %{version} +Requires: libical0 = %{version} %description devel Libical is an Open Source implementation of the IETF's iCalendar @@ -65,7 +64,7 @@ component properties, parameters, and subcomponents. %package doc Summary: An Implementation of Basic iCAL Protocols Group: Development/Libraries/C and C++ -Requires: libical = %{version} +Requires: libical0 = %{version} %description doc Libical is an open source implementation of the IETF's iCalendar