Name: libical Version: 0.26.6 Release: 0.1.aurore%{?dist} Summary: A library for parsing iCal components Group: System Environment/Libraries License: GPL/MPL URL: http://www.aurore.net/projects/libical/ Source0: http://www.aurore.net/projects/libical/libical-0.26-6.aurore.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description libical is an Open Source (MPL/LGPL) 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. This is a modified version of the original libical project. %package devel Summary: Development files for libical Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The libical-devel package contains libraries and header files for developing applications that use libical. %prep %setup -q -n libical-0.26 %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog NEWS README THANKS TODO %{_libdir}/libical.so.* %{_libdir}/libicalss.so.* %{_datadir}/libical/ %files devel %defattr(-,root,root,-) %doc doc/UsingLibical.txt doc/UsingLibical.ps %{_includedir}/* %{_libdir}/libical.so %{_libdir}/libicalss.so %changelog * Tue Jul 04 2006 Callum Lerwick 0.26.6-0.1.aurore - Initial packaging for Extras.