Accepting request 122770 from home:puzel:branches:server:http
- fix build with automake 1.12 OBS-URL: https://build.opensuse.org/request/show/122770 OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=8
This commit is contained in:
parent
bfab5cad69
commit
a49875c593
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 29 14:06:26 UTC 2012 - puzel@suse.com
|
||||||
|
|
||||||
|
- fix build with automake 1.12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 22 09:33:49 UTC 2012 - dvaleev@suse.com
|
Thu Mar 22 09:33:49 UTC 2012 - dvaleev@suse.com
|
||||||
|
|
||||||
|
@ -41,7 +41,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Small and very simple webserver
|
Summary: Small and very simple webserver
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
BuildRequires: libtool automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Thttpd is a very compact no-frills httpd serving daemon that can handle
|
Thttpd is a very compact no-frills httpd serving daemon that can handle
|
||||||
@ -76,7 +77,7 @@ Authors:
|
|||||||
%patch12
|
%patch12
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp /usr/share/automake-1.11/config.* .
|
cp /usr/share/automake-1.11/config.* . || cp /usr/share/automake-1.12/config.* .
|
||||||
# update server root path
|
# update server root path
|
||||||
sed -i "s@__SRVROOT__@%{serverroot}/htdocs@g" README.SuSE SuSE/etc/thttpd.conf
|
sed -i "s@__SRVROOT__@%{serverroot}/htdocs@g" README.SuSE SuSE/etc/thttpd.conf
|
||||||
sed -i "s@__PREFIX__@%{_prefix}@g;\
|
sed -i "s@__PREFIX__@%{_prefix}@g;\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user