]> git.pld-linux.org Git - packages/amrita.git/commitdiff
- fix XML parser bug
authoraredridel <aredridel@pld-linux.org>
Tue, 8 Mar 2005 06:57:52 +0000 (06:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amrita.spec -> 1.11

amrita.spec

index ac46d454334d28f7bd7641040aa612ec6e9fbac5..cc150bc3b5932da0502cb3b57611074d45970a1e 100644 (file)
@@ -4,13 +4,14 @@ Summary:      An HTML/XHTML template library for Ruby
 Summary(pl):   Biblioteka szablonów HTML/XHTML dla jêzyka Ruby
 Name:          amrita
 Version:       1.0.2
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Development/Libraries
 Source0:       http://osdn.dl.sourceforge.jp/amrita/10939/%{name}-%{version}.tar.gz
 # Source0-md5: 903af244f72d1a4b83f2cb8cfeecbac7
 Source1:       setup.rb
+Patch0:        %{name}-rexml.patch
 URL:           http://www.brain-tokyo.jp/research/amrita/
 BuildRequires: ruby
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,6 +24,7 @@ Biblioteka szablon
 
 %prep
 %setup -q
+%patch0 -p1
 cp %{SOURCE1} .
 
 %build
This page took 0.065184 seconds and 4 git commands to generate.