From 9aca6883afd8b43f24afdfea9fce7093bade1c9df00e7b27ed3172540e2b15a6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 25 Nov 2008 15:19:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-user-share?expand=0&rev=2 --- gnome-user-share.changes | 5 +++++ gnome-user-share.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gnome-user-share.changes b/gnome-user-share.changes index 680e85a..84bbe47 100644 --- a/gnome-user-share.changes +++ b/gnome-user-share.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 24 15:31:19 CET 2008 - vuntz@novell.com + +- Use %{_libdir} for the httpd module directory. Fix bnc#448129. + ------------------------------------------------------------------- Sat Nov 22 16:35:57 CET 2008 - aj@suse.de diff --git a/gnome-user-share.spec b/gnome-user-share.spec index 54c5802..ebb8e7f 100644 --- a/gnome-user-share.spec +++ b/gnome-user-share.spec @@ -20,7 +20,7 @@ Name: gnome-user-share Summary: GNOME user file sharing Version: 0.40 -Release: 3 +Release: 4 License: GPL v2 or later Group: Productivity/Networking/File-Sharing Source: %{name}-%{version}.tar.bz2 @@ -77,7 +77,7 @@ Authors: %build autoreconf -f -i %configure \ - --with-modules-path=/usr/lib/apache2/ \ + --with-modules-path=%{_libdir}/apache2/ \ --disable-schemas-install \ --libexecdir=%{_libexecdir}/gnome-user-share make %{?jobs:-j%jobs} @@ -113,6 +113,8 @@ rm -rf $RPM_BUILD_ROOT %files lang -f %{name}.lang %changelog +* Mon Nov 24 2008 vuntz@novell.com +- Use %%{_libdir} for the httpd module directory. Fix bnc#448129. * Sat Nov 22 2008 aj@suse.de - Fix package list to fix build. - gnome-user-share helper is a binary, put it into libexecdir.