gem update
This commit is contained in:
parent
41769724f7
commit
fbf0c0b284
@ -1 +1 @@
|
|||||||
nokogiri-1.1.1.gem
|
nokogiri-1.2.1.gem
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
Summary: An HTML, XML, SAX, and Reader parser
|
Summary: An HTML, XML, SAX, and Reader parser
|
||||||
Name: rubygem-%{gemname}
|
Name: rubygem-%{gemname}
|
||||||
Version: 1.1.1
|
Version: 1.2.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://nokogiri.rubyforge.org/nokogiri/
|
URL: http://nokogiri.rubyforge.org/nokogiri/
|
||||||
@ -162,6 +162,11 @@ create_symlink_rec %{geminstdir}/lib %{ruby_sitelib}
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%check
|
||||||
|
pushd ./%{geminstdir}
|
||||||
|
( rake test )
|
||||||
|
popd
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root, root,-)
|
%defattr(-,root, root,-)
|
||||||
%{ruby_sitearch}/%{gemname}/
|
%{ruby_sitearch}/%{gemname}/
|
||||||
@ -173,6 +178,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%{geminstdir}/tasks/
|
||||||
%{geminstdir}/test/
|
%{geminstdir}/test/
|
||||||
%{gemdir}/doc/%{gemname}-%{version}/
|
%{gemdir}/doc/%{gemname}-%{version}/
|
||||||
|
|
||||||
@ -182,6 +188,9 @@ rm -rf %{buildroot}
|
|||||||
%{ruby_sitelib}/%{gemname}/
|
%{ruby_sitelib}/%{gemname}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 12 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.1-1
|
||||||
|
- 1.2.1
|
||||||
|
|
||||||
* Tue Feb 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.1.1-2
|
* Tue Feb 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.1.1-2
|
||||||
- F-11: Mass rebuild
|
- F-11: Mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user