From 2199e3a1815d0e17404e6605b2eed771cac77e51 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 14 Feb 2010 20:44:07 +0000 Subject: [PATCH] - FTBFS polkit-kde-0.95.1-3.fc13: ImplicitDSOLinking (#564809) --- polkit-kde-1-0.95.1-ImplicitDSOLinking.patch | 12 ++++++++++++ polkit-kde.spec | 12 ++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 polkit-kde-1-0.95.1-ImplicitDSOLinking.patch diff --git a/polkit-kde-1-0.95.1-ImplicitDSOLinking.patch b/polkit-kde-1-0.95.1-ImplicitDSOLinking.patch new file mode 100644 index 0000000..d9699b4 --- /dev/null +++ b/polkit-kde-1-0.95.1-ImplicitDSOLinking.patch @@ -0,0 +1,12 @@ +diff -up polkit-kde-1-0.95.1/agent/CMakeLists.txt.ImplicitDSOLinking polkit-kde-1-0.95.1/agent/CMakeLists.txt +--- polkit-kde-1-0.95.1/agent/CMakeLists.txt.ImplicitDSOLinking 2009-12-23 05:31:29.000000000 -0600 ++++ polkit-kde-1-0.95.1/agent/CMakeLists.txt 2010-02-14 14:42:28.584381741 -0600 +@@ -11,7 +11,7 @@ kde4_add_executable(polkit-kde-authentic + + target_link_libraries(polkit-kde-authentication-agent-1 + ${KDE4_KDEUI_LIBS} +- ${POLKITQT-1_AGENT_LIBRARY} ++ ${POLKITQT-1_LIBRARIES} + ) + + configure_file(polkit-kde-authentication-agent-1.desktop.in ${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop) diff --git a/polkit-kde.spec b/polkit-kde.spec index 22ab5ef..785d97c 100644 --- a/polkit-kde.spec +++ b/polkit-kde.spec @@ -1,6 +1,6 @@ Name: polkit-kde Version: 0.95.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PolicyKit integration for KDE Desktop Group: Applications/System @@ -10,6 +10,9 @@ URL: http://www.kde.org/ Source0: polkit-kde-1-0.95.1.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +## upstreamable patches +Patch50: polkit-kde-1-0.95.1-ImplicitDSOLinking.patch + BuildRequires: kdelibs4-devel BuildRequires: polkit-qt-devel >= 0.95 BuildRequires: cmake @@ -28,6 +31,8 @@ Provides Policy Kit Authentication Agent that nicely fits to KDE. %prep %setup -q -n polkit-kde-1-%{version} +%patch50 -p1 -b .ImplicitDSOLinking + %build mkdir -p %{_target_platform} @@ -60,6 +65,9 @@ rm -rf %{buildroot} %changelog +* Sun Feb 14 2010 Rex Dieter - 0.95.1-4 +- FTBFS polkit-kde-0.95.1-3.fc13: ImplicitDSOLinking (#564809) + * Wed Jan 06 2010 Jaroslav Reznik - 0.95.1-3 - Again provides PolicyKit-authentication-agent @@ -75,4 +83,4 @@ rm -rf %{buildroot} - Adds obsoletes * Wed Nov 25 2009 Jaroslav Reznik - 0.95-0.1.20091125svn -- Initial package \ No newline at end of file +- Initial package