forked from pool/libical
Accepting request 38731 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/libical based on submit request 38731 from user coolo OBS-URL: https://build.opensuse.org/request/show/38731 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=15
This commit is contained in:
parent
02b3099971
commit
8a156802f4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 24 11:38:20 UTC 2010 - coolo@novell.com
|
||||
|
||||
- buildrequire pkg-config to fix provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 04:49:26 CET 2010 - jengelh@medozas.de
|
||||
|
||||
|
30
libical.spec
30
libical.spec
@ -19,13 +19,13 @@
|
||||
|
||||
|
||||
Name: libical
|
||||
BuildRequires: db-devel python-devel
|
||||
BuildRequires: db-devel pkg-config python-devel
|
||||
Url: http://sourceforge.net/projects/freeassociation/
|
||||
License: LGPL v2.1 or later ; MPL ..
|
||||
License: MPL ..
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Version: 0.44
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: An Implementation of Basic iCAL Protocols
|
||||
Source: libical-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
@ -38,12 +38,6 @@ calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It
|
||||
parses iCal components and provides a C API for manipulating the
|
||||
component properties, parameters, and subcomponents.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Eric Busboom <eric@softwarestudio.org>
|
||||
|
||||
%package -n libical0
|
||||
License: MPL ..
|
||||
Summary: An Implementation of Basic iCAL Protocols
|
||||
@ -58,12 +52,6 @@ calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It
|
||||
parses iCal components and provides a C API for manipulating the
|
||||
component properties, parameters, and subcomponents.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Eric Busboom <eric@softwarestudio.org>
|
||||
|
||||
%package -n libical-devel
|
||||
License: MPL ..
|
||||
Summary: An implementation of basic iCAL protocols
|
||||
@ -77,12 +65,6 @@ Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It
|
||||
parses iCal components and provides a C API for manipulating the
|
||||
component properties, parameters, and subcomponents.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Eric Busboom <eric@softwarestudio.org>
|
||||
|
||||
%package -n libical-doc
|
||||
License: MPL ..
|
||||
Summary: An Implementation of Basic iCAL Protocols
|
||||
@ -95,12 +77,6 @@ calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It
|
||||
parses iCal components and provides a C API for manipulating the
|
||||
component properties, parameters, and subcomponents.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Eric Busboom <eric@softwarestudio.org>
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user