|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: Fast Implementation of Gruber's Markdown in C
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 2.0.7
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 2.0.7.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: ASL 1.1
|
|
|
|
|
URL: http://github.com/rtomayko/rdiscount
|
|
|
|
@ -77,7 +77,7 @@ popd
|
|
|
|
|
%{gem_spec}
|
|
|
|
|
%{gem_extdir_mri}/
|
|
|
|
|
%{_mandir}/man1/rdiscount.1.gz
|
|
|
|
|
%{_mandir}/man7/markdown.7.gz
|
|
|
|
|
%exclude %{_mandir}/man7/markdown.7.gz
|
|
|
|
|
|
|
|
|
|
#--
|
|
|
|
|
|
|
|
|
@ -91,6 +91,10 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 22 2013 Gerd Pokorra <gp@zimt.uni-siegen.de> - 2.0.7.3-1
|
|
|
|
|
- Update to 2.0.7.3
|
|
|
|
|
- Exclude man-page /usr/share/man/man7/markdown.7.gz
|
|
|
|
|
|
|
|
|
|
* Mon Mar 18 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 2.0.7-5
|
|
|
|
|
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
|
|
|
|
|
|
|
|
|
|