OBS User unknown 2008-11-25 15:19:32 +00:00 committed by Git OBS Bridge
parent ced0c5c6da
commit 9aca6883af
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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.