Update to 2.1.7.1

f38
gerd 11 years ago
parent 6288d29ba9
commit 85a284dd76

1
.gitignore vendored

@ -2,3 +2,4 @@ rdiscount-1.6.3.2.gem
/rdiscount-2.0.7.gem
/rdiscount-2.0.7.3.gem
/rdiscount-2.1.7.gem
/rdiscount-2.1.7.1.gem

@ -2,8 +2,8 @@
Summary: Fast Implementation of Gruber's Markdown in C
Name: rubygem-%{gem_name}
Version: 2.1.7
Release: 2%{?dist}
Version: 2.1.7.1
Release: 1%{?dist}
Group: Development/Languages
License: ASL 1.1
URL: http://github.com/rtomayko/rdiscount
@ -43,12 +43,16 @@ rm -rf %{buildroot}
mkdir -p %{buildroot}%{gem_dir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_mandir}/man7
mkdir -p %{buildroot}%{gem_extdir_mri}
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}
# Copy C extensions to the extdir
rm -rf %{buildroot}%{gem_instdir}/ext
cp -a .%{gem_extdir_mri}/{gem.build_complete,*.so} %{buildroot}%{gem_extdir_mri}/
mkdir -p %{buildroot}%{gem_extdir_mri}
mv %{buildroot}%{gem_libdir}/rdiscount.so %{buildroot}%{gem_extdir_mri}
# The macro currently do not work
#cp -a .%{gem_extdir_mri}/{gem.build_complete,*.so} %{buildroot}%{gem_extdir_mri}/
mkdir -p %{buildroot}/%{_bindir}
mv .%{_bindir}/* %{buildroot}/%{_bindir}
@ -96,6 +100,9 @@ popd
%changelog
* Fri Apr 25 2014 Gerd Pokorra <gp@zimt.uni-siegen.de> - 2.1.7.1-1
- Update to 2.1.7.1
* Thu Apr 17 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1

@ -1 +1 @@
33fcd949e204dcacff0002e597cdd7e7 rdiscount-2.1.7.gem
4840597da76ec33991ee60190b5dbdb7 rdiscount-2.1.7.1.gem

Loading…
Cancel
Save