diff --git a/kdelibs3.spec b/kdelibs3.spec index ea76e7d..cd0e246 100644 --- a/kdelibs3.spec +++ b/kdelibs3.spec @@ -21,7 +21,7 @@ Summary: K Desktop Environment 3 - Libraries Version: 3.5.8 -Release: 15%{?dist} +Release: 16%{?dist} %if 0%{?fedora} > 8 Name: kdelibs3 @@ -324,14 +324,11 @@ for i in *; do done popd -%if "%{name}" == "kdelibs3" -install -p -m 755 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde3.sh -install -p -m 755 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde3.csh -%else -install -p -m 755 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde.sh -install -p -m 755 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde.csh -# menus +install -p -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde.sh +install -p -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde.csh +%if "%{name}" == "kdelibs" +# menus mkdir -p %{buildroot}%{_sysconfdir}/kde/xdg/menus mv %{buildroot}%{_sysconfdir}/xdg/menus/applications.menu \ %{buildroot}%{_sysconfdir}/xdg/menus/kde-applications.menu @@ -534,6 +531,10 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || : %changelog +* Sat Dec 01 2007 Kevin Kofler - 3.5.8-16 +- install profile scripts as 644 instead of 755 (Ville Skyttä, #407521) +- don't rename profile scripts to kde3.(c)sh (not worth the breakage) + * Sat Dec 01 2007 Kevin Kofler - 3.5.8-15 - separate include_crystalsvg conditional, set to 1 until we have kdeartwork 4 - don't run icon %%post/%%postun snippets for crystalsvg if we don't ship it