|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
Summary: Adds a metaclass method to all Ruby objects
|
|
|
|
|
Name: rubygem-%{gemname}
|
|
|
|
|
Version: 0.0.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://github.com/floehopper/metaclass
|
|
|
|
@ -61,7 +61,6 @@ popd
|
|
|
|
|
%files
|
|
|
|
|
%dir %{geminstdir}
|
|
|
|
|
%exclude %{geminstdir}/.gitignore
|
|
|
|
|
%{geminstdir}/README.md
|
|
|
|
|
%exclude %{geminstdir}/metaclass.gemspec
|
|
|
|
|
%{geminstdir}/lib
|
|
|
|
|
%{geminstdir}/test
|
|
|
|
@ -69,12 +68,16 @@ popd
|
|
|
|
|
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
%doc %{geminstdir}/README.md
|
|
|
|
|
%{geminstdir}/Gemfile
|
|
|
|
|
%{geminstdir}/Rakefile
|
|
|
|
|
%doc %{gemdir}/doc/%{gemname}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 04 2011 Vít Ondruch <vondruch@redhat.com> - 0.0.1-3
|
|
|
|
|
- Move README.md into -doc subpackage and properly mark.
|
|
|
|
|
|
|
|
|
|
* Tue Oct 04 2011 Vít Ondruch <vondruch@redhat.com> - 0.0.1-2
|
|
|
|
|
- Clarified license.
|
|
|
|
|
|
|
|
|
|