chmod x xml-rpc-api2txt
This commit is contained in:
parent
f68d6eb8ae
commit
335be12e8c
16
0002-chmod-x-xml-rpc-api2txt.patch
Normal file
16
0002-chmod-x-xml-rpc-api2txt.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
From d97ec6e652690a321d7ce8c81aa30f87d9c0de8f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
||||||
|
Date: Mon, 19 Dec 2016 21:33:47 +0100
|
||||||
|
Subject: [PATCH 2/2] chmod +x xml-rpc-api2txt
|
||||||
|
|
||||||
|
It's script which is installing into $bindir, so it must be executable.
|
||||||
|
|
||||||
|
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
||||||
|
---
|
||||||
|
tools/xml-rpc-api2txt/xml-rpc-api2txt | 0
|
||||||
|
1 file changed, 0 insertions(+), 0 deletions(-)
|
||||||
|
mode change 100644 => 100755 tools/xml-rpc-api2txt/xml-rpc-api2txt
|
||||||
|
|
||||||
|
diff --git a/tools/xml-rpc-api2txt/xml-rpc-api2txt b/tools/xml-rpc-api2txt/xml-rpc-api2txt
|
||||||
|
old mode 100644
|
||||||
|
new mode 100755
|
||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: xmlrpc-c
|
Name: xmlrpc-c
|
||||||
Version: 1.51.03
|
Version: 1.51.03
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Library implementing XML-based Remote Procedure Calls
|
Summary: Library implementing XML-based Remote Procedure Calls
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
URL: http://xmlrpc-c.sourceforge.net/
|
URL: http://xmlrpc-c.sourceforge.net/
|
||||||
@ -11,6 +11,7 @@ Source0: https://sourceforge.net/projects/xmlrpc-c/files/Xmlrpc-c%20Super
|
|||||||
Patch0001: 0001-xmlrpc_server_abyss-use-va_args-properly.patch
|
Patch0001: 0001-xmlrpc_server_abyss-use-va_args-properly.patch
|
||||||
Patch0002: 0001-Remove-trace-statements-accidentally-committed-with-.patch
|
Patch0002: 0001-Remove-trace-statements-accidentally-committed-with-.patch
|
||||||
Patch0003: 0001-add-meson-buildsystem-definitions.patch
|
Patch0003: 0001-add-meson-buildsystem-definitions.patch
|
||||||
|
Patch0004: 0002-chmod-x-xml-rpc-api2txt.patch
|
||||||
|
|
||||||
BuildRequires: git-core meson >= 0.36.0 gcc gcc-c++ ncurses-devel
|
BuildRequires: git-core meson >= 0.36.0 gcc gcc-c++ ncurses-devel
|
||||||
BuildRequires: libcurl-devel readline-devel pkgconfig(openssl)
|
BuildRequires: libcurl-devel readline-devel pkgconfig(openssl)
|
||||||
@ -84,6 +85,12 @@ Header files for xmlrpc-c.
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.51.03-4
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: chmod xml-rpc-api2txt
|
||||||
|
|
||||||
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.51.03-3
|
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.51.03-3
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user