]> git.pld-linux.org Git - packages/amrita.git/commitdiff
- patch lets XML work with Ruby 1.8.1
authoraredridel <aredridel@pld-linux.org>
Sun, 1 Feb 2004 22:35:10 +0000 (22:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amrita.spec -> 1.3

amrita.spec

index 5818e9d5c4011e58480837febc9d9922c0889662..0a68dcb7bdef60ceb73083ac03092f1f330ac200 100644 (file)
@@ -9,6 +9,7 @@ URL:            http://www.brain-tokyo.jp/research/amrita/
 Group:         Development/Libraries
 Source0:       http://www.brain-tokyo.jp/research/amrita/%{name}-%{version}.tar.gz
 # Source0-md5: 36dd153cef9481d853d09094b8daece7
+Patch0:        %{name}-REXML.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -16,6 +17,7 @@ An HTML/XHTML template library for Ruby
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 ruby install.rb config --site-ruby=%{ruby_rubylibdir} --so-dir=%{ruby_archdir}
This page took 0.093771 seconds and 4 git commands to generate.