delete %{?dist} and add yaml file
This commit is contained in:
parent
4280a60027
commit
5e19574559
@ -14,11 +14,7 @@
|
|||||||
|
|
||||||
Name: libmateweather
|
Name: libmateweather
|
||||||
Version: %{branch}.1
|
Version: %{branch}.1
|
||||||
%if 0%{?rel_build}
|
Release: 2
|
||||||
Release: 1%{?dist}
|
|
||||||
%else
|
|
||||||
Release: 0.10%{?git_rel}%{?dist}
|
|
||||||
%endif
|
|
||||||
Summary: Libraries to allow MATE Desktop to display weather information
|
Summary: Libraries to allow MATE Desktop to display weather information
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://mate-desktop.org
|
URL: http://mate-desktop.org
|
||||||
@ -109,6 +105,9 @@ find %{buildroot} -name '*.a' -exec rm -fv {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 13 2022 Wen Zhiwei <wenzhiwei@kylinos.cn> - 1.24.1-2
|
||||||
|
- delete %{?dist}
|
||||||
|
|
||||||
* Wed Aug 12 2020 Wolfgang Ulbrich <fedora@raveit.de> - 1.24.1-1
|
* Wed Aug 12 2020 Wolfgang Ulbrich <fedora@raveit.de> - 1.24.1-1
|
||||||
- update to 1.24.1
|
- update to 1.24.1
|
||||||
|
|
||||||
|
|||||||
4
libmateweather.yaml
Normal file
4
libmateweather.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: mate-desktop/libmateweather
|
||||||
|
tag_prefix: ""
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user