Properly require the main package (with epoch) from the -doc subpackage.

f38
Bohuslav Kabrda 13 years ago
parent 8a7421271a
commit 7e2b40f13b

@ -3,7 +3,7 @@
Summary: Really simple JSON and XML parsing, ripped from Merb and Rails Summary: Really simple JSON and XML parsing, ripped from Merb and Rails
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 0.3.1 Version: 0.3.1
Release: 2%{?dist} Release: 3%{?dist}
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
URL: http://github.com/jnunemaker/crack URL: http://github.com/jnunemaker/crack
@ -30,7 +30,7 @@ Really simple JSON and XML parsing, ripped from Merb and Rails.
Summary: Documentation for %{name} Summary: Documentation for %{name}
Group: Documentation Group: Documentation
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{epoch}:%{version}-%{release}
%description doc %description doc
This package contains documentation for %{name}. This package contains documentation for %{name}.
@ -76,6 +76,9 @@ rm -rf %{buildroot}
%{gem_instdir}/test %{gem_instdir}/test
%changelog %changelog
* Wed Mar 14 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:0.3.1-3
- Properly require the main package (with epoch) from the -doc subpackage.
* Wed Mar 07 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:0.3.1-2 * Wed Mar 07 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:0.3.1-2
- Update to 0.3.1 - Update to 0.3.1

Loading…
Cancel
Save