remove Annotation in spec files
This commit is contained in:
parent
3a1873a4ae
commit
dfa0b09535
12
qjson.spec
12
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
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
||||||
%global qt5 1
|
%global qt5 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: qjson
|
Name: qjson
|
||||||
Version: 0.9.0
|
Version: 0.9.0
|
||||||
Release: 8
|
Release: 9
|
||||||
Summary: A qt-based library that maps JSON data to QVariant objects
|
Summary: A qt-based library that maps JSON data to QVariant objects
|
||||||
|
|
||||||
License: GPLv2+
|
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
|
Source0: https://github.com/flavio/qjson/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
## upstream patches
|
|
||||||
|
|
||||||
## upstreamable patches
|
## upstreamable patches
|
||||||
Patch100: qjson-0.9.0-static.patch
|
Patch100: qjson-0.9.0-static.patch
|
||||||
@ -146,6 +139,9 @@ xvfb-run -a make test -C %{_target_platform}-qt5 ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 20 2021 tanyulong <tanyulong@kylinos.cn> - 0.9.0-9
|
||||||
|
- remove Annotation in spec files
|
||||||
|
|
||||||
* Mon Dec 13 2021 huayadong <huayadong@kylinos.cn> - 0.9.0-8
|
* Mon Dec 13 2021 huayadong <huayadong@kylinos.cn> - 0.9.0-8
|
||||||
- remove %{?dist}
|
- remove %{?dist}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user