forked from pool/rubygem-hpricot
This commit is contained in:
commit
852f14aa7d
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
hpricot-0.6.161.gem
Normal file
3
hpricot-0.6.161.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6c4821e9a4dd2a00a62f621ac5ceb0b461d8c787cb535b34422452b36f892ae
|
||||
size 255488
|
15
rubygem-hpricot.changes
Normal file
15
rubygem-hpricot.changes
Normal file
@ -0,0 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 27 18:02:10 CEST 2008 - mrueckert@suse.de
|
||||
|
||||
- update to version 0.6.161
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 18:27:14 CEST 2007 - mrueckert@suse.de
|
||||
|
||||
- update to version 0.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 13 13:34:59 CEST 2006 - mrueckert@suse.de
|
||||
|
||||
- Initial package of version 0.4
|
||||
|
66
rubygem-hpricot.spec
Normal file
66
rubygem-hpricot.spec
Normal file
@ -0,0 +1,66 @@
|
||||
#
|
||||
# spec file for package rubygem-hpricot (Version 0.6.161)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: rubygem-hpricot
|
||||
Version: 0.6.161
|
||||
Release: 0
|
||||
#
|
||||
License: MIT
|
||||
Group: Development/Languages/Ruby
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: rubygems_with_buildroot_patch
|
||||
BuildRequires: ragel
|
||||
Requires: rubygems >= 0.8.11
|
||||
%define mod_name hpricot
|
||||
#
|
||||
Url: http://code.whytheluckystiff.net/hpricot/
|
||||
Source: http://gems.rubyforge.org/gems/hpricot-%{version}.gem
|
||||
#
|
||||
Summary: A fast, flexible HTML parser in C.
|
||||
%description
|
||||
Hpricot is a fast, flexible HTML parser written in C. It's designed to be very
|
||||
accomodating (like Tanaka Akira's HTree) and to have a very helpful library (like
|
||||
some JavaScript libs -- JQuery, Prototype -- give you.)
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
why the lucky stiff
|
||||
|
||||
%prep
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
gem install --local --build-root=%{buildroot} %{S:0}
|
||||
gem_build_cleanup %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
|
||||
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
|
||||
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
|
||||
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user