- Added 'BuildRequires: bison byacc flex'.

This commit is contained in:
Debarshi Ray 2008-07-27 15:07:56 +00:00
parent ac80e7de3d
commit ca214d2e37

View File

@ -1,6 +1,6 @@
Name: libical Name: libical
Version: 0.31 Version: 0.31
Release: 2%{?dist} Release: 3%{?dist}
Summary: Reference implementation of the iCalendar data type and serialization format Summary: Reference implementation of the iCalendar data type and serialization format
Summary(pl): Implementacja formatu iCalendar Summary(pl): Implementacja formatu iCalendar
@ -13,6 +13,10 @@ Patch0: %{name}-%{version}-makefile.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: bison
BuildRequires: byacc
BuildRequires: flex
%description %description
Reference implementation of the iCalendar data type and serialization format Reference implementation of the iCalendar data type and serialization format
used in dozens of calendaring and scheduling products. used in dozens of calendaring and scheduling products.
@ -98,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libicalvcal.so %{_libdir}/libicalvcal.so
%changelog %changelog
* Sun Jul 27 2008 Jeff Perry <jeffperry_fedora@sourcesink.com> - 0.31-3
- Added 'BuildRequires: bison byacc flex'.
* Sun Jul 27 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.31-2 * Sun Jul 27 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.31-2
- Fixed linkage problems and disabled parallel build till upstream accepts fix. - Fixed linkage problems and disabled parallel build till upstream accepts fix.