|
|
@ -1,5 +1,5 @@
|
|
|
|
%global snapdate 20131204
|
|
|
|
%global snapdate 20140503
|
|
|
|
%global commit 87b99f2abc5b202eb10754a73613dbd4123180e8
|
|
|
|
%global commit 3a61e9ad963cacfb3246468feab28c5058f621c1
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
Name: gumbo-parser
|
|
|
|
Name: gumbo-parser
|
|
|
@ -123,6 +123,9 @@ install -m 644 {COPYING,*.md} ${RPM_BUILD_ROOT}%{_pkgdocdir}
|
|
|
|
%{python3_sitelib}/*
|
|
|
|
%{python3_sitelib}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jun 27 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.0-0.5.20140503git3a61e9a
|
|
|
|
|
|
|
|
- Update tarball.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 27 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.0-0.5.20131204git87b99f2
|
|
|
|
* Fri Jun 27 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.0-0.5.20131204git87b99f2
|
|
|
|
- Own %%{_pkgdocdir}.
|
|
|
|
- Own %%{_pkgdocdir}.
|
|
|
|
- Fix *-python egg version numbering.
|
|
|
|
- Fix *-python egg version numbering.
|
|
|
|