Author: pawelz Date: Thu Jun 24 10:44:42 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.8.2 - updated URL, Source0 and deps
---- Files affected: packages/ruby-hpricot: ruby-hpricot.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: packages/ruby-hpricot/ruby-hpricot.spec diff -u packages/ruby-hpricot/ruby-hpricot.spec:1.9 packages/ruby-hpricot/ruby-hpricot.spec:1.10 --- packages/ruby-hpricot/ruby-hpricot.spec:1.9 Thu Sep 6 08:30:24 2007 +++ packages/ruby-hpricot/ruby-hpricot.spec Thu Jun 24 12:44:36 2010 @@ -2,16 +2,15 @@ Summary: A fast and easy HTML parser Summary(pl.UTF-8): Szybki i prosty analizator HTML-a Name: ruby-hpricot -Version: 0.6 +Version: 0.8.2 Release: 1 License: Ruby's Group: Development/Languages -Source0: http://code.whytheluckystiff.net/gems/hpricot-%{version}.gem -# Source0-md5: 389a3389ddb2e9aac989491dc05f4297 -URL: http://code.whytheluckystiff.net/hpricot/ -BuildRequires: rake +Source0: http://github.com/hpricot/hpricot/tarball/0.8.2/%{name}-%{version}.tar.gz +# Source0-md5: def40ba2aeb04511df9ec47d3bcecf0e +URL: http://hpricot.com/ BuildRequires: rpmbuild(macros) >= 1.277 -BuildRequires: setup.rb = 3.3.1 +BuildRequires: ruby-rake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -27,9 +26,9 @@ pomysły, aby uczynić Hpricota najprzyjemniejszym w użyciu. %prep -%setup -q -c -n hpricot-%{version} -tar xzf data.tar.gz -cp %{_datadir}/setup.rb . +%setup -q -c +mv hpricot-hpricot-*/* . +rm -rf hpricot-hpricot-* %build cd ext/hpricot_scan @@ -62,6 +61,7 @@ #%doc rdoc %{ruby_rubylibdir}/hpricot* %{ruby_archdir}/hpricot* +%{ruby_archdir}/fast_xs.so #%{ruby_ridir}/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -70,6 +70,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2010/06/24 10:44:36 pawelz +- up to 0.8.2 +- updated URL, Source0 and deps + Revision 1.9 2007/09/06 06:30:24 aredridel - 0.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby-hpricot/ruby-hpricot.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
