!3 update re2c.spec : modify format and delete %dist
Merge pull request !3 from konglidong/master
This commit is contained in:
commit
3a48f62f7b
@ -4,7 +4,7 @@ Summary: Jabber client written in PyGTK
|
||||
Name: gajim
|
||||
%global majorver 1.1
|
||||
Version: 1.1.2
|
||||
Release: 4%{?dist}
|
||||
Release: 5
|
||||
License: GPLv3
|
||||
URL: https://gajim.org/
|
||||
Source0: https://gajim.org/downloads/%{majorver}/%{name}-%{version}.tar.bz2
|
||||
@ -96,6 +96,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{appid}.
|
||||
%{python3_sitelib}/%{name}-%{version}*.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Dec 14 2021 konglidong <konglidong@uniontech.com> - 1.1.2-5
|
||||
- delete %dist
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
23
re2c.spec
23
re2c.spec
@ -1,13 +1,13 @@
|
||||
Summary: Tool for generating C, C++, and go recognizers from regular expressions
|
||||
Name: re2c
|
||||
Version: 2.0.3
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
URL: http://re2c.org/
|
||||
Source: https://github.com/skvadrik/re2c/releases/download/%{version}/re2c-%{version}.tar.xz
|
||||
Summary: Tool for generating C, C++, and go recognizers from regular expressions
|
||||
Name: re2c
|
||||
Version: 2.0.3
|
||||
Release: 2
|
||||
License: Public Domain
|
||||
URL: http://re2c.org/
|
||||
Source: https://github.com/skvadrik/re2c/releases/download/%{version}/re2c-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
%description
|
||||
re2c is a tool for writing very fast and very flexible scanners. Unlike any
|
||||
@ -19,7 +19,7 @@ quality.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
@ -46,6 +46,9 @@ make tests
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 14 2021 konglidong <konglidong@uniontech.com> - 2.0.3-2
|
||||
- modify format and delete %dist
|
||||
|
||||
* Wed Sep 9 21:15:59 MDT 2020 Orion Poplawski <orion@nwra.com> - 2.0.3-1
|
||||
- Update to 2.0.3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user