-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:
Jan Engelhardt 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

@ -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 Sat Jan 28 17:40:52 UTC 2012 - tabraham@novell.com

View File

@ -31,7 +31,6 @@ Group: Development/Libraries/C and C++
Source: libical-%{version}.tar.bz2 Source: libical-%{version}.tar.bz2
Source2: baselibs.conf Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libical0 = %{version}
%description %description
Libical is an open source implementation of the IETF's iCalendar Libical is an open source implementation of the IETF's iCalendar
@ -54,7 +53,7 @@ component properties, parameters, and subcomponents.
%package devel %package devel
Summary: An implementation of basic iCAL protocols Summary: An implementation of basic iCAL protocols
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libical = %{version} Requires: libical0 = %{version}
%description devel %description devel
Libical is an Open Source implementation of the IETF's iCalendar Libical is an Open Source implementation of the IETF's iCalendar
@ -65,7 +64,7 @@ component properties, parameters, and subcomponents.
%package doc %package doc
Summary: An Implementation of Basic iCAL Protocols Summary: An Implementation of Basic iCAL Protocols
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libical = %{version} Requires: libical0 = %{version}
%description doc %description doc
Libical is an open source implementation of the IETF's iCalendar Libical is an open source implementation of the IETF's iCalendar