|
|
@ -25,6 +25,16 @@ Provides: rubygem(%{gemname}) = %{version}
|
|
|
|
Mocking and stubbing library with JMock/SchMock syntax, which allows mocking
|
|
|
|
Mocking and stubbing library with JMock/SchMock syntax, which allows mocking
|
|
|
|
and stubbing of methods on real (non-mock) classes.
|
|
|
|
and stubbing of methods on real (non-mock) classes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
|
|
|
|
Group: Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
|
|
|
|
This package contains documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -38,26 +48,35 @@ gem install --local --install-dir %{buildroot}%{gemdir} \
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
cd %{buildroot}%{geminstdir}
|
|
|
|
|
|
|
|
rake test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%doc %{gemdir}/doc/%{gemname}-%{version}
|
|
|
|
|
|
|
|
%doc %{geminstdir}/COPYING
|
|
|
|
%doc %{geminstdir}/COPYING
|
|
|
|
%doc %{geminstdir}/Rakefile
|
|
|
|
|
|
|
|
%doc %{geminstdir}/README
|
|
|
|
%doc %{geminstdir}/README
|
|
|
|
%doc %{geminstdir}/MIT-LICENSE
|
|
|
|
%doc %{geminstdir}/MIT-LICENSE
|
|
|
|
%doc %{geminstdir}/RELEASE
|
|
|
|
%doc %{geminstdir}/RELEASE
|
|
|
|
%doc %{geminstdir}/examples
|
|
|
|
|
|
|
|
%doc %{geminstdir}/test
|
|
|
|
|
|
|
|
%dir %{geminstdir}/
|
|
|
|
%dir %{geminstdir}/
|
|
|
|
%{geminstdir}/lib
|
|
|
|
%{geminstdir}/lib
|
|
|
|
%{gemdir}/cache/%{gemname}-%{version}.gem
|
|
|
|
%{gemdir}/cache/%{gemname}-%{version}.gem
|
|
|
|
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
|
|
|
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
|
|
|
|
%{gemdir}/doc/%{gemname}-%{version}
|
|
|
|
|
|
|
|
%{geminstdir}/Rakefile
|
|
|
|
|
|
|
|
%{geminstdir}/examples
|
|
|
|
|
|
|
|
%{geminstdir}/test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sun Aug 29 2010 Michael Stahnke <stahnma@fedoraproject.org> - 0.9.8-1
|
|
|
|
* Sun Aug 29 2010 Michael Stahnke <stahnma@fedoraproject.org> - 0.9.8-1
|
|
|
|
- Fixed odd naming in BR
|
|
|
|
- Fixed odd naming in BR
|
|
|
|
- Updating to 0.9.8
|
|
|
|
- Updating to 0.9.8
|
|
|
|
|
|
|
|
- Breaking into -doc package as well
|
|
|
|
|
|
|
|
- Adding tests
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 23 2009 Jeroen van Meeuwen <kanarip@fedoraproject.org> - 0.9.7-1
|
|
|
|
* Thu Jul 23 2009 Jeroen van Meeuwen <kanarip@fedoraproject.org> - 0.9.7-1
|
|
|
|
- New upstream version
|
|
|
|
- New upstream version
|
|
|
|