]> git.pld-linux.org Git - packages/ruby-nokogiri.git/commitdiff
- BR: ruby-devel
authorsparky <sparky@pld-linux.org>
Tue, 6 Apr 2010 14:24:45 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-nokogiri.spec -> 1.6

ruby-nokogiri.spec

index a3b4867a7abbb4f4fcd4c5a4d343f62a9d83c27d..35e94d544302e97b01958a7e42ad2338cb1e4b4b 100644 (file)
@@ -12,6 +12,7 @@ URL:          http://nokogiri.rubyforge.org/
 BuildRequires: libxml2-devel
 BuildRequires: libxslt-devel
 BuildRequires: rpmbuild(macros) >= 1.277
+BuildRequires: ruby-devel
 BuildRequires: setup.rb >= 3.3.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,7 +25,7 @@ Nokogiri parses and searches XML/HTML very quickly, and also has
 correctly implemented CSS3 selector support as well as XPath support.
 
 It also features an Hpricot compatibility layer to help ease the
-change to using correct CSS and XPath. 
+change to using correct CSS and XPath.
 
 %package rdoc
 Summary:       HTML documentation for %{pkgname}
@@ -56,7 +57,7 @@ Dokumentacji w formacie ri dla %{pkgname}.
 find -newer README.rdoc -o -print | xargs touch --reference %{SOURCE0}
 %patch0 -p1
 
-cp /usr/share/setup.rb .
+cp %{_datadir}/setup.rb .
 
 %build
 ruby setup.rb config \
This page took 0.09688 seconds and 4 git commands to generate.