]> git.pld-linux.org Git - packages/cherokee.git/commitdiff
rel 4 master auto/th/cherokee-1.2.104-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 3 Feb 2023 05:55:05 +0000 (06:55 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 3 Feb 2023 05:55:05 +0000 (06:55 +0100)
build.patch [new file with mode: 0644]
cherokee.spec

diff --git a/build.patch b/build.patch
new file mode 100644 (file)
index 0000000..48f4758
--- /dev/null
@@ -0,0 +1,10 @@
+--- webserver-1.2.104/configure.ac~    2014-04-01 19:12:48.000000000 +0200
++++ webserver-1.2.104/configure.ac     2023-02-03 06:49:13.443165591 +0100
+@@ -197,7 +197,6 @@ LIBTOOL_EXPORT_OPTIONS=
+ AC_SUBST(LIBTOOL_EXPORT_OPTIONS)
+ dnl Set the Version
+-AM_INIT_AUTOMAKE
+ AM_MAINTAINER_MODE
+ AC_CONFIG_HEADERS(config.h)
index 12816747c86dedbcca7f9327c30876e43a69900a..3504e2493757ebc40f326099a9e74b0955f0581b 100644 (file)
@@ -14,7 +14,7 @@ Summary:      Fast, Flexible and Lightweight Web server
 Summary(pl.UTF-8):     Cherokee - serwer WWW
 Name:          cherokee
 Version:       1.2.104
-Release:       3
+Release:       4
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       https://github.com/cherokee/webserver/archive/v%{version}.zip
@@ -30,6 +30,7 @@ Patch1:               %{name}-panic_path.patch
 Patch2:                ffmpeg0.11.patch
 Patch3:                time_t_x32.patch
 Patch4:                openssl.patch
+Patch5:         build.patch
 URL:           http://www.cherokee-project.com/
 %{?with_geoip:BuildRequires:   GeoIP-devel}
 BuildRequires: autoconf
@@ -132,6 +133,7 @@ Biblioteki serwera WWW Cherokee.
 #%patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+python2(\s|$),#!%{__python}\1,' -e '1s,#!\s*/usr/bin/env\s+python(\s|$),#!%{__python}\1,' \
       admin/CTK/CTK-run.pre \
This page took 0.061853 seconds and 4 git commands to generate.