SHA256
1
0
forked from pool/gswrap

Accepting request 726256 from home:jengelh:branches:Printing

- Fix grammar of description.

OBS-URL: https://build.opensuse.org/request/show/726256
OBS-URL: https://build.opensuse.org/package/show/Printing/gswrap?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal 2019-08-27 00:59:05 +00:00 committed by Git OBS Bridge
parent 23b4de176d
commit 4e0576b264
2 changed files with 15 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 26 22:04:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Fix grammar of description.
-------------------------------------------------------------------
Tue Aug 20 13:50:55 UTC 2019 - Dr. Werner Fink <werner@suse.de>

View File

@ -20,9 +20,9 @@ Name: gswrap
Version: 0.1
Release: 0
Summary: The ghostscript container to wrap ghostscript within
License: LGPL-2.1+
Group: System/Libraries
Url: https://github.com/bitstreamout/ghostscriptwrap
License: LGPL-2.1-or-later
Group: Productivity/Security
URL: https://github.com/bitstreamout/ghostscriptwrap
Source0: gswrap
Requires: /usr/bin/gs.bin
Requires: bubblewrap
@ -36,14 +36,15 @@ BuildArch: noarch
%define debug_package %nil
%description
If the option -dSAFER is used this script uses bwrap from package
bubblewrap to embbedd the final ghostscript command within a minimal
container. For this a new, completely empty, filesystem namespace onq
a tmpfs is populate with the required libraries and files to run the
final ghostscript command.
If the option -dSAFER is used with gswrap, this script uses bwrap
from the "bubblewrap" package to embbedd the final ghostscript
command within a minimal container. For this, a new, completely empty
filesystem namespace on a tmpfs is populated with the required
libraries and files to run the ghostscript command.
%prep
%setup -q -c -T
%build
sed -r '/ghostscript=@@GS@@/{s^@@GS@@^/usr/bin/gs.bin^}' < %{S:0} > gs.wrap