Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37881625
en ru br
ALT Linux repos
S:3.0.16-alt2
5.0: 0.43-alt1
4.1: 0.26-alt3
4.0: 0.26-alt3

Group :: System/Libraries
RPM: libical

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define bver 7
Name: libical
Version: 0.26
Release: alt3

Summary: An implementation of basic iCAL protocols

License: LGPL/MPL
Group: System/Libraries
Url: http://www.aurore.net/projects/libical/

Packager: Eugene Ostapets <eostapets at altlinux.org>

Source: http://www.aurore.net/projects/libical/%name-%version-%bver.aurore.tar.bz2
Patch0: libical-asneeded.patch
Patch1: libical-pkgconfig.patch

# manually removed: eric

# Automatically added by buildreq on Mon Oct 30 2006
BuildRequires: flex gcc-c++

%description
Libical is an Open Source implementation of the IETF's iCalendar
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.

%package devel
Summary: Files for developing applications that use libical
Requires: %name = %version-%release
Group: Development/C

%description devel
The header files and libtool library  for
developing applications that use libical.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%__autoreconf -fisv
%configure \
--enable-python
%make_build
# Also make the documentation in PDF format
# Not yet -- aen
# xmlto pdf -o doc doc/interface.xml

%install
%make_install install \
DESTDIR=%buildroot

%post -p %post_ldconfig

%postun -p %postun_ldconfig

%files
%doc README TODO ChangeLog NEWS TEST THANKS
%_libdir/*.so.*
%_datadir/%name

%files devel
%doc doc/UsingLibical*
%_includedir/*
%_libdir/*.so
%exclude %_libdir/*.a
%_pkgconfigdir/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin