3f419a3
Summary:	Reference implementation of the iCalendar data type and serialization format
5caa9c4
Name:		libical
6195f94
Version:	0.48
6195f94
Release:	1%{?dist}
3f419a3
License:	LGPLv2 or MPLv1.1
5caa9c4
Group:		System Environment/Libraries
3f419a3
URL:		http://freeassociation.sourceforge.net/
5caa9c4
Source:		http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
5caa9c4
Requires:	tzdata
5caa9c4
BuildRequires:	bison, byacc, flex
5caa9c4
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ca214d2
Jakub 'Livio' Rusinek d33e35b
%description
3f419a3
Reference implementation of the iCalendar data type and serialization format
3f419a3
used in dozens of calendaring and scheduling products.
3f419a3
3f419a3
%package devel
3f419a3
Summary:	Development files for libical
3f419a3
Group:		Development/Libraries
6195f94
Requires:	%{name}%{?_isa} = %{version}-%{release}, pkgconfig
3f419a3
3f419a3
%description devel
3f419a3
The libical-devel package contains libraries and header files for developing 
Jakub 'Livio' Rusinek d33e35b
applications that use libical.
Jakub 'Livio' Rusinek d33e35b
Jakub 'Livio' Rusinek d33e35b
%prep
Jakub 'Livio' Rusinek d33e35b
%setup -q
Jakub 'Livio' Rusinek d33e35b
Jakub 'Livio' Rusinek d33e35b
%build
3a1a5bc
%configure --disable-static --enable-reentrant --with-backtrace
6dd72f8
make %{?_smp_mflags}
ac80e7d
Jakub 'Livio' Rusinek d33e35b
%install
Jakub 'Livio' Rusinek d33e35b
rm -rf $RPM_BUILD_ROOT
5caa9c4
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
3f419a3
5caa9c4
# Don't install any libtool .la files
8c111ef
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}*.la
Jakub 'Livio' Rusinek d33e35b
Jakub 'Livio' Rusinek d33e35b
%clean
Jakub 'Livio' Rusinek d33e35b
rm -rf $RPM_BUILD_ROOT
Jakub 'Livio' Rusinek d33e35b
Jakub 'Livio' Rusinek d33e35b
%post -p /sbin/ldconfig
Jakub 'Livio' Rusinek d33e35b
Jakub 'Livio' Rusinek d33e35b
%postun -p /sbin/ldconfig
Jakub 'Livio' Rusinek d33e35b
Jakub 'Livio' Rusinek d33e35b
%files
Jakub 'Livio' Rusinek d33e35b
%defattr(-,root,root,-)
5caa9c4
%doc LICENSE README THANKS
3f419a3
%{_libdir}/%{name}.so.*
3f419a3
%{_libdir}/libicalss.so.*
3f419a3
%{_libdir}/libicalvcal.so.*
Jakub 'Livio' Rusinek d33e35b
Jakub 'Livio' Rusinek d33e35b
%files devel
Jakub 'Livio' Rusinek d33e35b
%defattr(-,root,root,-)
3f419a3
%doc doc/UsingLibical.txt
3f419a3
%{_includedir}/ical.h
3f419a3
%{_libdir}/%{name}.so
3f419a3
%{_libdir}/libicalss.so
3f419a3
%{_libdir}/libicalvcal.so
ad1c8eb
%{_libdir}/pkgconfig/libical.pc
6dd72f8
%dir %{_includedir}/%{name}
6dd72f8
%{_includedir}/%{name}/ical*.h
6dd72f8
%{_includedir}/%{name}/pvl.h
6dd72f8
%{_includedir}/%{name}/sspm.h
c53d834
%{_includedir}/%{name}/port.h
c53d834
%{_includedir}/%{name}/vcaltmp.h
c53d834
%{_includedir}/%{name}/vcc.h
c53d834
%{_includedir}/%{name}/vobject.h
6dd72f8
Jakub 'Livio' Rusinek d33e35b
%changelog
6195f94
* Sat Dec 17 2011 Robert Scheck <robert@fedoraproject.org> 0.48-1
6195f94
- Upgrade to 0.48 (#664412, #696891, #743236)
6195f94
6195f94
* Mon Oct 24 2011 Robert Scheck <robert@fedoraproject.org> 0.47-1
6195f94
- Upgrade to 0.47 (#743236)
6195f94
f9df3dd
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.46-3
f9df3dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f9df3dd
2baf9b8
* Sun Dec 19 2010 Robert Scheck <robert@fedoraproject.org> 0.46-2
2baf9b8
- Added patch to work around upstream's broken AC_PROG_MKDIR_P
2baf9b8
5caa9c4
* Sun Dec 19 2010 Robert Scheck <robert@fedoraproject.org> 0.46-1
5caa9c4
- Upgrade to 0.46 (#525933, #628893)
5caa9c4
- Fixed race in populating builtin timezone components (#637150)
5caa9c4
- Fixed wrong ICAL_ERRORS_ARE_FATAL preprocessor check (#575715)
5caa9c4
00e5630
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-5
00e5630
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
00e5630
76a229f
* Sun Mar 15 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.43-4
76a229f
- Updated patch to fix #includes in the headers to work with
76a229f
  'pkg-config --cflags libical'. (Red Hat Bugzilla #484091)
76a229f
76a229f
* Wed Feb 25 2009 Release Engineering <rel-eng@.fedoraproject.org> - 0.43-3
76a229f
- Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d9139dd
6bcec06
* Tue Feb 17 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.43-2
76a229f
- Added patch to fix CFLAGS in libical.pc. (Red Hat Bugzilla #484091)
6bcec06
3a1a5bc
* Tue Jan 13 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.43-1
3a1a5bc
- Version bump to 0.43.
76a229f
- Added patch to fix implicit pointer conversion from Debian. (Debian BTS
76a229f
  #511598)
3a1a5bc
- Upstream has switched off ICAL_ERRORS_ARE_FATAL by default. This behaviour
3a1a5bc
  is being retained across all distributions, including Fedora 11.
3a1a5bc
- Added 'Requires: tzdata'.
3a1a5bc
- Enabled backtrace dumps in the syslog.
3a1a5bc
83cc56b
* Thu Jan 08 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.41-2
83cc56b
- Switched off ICAL_ERRORS_ARE_FATAL for all distributions, except Fedora 11.
76a229f
  (Red Hat Bugzilla #478331)
83cc56b
0972db6
* Sun Nov 23 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.41-1
76a229f
- Version bump to 0.41. (Red Hat Bugzilla #469252)
0972db6
- Disabled C++ bindings.
0972db6
1cedd9f
* Tue Oct 28 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.40-1
76a229f
- Version bump to 0.40. (Red Hat Bugzilla #466359)
1cedd9f
- Add patch from upstream to fix crash in icalvalue.c.
d027969
- Update makefile patch, remove the test part (already applied).
ad1c8eb
- Package libical.pc, add Requires: pkgconfig to -devel.
1cedd9f
6dd72f8
* Tue Sep 03 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.32-1
6dd72f8
- Version bump to 0.32.
6dd72f8
- Parallel build problems fixed.
6dd72f8
ca214d2
* Sun Jul 27 2008 Jeff Perry <jeffperry_fedora@sourcesink.com> - 0.31-3
ca214d2
- Added 'BuildRequires: bison byacc flex'.
ca214d2
ac80e7d
* Sun Jul 27 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.31-2
ac80e7d
- Fixed linkage problems and disabled parallel build till upstream accepts fix.
ac80e7d
3f419a3
* Thu Jul 17 2008 Jeff Perry <jeffperry_fedora@sourcesink.com> - 0.31-1
3f419a3
- Version bump to 0.31.
3f419a3
3f419a3
* Thu Jul 17 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.30-4
3f419a3
- Changed value of License according to Fedora licensing guidelines.
3f419a3
- Enabled reentrant system calls and C++ bindings.
3f419a3
- Omitted unused direct shared library dependencies.
3f419a3
- Added ChangeLog, COPYING, LICENSE, NEWS and README to doc and dropped
3f419a3
  examples.
3f419a3
Jakub 'Livio' Rusinek 570ab10
* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.30-3
Jakub 'Livio' Rusinek 570ab10
- Source URL... Fixed
Jakub 'Livio' Rusinek 570ab10
Jakub 'Livio' Rusinek 0bbbe41
* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.30-2
Jakub 'Livio' Rusinek 0bbbe41
- Removed untrue note about libical's homepage (to get rid of eventuall mess)
Jakub 'Livio' Rusinek 0bbbe41
dnielsen 5d44fb5
* Sat Feb 23 2008 David Nielsen <gnomeuser@gmail.com> - 0.30-1
dnielsen 5d44fb5
- Switch to freeassociation libical
dnielsen 5d44fb5
- bump to 0.30
dnielsen 5d44fb5
Jakub 'Livio' Rusinek 70aa3d2
* Sat Feb 09 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-5
Jakub 'Livio' Rusinek 70aa3d2
- Mass rebuild for new GCC... Done
Jakub 'Livio' Rusinek 70aa3d2
Jakub 'Livio' Rusinek d33e35b
* Sat Jan 19 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-4
Jakub 'Livio' Rusinek d33e35b
- Licence... Fixed
Jakub 'Livio' Rusinek d33e35b
Jakub 'Livio' Rusinek d33e35b
* Fri Jan 18 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-3
Jakub 'Livio' Rusinek d33e35b
- Files section... Fixed
Jakub 'Livio' Rusinek d33e35b
Jakub 'Livio' Rusinek d33e35b
* Thu Jan 17 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-2
Jakub 'Livio' Rusinek d33e35b
- Source... Changed
Jakub 'Livio' Rusinek d33e35b
- Debug information in libical main package... Excluded
Jakub 'Livio' Rusinek d33e35b
- Non-numbered .so files in libical main package... Moved
Jakub 'Livio' Rusinek d33e35b
- libical-devel documentation... Added
Jakub 'Livio' Rusinek d33e35b
Jakub 'Livio' Rusinek d33e35b
* Mon Dec 24 2007 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-1
Jakub 'Livio' Rusinek d33e35b
- Initial release