From c53d83433e15f5c13a253717a225779bcdbcbb24 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Tue, 28 Oct 2008 05:35:26 +0000 Subject: [PATCH] Fix file list (libicalvcal headers are now together with the others). If anything fails to build because of that upstream change, talk to me, we can add compat symlinks (for the individual headers - RPM won't let us change the whole directory to a symlink!). --- libical.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libical.spec b/libical.spec index d08f224..bc64e5a 100644 --- a/libical.spec +++ b/libical.spec @@ -106,12 +106,11 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/%{name}/sspm.h %{_includedir}/%{name}/vcomponent.h -%dir %{_includedir}/libicalvcal -%{_includedir}/libicalvcal/icalvcal.h -%{_includedir}/libicalvcal/port.h -%{_includedir}/libicalvcal/vcaltmp.h -%{_includedir}/libicalvcal/vcc.h -%{_includedir}/libicalvcal/vobject.h +%{_includedir}/%{name}/icalvcal.h +%{_includedir}/%{name}/port.h +%{_includedir}/%{name}/vcaltmp.h +%{_includedir}/%{name}/vcc.h +%{_includedir}/%{name}/vobject.h %changelog * Tue Oct 28 2008 Kevin Kofler - 0.40-1