2016-07-15 13:31:45 +00:00
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
Name: PEGTL
|
2020-09-03 13:07:59 +00:00
|
|
|
Version: 2.8.3
|
2022-01-19 19:34:30 +00:00
|
|
|
Release: 4%{?dist}
|
2016-07-15 13:31:45 +00:00
|
|
|
Summary: Parsing Expression Grammar Template Library
|
|
|
|
License: MIT
|
2019-07-31 10:59:57 +00:00
|
|
|
URL: https://github.com/taocpp/%{name}/
|
|
|
|
Source0: https://github.com/taocpp/%{name}/archive/%{version}.tar.gz
|
2016-07-15 13:31:45 +00:00
|
|
|
|
2021-01-13 04:47:29 +00:00
|
|
|
BuildRequires: make
|
2018-07-19 18:56:43 +00:00
|
|
|
BuildRequires: gcc-c++
|
2016-07-15 13:31:45 +00:00
|
|
|
BuildRequires: /usr/bin/make
|
|
|
|
|
2020-09-03 13:07:59 +00:00
|
|
|
Patch0: PEGTL-compiler-warning.patch
|
|
|
|
|
2016-07-15 13:31:45 +00:00
|
|
|
%description
|
|
|
|
The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency
|
|
|
|
C++11 header-only library for creating parsers according to a Parsing
|
|
|
|
Expression Grammar (PEG).
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
|
|
Provides: %{name} = %{version}-%{release}
|
|
|
|
Requires: libstdc++-devel
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains C++ header files for developing
|
|
|
|
applications that use %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
2020-09-03 13:07:59 +00:00
|
|
|
%patch0 -p1 -b .compiler
|
|
|
|
|
2016-07-15 13:31:45 +00:00
|
|
|
%check
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -d -m 0755 %{buildroot}%{_includedir}
|
2018-03-08 10:15:24 +00:00
|
|
|
pushd include/
|
|
|
|
cp -R tao/ %{buildroot}%{_includedir}
|
|
|
|
popd
|
2016-07-15 13:31:45 +00:00
|
|
|
|
|
|
|
%files devel
|
2018-03-08 10:15:24 +00:00
|
|
|
%doc README.md doc/
|
2016-07-15 13:31:45 +00:00
|
|
|
%license LICENSE
|
2018-03-08 10:15:24 +00:00
|
|
|
%{_includedir}/tao/pegtl.hpp
|
|
|
|
%{_includedir}/tao/pegtl
|
2016-07-15 13:31:45 +00:00
|
|
|
|
|
|
|
%changelog
|
2022-01-19 19:34:30 +00:00
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-21 15:59:12 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-25 22:35:41 +00:00
|
|
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-09-03 13:07:59 +00:00
|
|
|
* Thu Sep 03 2020 Attila Lakatos <alakatos@redhat.com> - 2.8.3-1
|
|
|
|
- Update to 2.8.3
|
|
|
|
Resolves: rhbz#1742557
|
|
|
|
|
2020-08-01 07:00:18 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-4
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 10:33:43 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-28 09:38:55 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-10-12 00:41:05 +00:00
|
|
|
* Fri Oct 11 2019 Orion Poplawski <orion@nwra.com> - 2.8.1-1
|
|
|
|
- Update to 2.8.1
|
|
|
|
|
2019-07-31 10:59:57 +00:00
|
|
|
* Wed Jul 31 2019 Daniel Kopecek <dkopecek@redhat.com> - 2.8.0-1
|
|
|
|
- Update to 2.8.0
|
|
|
|
|
2019-07-24 16:04:10 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-01-31 11:46:55 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-12 19:11:29 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-03-08 10:15:24 +00:00
|
|
|
* Thu Mar 08 2018 Daniel Kopecek <dkopecek@redhat.com> - 2.4.0-1
|
|
|
|
- Update to 2.4.0
|
|
|
|
|
2018-02-07 00:54:22 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 17:04:44 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 02:00:05 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 05:17:32 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-07-15 13:31:45 +00:00
|
|
|
* Thu Jul 14 2016 Daniel Kopecek <dkopecek@redhat.com> - 1.3.1-1
|
|
|
|
- Initial package
|