From 28873717ae83e86484f6dff98e92368a9c49af68 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 27 Mar 2023 13:22:38 +0800 Subject: [PATCH] Del Specific Fields --- ghostscript.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ghostscript.spec b/ghostscript.spec index a006586..ff3f5d9 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # # Important notes regarding the package: # ====================================== @@ -16,7 +16,6 @@ # # Koji should override the compilation flags and add the -fPIC or -fPIE flags by # default. This is here just in case this wouldn't happen for some reason. -# For more info: https://fedoraproject.org/wiki/Packaging:Guidelines#PIE %global _hardened_build 1 # By redefining the '_docdir_fmt' macro we override the default location of @@ -229,7 +228,6 @@ This package provides detailed documentation files for Ghostscript software. %prep %autosetup -p1 -# Libraries that we already have packaged in Fedora (see Build Requirements): rm -rf cups/libs freetype jbig2dec jpeg lcms2* leptonica libpng openjpeg tesseract tiff windows zlib %build @@ -398,6 +396,9 @@ install -m 0755 -d %{buildroot}%{_datadir}/%{name}/conf.d/ # ============================================================================= %changelog +* Mon Mar 27 2023 mgb01105731 - 10.01.0-2 +- Del Specific Fields + * Thu Mar 23 2023 Funda Wang - 10.01.0-1 - New version 10.01.0 -- Gitee