Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
642acc32b5 | ||
|
|
92050e21e8 | ||
|
|
dc359e9869 | ||
|
|
6e3f209ce3 | ||
|
|
992cb3242a | ||
|
|
e2cfee03f9 | ||
|
|
2b40fc1153 | ||
|
|
d687d8a413 |
1 changed files with 33 additions and 8 deletions
41
flex.spec
41
flex.spec
|
|
@ -3,12 +3,13 @@
|
||||||
Summary: A tool for generating scanners (text pattern recognizers)
|
Summary: A tool for generating scanners (text pattern recognizers)
|
||||||
Name: flex
|
Name: flex
|
||||||
Version: 2.6.4
|
Version: 2.6.4
|
||||||
Release: 13%{?dist}
|
Release: 20%{?dist}
|
||||||
# parse.c and parse.h are under GPLv3+ with exception which allows
|
|
||||||
# relicensing. Since flex is shipped under BDS-style license,
|
# An SPDX license string check done against flex-2.6.4 using fossology
|
||||||
# let's assume that the relicensing was done.
|
# found strings corresponding to the licenses noted below across the flex
|
||||||
# gettext.h (copied from gnulib) is under LGPLv2+
|
# source tree.
|
||||||
License: BSD and LGPLv2+
|
License: BSD-3-Clause-flex AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND GPL-3.0-or-later WITH Texinfo-exception AND FSFAP AND FSFUL AND FSFULLR AND FSFULLRWD AND GPL-2.0-or-later AND X11
|
||||||
|
|
||||||
URL: https://github.com/westes/flex
|
URL: https://github.com/westes/flex
|
||||||
Source: https://github.com/westes/flex/releases/download/v%{version}/flex-%{version}.tar.gz
|
Source: https://github.com/westes/flex/releases/download/v%{version}/flex-%{version}.tar.gz
|
||||||
|
|
||||||
|
|
@ -19,6 +20,7 @@ BuildRequires: gettext gettext-devel bison m4 help2man gcc gcc-c++ automake libt
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
||||||
Obsoletes: flex-doc < 2.6.4-8
|
Obsoletes: flex-doc < 2.6.4-8
|
||||||
|
Provides: flex-doc = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The flex program generates scanners. Scanners are programs which can
|
The flex program generates scanners. Scanners are programs which can
|
||||||
|
|
@ -79,8 +81,7 @@ This package contains the static library with default implementations of
|
||||||
statically link against instead of implementing their own.
|
statically link against instead of implementing their own.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
@ -133,6 +134,30 @@ echo ============END TESTING===========
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-18
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Apr 23 2024 Arjun Shankar <arjun@redhat.com> - 2.6.4-17
|
||||||
|
- Provide flex-doc via the main flex package
|
||||||
|
|
||||||
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Oct 30 2023 Arjun Shankar <arjun@redhat.com> - 2.6.4-14
|
||||||
|
- Analyse flex sources for license information
|
||||||
|
- Migrate License field to SPDX identifiers for
|
||||||
|
https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
|
||||||
|
(#2222083)
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-13
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-13
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue