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,7 +1,12 @@
-------------------------------------------------------------------
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> Tue Aug 20 13:50:55 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Update upstream to https://github.com/bitstreamout/ghostscriptwrap - Update upstream to https://github.com/bitstreamout/ghostscriptwrap
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 14 08:09:11 UTC 2019 - Dr. Werner Fink <werner@suse.de> Wed Aug 14 08:09:11 UTC 2019 - Dr. Werner Fink <werner@suse.de>

View File

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