From 62c55580e723da41fa805bbc325247eaa0970985c158b9a21b44037c4ea827e2 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Apr 2008 12:29:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=3 --- baselibs.conf | 1 + libical.changes | 6 ++++++ libical.spec | 11 +++++++++-- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..f5717bf --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libical diff --git a/libical.changes b/libical.changes index 9278f4c..abcd4ad 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Tue Jan 29 14:02:50 CET 2008 - sf@suse.de diff --git a/libical.spec b/libical.spec index 402d1ce..19fdffe 100644 --- a/libical.spec +++ b/libical.spec @@ -10,14 +10,15 @@ # norootforbuild + Name: libical BuildRequires: db-devel python Url: http://sourceforge.net/projects/freeassociation/ -License: MOZILLA PUBLIC LICENSE (MPL/NPL) +License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) Group: Development/Libraries/C and C++ AutoReqProv: on Version: 0.27 -Release: 1 +Release: 2 Summary: An Implementation of Basic iCAL Protocols Source: libical-%version.tar.bz2 Patch: libical-uninit.patch @@ -36,6 +37,7 @@ Authors: Eric Busboom %package -n libical0 +License: MOZILLA PUBLIC LICENSE (MPL/NPL) Summary: An Implementation of Basic iCAL Protocols Group: Development/Libraries/C and C++ AutoReqProv: on @@ -53,6 +55,7 @@ Authors: Eric Busboom %package -n libical-devel +License: MOZILLA PUBLIC LICENSE (MPL/NPL) Summary: An implementation of basic iCAL protocols Group: Development/Libraries/C and C++ Requires: libical0 = %{version} @@ -71,6 +74,7 @@ Authors: Eric Busboom %package -n libical-doc +License: MOZILLA PUBLIC LICENSE (MPL/NPL) Summary: An Implementation of Basic iCAL Protocols Group: Development/Libraries/C and C++ Requires: libical0 = %{version} @@ -134,6 +138,9 @@ rm -f $RPM_BUILD_ROOT/%_libdir/lib*.la %doc doc examples scripts %changelog +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support * Tue Jan 29 2008 sf@suse.de - update to 0.27 - Merges some patches from KDE and Citadel.