actually apply patch to fix depextractor build

This commit is contained in:
Rex Dieter 2013-06-27 10:38:33 -05:00
parent 66325c5488
commit 41735b71c3
1 changed files with 4 additions and 1 deletions

View File

@ -164,6 +164,9 @@ Patch090: return-not-break.-copy-paste-error.patch
Patch091: coding-style-fixes.patch
Patch092: return-application-icons-properly.patch
# revert disabling of packagekit
Patch093: turn-the-packagekit-support-feature-off-by-default.patch
## security fix
# rhel patches
@ -355,6 +358,7 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
%patch090 -p1 -R -b .return-not-break.-copy-paste-error
%patch091 -p1 -R -b .coding-style-fixes.patch
%patch092 -p1 -R -b .return-application-icons-properly
%patch093 -p1 -R -b .turn-the-packagekit-support-feature-off-by-default
# security fixes
@ -375,7 +379,6 @@ pushd %{_target_platform}
-DHUPNP_ENABLED:BOOL=ON \
-DKAUTH_BACKEND:STRING="PolkitQt-1" \
-DKDE_DISTRIBUTION_TEXT="%{version}-%{release}%{?fedora: Fedora}%{?rhel: Red Hat Enterprise Linux}" \
-DPLASMA_NO_PACKAGEKIT:BOOL=OFF \
%{?udisks2:-DWITH_SOLID_UDISKS2:BOOL=ON} \
..
popd