Update to 1.5.0 final
Reported-by: Jonathan Bullock <jonbullock@gmail.com>
This commit is contained in:
parent
ffc7e9fb9a
commit
aa6ac2843b
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,2 @@
|
|||||||
/asciidoctor-0.1.4.gem
|
/asciidoctor-0.1.4.gem
|
||||||
/asciidoctor-1.5.0.preview.6.gem
|
/asciidoctor-1.5.0.gem
|
||||||
/asciidoctor-1.5.0.preview.7.gem
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%global gem_name asciidoctor
|
%global gem_name asciidoctor
|
||||||
%global mandir %{_mandir}/man1
|
%global mandir %{_mandir}/man1
|
||||||
|
|
||||||
%define pre .preview.7
|
%define pre %nil
|
||||||
|
|
||||||
Summary: A fast, open source AsciiDoc implementation in Ruby
|
Summary: A fast, open source AsciiDoc implementation in Ruby
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 1.5.0
|
Version: 1.5.0
|
||||||
Release: %{?pre:0.}4%{?pre}%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/asciidoctor/asciidoctor
|
URL: https://github.com/asciidoctor/asciidoctor
|
||||||
@ -98,12 +98,13 @@ cp -pa .%{gem_instdir}/compat/* \
|
|||||||
%files
|
%files
|
||||||
%dir %{gem_instdir}
|
%dir %{gem_instdir}
|
||||||
%exclude %{gem_cache}
|
%exclude %{gem_cache}
|
||||||
|
%exclude %{gem_instdir}/benchmark
|
||||||
%exclude %{gem_instdir}/compat
|
%exclude %{gem_instdir}/compat
|
||||||
%exclude %{gem_instdir}/man
|
%exclude %{gem_instdir}/man
|
||||||
%exclude %{gem_instdir}/test
|
%exclude %{gem_instdir}/test
|
||||||
%exclude %{gem_instdir}/features
|
%exclude %{gem_instdir}/features
|
||||||
%doc %{gem_instdir}/CHANGELOG.adoc
|
%doc %{gem_instdir}/CHANGELOG.adoc
|
||||||
%doc %{gem_instdir}/LICENSE
|
%doc %{gem_instdir}/LICENSE.adoc
|
||||||
%doc %{gem_instdir}/README.*
|
%doc %{gem_instdir}/README.*
|
||||||
%{gem_instdir}/data
|
%{gem_instdir}/data
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
@ -117,6 +118,9 @@ cp -pa .%{gem_instdir}/compat/* \
|
|||||||
%doc %{gem_docdir}
|
%doc %{gem_docdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 09 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.5.0-1
|
||||||
|
- Update to Asciidoctor 0.1.5 final
|
||||||
|
|
||||||
* Fri Jun 06 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.5.0-0.4.preview.7
|
* Fri Jun 06 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.5.0-0.4.preview.7
|
||||||
- Add %%{version} number to Provides: asciidoctor
|
- Add %%{version} number to Provides: asciidoctor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user