This commit is contained in:
parent
ced0c5c6da
commit
9aca6883af
@ -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
|
Sat Nov 22 16:35:57 CET 2008 - aj@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: gnome-user-share
|
Name: gnome-user-share
|
||||||
Summary: GNOME user file sharing
|
Summary: GNOME user file sharing
|
||||||
Version: 0.40
|
Version: 0.40
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/File-Sharing
|
Group: Productivity/Networking/File-Sharing
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -77,7 +77,7 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
%configure \
|
%configure \
|
||||||
--with-modules-path=/usr/lib/apache2/ \
|
--with-modules-path=%{_libdir}/apache2/ \
|
||||||
--disable-schemas-install \
|
--disable-schemas-install \
|
||||||
--libexecdir=%{_libexecdir}/gnome-user-share
|
--libexecdir=%{_libexecdir}/gnome-user-share
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
@ -113,6 +113,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Nov 22 2008 aj@suse.de
|
||||||
- Fix package list to fix build.
|
- Fix package list to fix build.
|
||||||
- gnome-user-share helper is a binary, put it into libexecdir.
|
- gnome-user-share helper is a binary, put it into libexecdir.
|
||||||
|
Loading…
Reference in New Issue
Block a user