|
|
@ -1,16 +1,13 @@
|
|
|
|
%global snapdate 20140503
|
|
|
|
|
|
|
|
%global commit 3a61e9ad963cacfb3246468feab28c5058f621c1
|
|
|
|
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: gumbo-parser
|
|
|
|
Name: gumbo-parser
|
|
|
|
Version: 1.0
|
|
|
|
Epoch: 1
|
|
|
|
Release: 0.7.%{snapdate}git%{shortcommit}%{?dist}
|
|
|
|
Version: 0.10.1
|
|
|
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A HTML5 parser
|
|
|
|
Summary: A HTML5 parser
|
|
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://github.com/google/gumbo-parser
|
|
|
|
URL: https://github.com/google/gumbo-parser
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/google/gumbo-parser/archive/%{commit}/gumbo-parser-1.0-%{snapdate}git%{shortcommit}.tar.gz
|
|
|
|
Source0: https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz#/gumbo-parser-0.10.1.tar.gz
|
|
|
|
# Fix up Doxyfile
|
|
|
|
# Fix up Doxyfile
|
|
|
|
Patch1: 0001-Doxygen-tweaks.patch
|
|
|
|
Patch1: 0001-Doxygen-tweaks.patch
|
|
|
|
# Autotool generated sources
|
|
|
|
# Autotool generated sources
|
|
|
@ -34,7 +31,7 @@ validators, templating languages, and refactoring and analysis tools.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
@ -42,14 +39,14 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package python
|
|
|
|
%package python
|
|
|
|
Summary: Python bindings to %{name}
|
|
|
|
Summary: Python bindings to %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description python
|
|
|
|
%description python
|
|
|
|
Python bindings to %{name}.
|
|
|
|
Python bindings to %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{commit}
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%patch1 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
|
|
|
|
# Package has autotools compatibility issues
|
|
|
|
# Package has autotools compatibility issues
|
|
|
@ -123,6 +120,10 @@ install -m 644 {COPYING,*.md} ${RPM_BUILD_ROOT}%{_pkgdocdir}
|
|
|
|
%{python3_sitelib}/*
|
|
|
|
%{python3_sitelib}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 27 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:0.10.1-1
|
|
|
|
|
|
|
|
- Update to 0.10.1, bump epoch (RHBZ#1229357).
|
|
|
|
|
|
|
|
- Rebase patches.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.7.20140503git3a61e9a
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.7.20140503git3a61e9a
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|