diff --git a/gswrap.changes b/gswrap.changes index e669847..d8a0ef0 100644 --- a/gswrap.changes +++ b/gswrap.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 26 22:04:24 UTC 2019 - Jan Engelhardt + +- Fix grammar of description. + ------------------------------------------------------------------- Tue Aug 20 13:50:55 UTC 2019 - Dr. Werner Fink -- 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 diff --git a/gswrap.spec b/gswrap.spec index c81b808..0a103e8 100644 --- a/gswrap.spec +++ b/gswrap.spec @@ -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