From dfa0b09535be23fdfc4463c45f0b28cba773909b Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Mon, 20 Dec 2021 10:08:10 +0800 Subject: [PATCH] remove Annotation in spec files --- qjson.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/qjson.spec b/qjson.spec index 9345305..51d15b2 100644 --- a/qjson.spec +++ b/qjson.spec @@ -1,17 +1,11 @@ -#global snap0 20150318 -#global commit0 d0f62e65f0b79fb7724d8d551dc9ff11d085127b -#global gittag0 GIT-TAG -#global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) - -# define to support qjson-qt5(-devel) %if 0%{?fedora} || 0%{?rhel} > 6 %global qt5 1 %endif Name: qjson Version: 0.9.0 -Release: 8 +Release: 9 Summary: A qt-based library that maps JSON data to QVariant objects License: GPLv2+ @@ -22,7 +16,6 @@ Source0: https://github.com/flavio/qjson/archive/%{commit0}.tar.gz#/%{nam Source0: https://github.com/flavio/qjson/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz %endif -## upstream patches ## upstreamable patches Patch100: qjson-0.9.0-static.patch @@ -146,6 +139,9 @@ xvfb-run -a make test -C %{_target_platform}-qt5 ||: %changelog +* Mon Dec 20 2021 tanyulong  - 0.9.0-9 +- remove Annotation in spec files + * Mon Dec 13 2021 huayadong  - 0.9.0-8 - remove %{?dist}