Upstream release of 2.6.19, Daniel
This commit is contained in:
parent
807900a2ef
commit
5240958cec
@ -4,3 +4,4 @@ libxml2-2.6.15.tar.gz
|
|||||||
libxml2-2.6.16.tar.gz
|
libxml2-2.6.16.tar.gz
|
||||||
libxml2-2.6.17.tar.gz
|
libxml2-2.6.17.tar.gz
|
||||||
libxml2-2.6.18.tar.gz
|
libxml2-2.6.18.tar.gz
|
||||||
|
libxml2-2.6.19.tar.gz
|
||||||
|
15
libxml2.spec
15
libxml2.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Library providing XML and HTML support
|
Summary: Library providing XML and HTML support
|
||||||
Name: libxml2
|
Name: libxml2
|
||||||
Version: 2.6.18
|
Version: 2.6.19
|
||||||
Release: 2
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
|
Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
|
||||||
@ -89,13 +89,14 @@ else
|
|||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
fi
|
fi
|
||||||
(cd doc/examples ; make clean)
|
|
||||||
gzip -9 ChangeLog
|
gzip -9 ChangeLog
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
(cd doc/examples ; make clean ; rm -rf .deps)
|
||||||
|
gzip -9 doc/libxml2-api.xml
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -125,7 +126,7 @@ rm -fr %{buildroot}
|
|||||||
%doc %{_mandir}/man1/xml2-config.1*
|
%doc %{_mandir}/man1/xml2-config.1*
|
||||||
%doc AUTHORS ChangeLog.gz NEWS README Copyright TODO
|
%doc AUTHORS ChangeLog.gz NEWS README Copyright TODO
|
||||||
%doc doc/*.html doc/html doc/*.gif doc/*.png
|
%doc doc/*.html doc/html doc/*.gif doc/*.png
|
||||||
%doc doc/tutorial doc/libxml2-api.xml
|
%doc doc/tutorial doc/libxml2-api.xml.gz
|
||||||
%doc doc/examples
|
%doc doc/examples
|
||||||
|
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
@ -149,10 +150,8 @@ rm -fr %{buildroot}
|
|||||||
%doc doc/python.html
|
%doc doc/python.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 14 2005 Daniel Veillard <veillard@redhat.com> 2.6.18-2
|
* Sat Apr 2 2005 Daniel Veillard <veillard@redhat.com>
|
||||||
-removing the .la
|
- upstream release 2.6.19 see http://xmlsoft.org/news.html
|
||||||
* Sun Mar 13 2005 Daniel Veillard <veillard@redhat.com>
|
|
||||||
- upstream release 2.6.18 see http://xmlsoft.org/news.html
|
|
||||||
|
|
||||||
* Thu Jan 2 2003 Daniel Veillard <veillard@redhat.com>
|
* Thu Jan 2 2003 Daniel Veillard <veillard@redhat.com>
|
||||||
- integrated drv_libxml2 xml.sax driver from Stéphane Bidoul
|
- integrated drv_libxml2 xml.sax driver from Stéphane Bidoul
|
||||||
|
Loading…
Reference in New Issue
Block a user