summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMamoru Tasaka <mtasaka@fedoraproject.org>2009-03-11 15:35:33 +0000
committerMamoru Tasaka <mtasaka@fedoraproject.org>2009-03-11 15:35:33 +0000
commitfbf0c0b284bcc43ac6f526f33ba29a1b3e35ae04 (patch)
tree2f49b68defd8f7de1ed8d501c7902147a9bd7eac
parent41769724f7e4acff6ee71367216841d30a6e8830 (diff)
downloadrubygem-nokogiri-fbf0c0b284bcc43ac6f526f33ba29a1b3e35ae04.tar.gz
rubygem-nokogiri-fbf0c0b284bcc43ac6f526f33ba29a1b3e35ae04.tar.xz
rubygem-nokogiri-fbf0c0b284bcc43ac6f526f33ba29a1b3e35ae04.zip
gem update
-rw-r--r--.cvsignore2
-rw-r--r--rubygem-nokogiri.spec13
-rw-r--r--sources2
3 files changed, 13 insertions, 4 deletions
diff --git a/.cvsignore b/.cvsignore
index a287d7b..ba9a6ff 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-nokogiri-1.1.1.gem
+nokogiri-1.2.1.gem
diff --git a/rubygem-nokogiri.spec b/rubygem-nokogiri.spec
index 6ba1108..b5b2fdb 100644
--- a/rubygem-nokogiri.spec
+++ b/rubygem-nokogiri.spec
@@ -8,8 +8,8 @@
Summary: An HTML, XML, SAX, and Reader parser
Name: rubygem-%{gemname}
-Version: 1.1.1
-Release: 2%{?dist}
+Version: 1.2.1
+Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://nokogiri.rubyforge.org/nokogiri/
@@ -162,6 +162,11 @@ create_symlink_rec %{geminstdir}/lib %{ruby_sitelib}
%clean
rm -rf %{buildroot}
+%check
+pushd ./%{geminstdir}
+( rake test )
+popd
+
%files
%defattr(-,root, root,-)
%{ruby_sitearch}/%{gemname}/
@@ -173,6 +178,7 @@ rm -rf %{buildroot}
%files doc
%defattr(-,root,root,-)
+%{geminstdir}/tasks/
%{geminstdir}/test/
%{gemdir}/doc/%{gemname}-%{version}/
@@ -182,6 +188,9 @@ rm -rf %{buildroot}
%{ruby_sitelib}/%{gemname}/
%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
- F-11: Mass rebuild
diff --git a/sources b/sources
index 93520c5..08c76f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b19b59f23eba388bd907c6cf3786289d nokogiri-1.1.1.gem
+ea56ced6c6d46d99897faa3624d8a7c1 nokogiri-1.2.1.gem