-devel's requirement on shlib package

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=20
This commit is contained in:
2012-01-28 18:38:19 +00:00
committed by Git OBS Bridge
parent 433161cf2c
commit b905faf299
2 changed files with 8 additions and 3 deletions

View File

@@ -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