|
@@ -1,6 +1,6 @@
|
|
|
# Note that this is NOT a relocatable package
|
|
|
%define ver 1.8.17
|
|
|
-%define rel 2%{?_dist_release}
|
|
|
+%define rel 3%{?_dist_release}
|
|
|
%define name libxml
|
|
|
|
|
|
Summary: An XML library
|
|
@@ -17,7 +17,7 @@ Patch110: libxml-1.8.17_CVE-2009-2414-2416.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: zlib-devel
|
|
|
-URL: http://www.gnome.org
|
|
|
+URL: http://xmlsoft.org
|
|
|
|
|
|
%description
|
|
|
The libxml package contains an XML library, which allows you to
|
|
@@ -53,8 +53,8 @@ libxml-develパッケージはlibxmlアプリケーションを開発するの
|
|
|
%patch110 -p0 -b .CVE-2009-2414-2416
|
|
|
|
|
|
%build
|
|
|
-%configure
|
|
|
-make
|
|
|
+%configure --disable-static
|
|
|
+make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
|
@@ -73,29 +73,29 @@ make
|
|
|
|
|
|
%files
|
|
|
%defattr(-, root, root)
|
|
|
-
|
|
|
%doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO
|
|
|
%doc doc/html
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
-%defattr(-, root, root)
|
|
|
-%docdir %{_datadir}/gnome-xml/html
|
|
|
-%{_datadir}/gnome-xml
|
|
|
-
|
|
|
%defattr(-, root, root)
|
|
|
%{_bindir}/xml-config
|
|
|
-
|
|
|
%{_libdir}/*.so
|
|
|
-%{_libdir}/*.a
|
|
|
-%{_libdir}/*.la
|
|
|
+%exclude %{_libdir}/*.la
|
|
|
%{_libdir}/*.sh
|
|
|
%{_libdir}/pkgconfig
|
|
|
%{_includedir}/*
|
|
|
+%docdir %{_datadir}/gnome-xml/html
|
|
|
+%{_datadir}/gnome-xml
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.17-3
|
|
|
+- rebuilt with new toolchain
|
|
|
+- added --disable-static to %%configure
|
|
|
+- updated URL
|
|
|
+
|
|
|
* Wed Aug 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.8.17-2vl5
|
|
|
- add patch100 for fix CAN-2004-0110 (from RHEL3)
|
|
|
- add patch110 for fix CVE-2009-2414-2416 (from RHEL3)
|