فهرست منبع

correct flawed enumerator list in lib/expat.h, removing excessive comma at the end

Michael Schloh von Bennewitz 21 سال پیش
والد
کامیت
b1d26c05ff
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      expat/expat.spec

+ 4 - 1
expat/expat.spec

@@ -34,7 +34,7 @@ Class:        BASE
 Group:        Converter
 License:      MIT/X11-style
 Version:      1.95.8
-Release:      20040803
+Release:      20050113
 
 #   list of sources
 Source0:      http://osdn.dl.sourceforge.net/expat/expat-%{version}.tar.gz
@@ -60,6 +60,9 @@ AutoReqProv:  no
 
 %prep
     %setup -q
+    %{l_shtool} subst \
+        -e 's;\(XML_STATUS_SUSPENDED = 2\),;\1;' \
+        lib/expat.h
 
 %build
     CC="%{l_cc}" \