diff --git a/rubygem-rdiscount.spec b/rubygem-rdiscount.spec index 35681db..cce2e1a 100644 --- a/rubygem-rdiscount.spec +++ b/rubygem-rdiscount.spec @@ -2,8 +2,8 @@ Summary: Fast Implementation of Gruber's Markdown in C Name: rubygem-%{gem_name} -Version: 2.0.7 -Release: 2%{?dist} +Version: 2.0.7.3 +Release: 1%{?dist} Group: Development/Languages License: ASL 1.1 URL: http://github.com/rtomayko/rdiscount @@ -51,7 +51,6 @@ mkdir -p %{buildroot}%{_mandir}/man1 mkdir -p %{buildroot}%{_mandir}/man7 mkdir -p %{buildroot}%{gem_extdir}/lib/ mv .%{gem_instdir}/man/rdiscount.1 %{buildroot}%{_mandir}/man1 -mv .%{gem_instdir}/man/markdown.7 %{buildroot}%{_mandir}/man7 cp -a .%{gem_dir}/* %{buildroot}%{gem_dir} rm -rf %{buildroot}%{gem_instdir}/ext mv %{buildroot}%{gem_libdir}/rdiscount.so %{buildroot}%{gem_extdir}/lib/ @@ -82,7 +81,6 @@ popd %{gem_spec} %{gem_extdir}/ %{_mandir}/man1/rdiscount.1.gz -%{_mandir}/man7/markdown.7.gz #-- @@ -96,6 +94,10 @@ popd %changelog +* Wed May 22 2013 Gerd Pokorra - 2.0.7.3-1 +- Update to 2.0.7.3 +- Do not install man-page /usr/share/man/man7/markdown.7.gz + * Wed Feb 13 2013 Gerd Pokorra - 2.0.7-2 - Changed back to right ruby(abi) diff --git a/sources b/sources index 5859cb0..7818e0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c17bbc5d62da79607075b2707cf0857 rdiscount-2.0.7.gem +6fb3b77971f6d0785c6c1351f1370460 rdiscount-2.0.7.3.gem