Update to PEGTL-2.4.0
Resolves: rhbz#1464619
This commit is contained in:
parent
8d30695908
commit
8930e299e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/1.3.1.tar.gz
|
/1.3.1.tar.gz
|
||||||
|
/2.4.0.tar.gz
|
||||||
|
17
PEGTL.spec
17
PEGTL.spec
@ -1,8 +1,8 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: PEGTL
|
Name: PEGTL
|
||||||
Version: 1.3.1
|
Version: 2.4.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Parsing Expression Grammar Template Library
|
Summary: Parsing Expression Grammar Template Library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -35,15 +35,20 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
install -d -m 0755 %{buildroot}%{_includedir}
|
install -d -m 0755 %{buildroot}%{_includedir}
|
||||||
find pegtl.hh pegtl/ -type f -exec install -D -p -m 0644 "{}" "%{buildroot}%{_includedir}/{}" \;
|
pushd include/
|
||||||
|
cp -R tao/ %{buildroot}%{_includedir}
|
||||||
|
popd
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc README.md examples/
|
%doc README.md doc/
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_includedir}/pegtl.hh
|
%{_includedir}/tao/pegtl.hpp
|
||||||
%{_includedir}/pegtl
|
%{_includedir}/tao/pegtl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 08 2018 Daniel Kopecek <dkopecek@redhat.com> - 2.4.0-1
|
||||||
|
- Update to 2.4.0
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user