summaryrefslogtreecommitdiff
path: root/libxml2.spec
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2005-04-04 18:23:13 +0000
committerMike Hommey <glandium@debian.org>2005-04-04 18:23:13 +0000
commit0fc063df3ab2ad380d532d210dd1001de473e51b (patch)
tree6f88f0a0f845dd6aec7807b18cb5618d93e159ac /libxml2.spec
parent50e5b428562964b1eb2f876370058b34b47c5e90 (diff)
downloadlibxml2-0fc063df3ab2ad380d532d210dd1001de473e51b.tar.gz
Load /tmp/tmp.98zkCi/libxml2-2.6.19 intoupstream/2.6.19
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'libxml2.spec')
-rw-r--r--libxml2.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/libxml2.spec b/libxml2.spec
index d15f6bf..49c1115 100644
--- a/libxml2.spec
+++ b/libxml2.spec
@@ -1,6 +1,6 @@
Summary: Library providing XML and HTML support
Name: libxml2
-Version: 2.6.18
+Version: 2.6.19
Release: 1
License: MIT
Group: Development/Libraries
@@ -89,13 +89,15 @@ else
%configure
make
fi
-(cd doc/examples ; make clean)
gzip -9 ChangeLog
%install
rm -fr %{buildroot}
%makeinstall
+(cd doc/examples ; make clean ; rm -rf .deps)
+gzip -9 doc/libxml2-api.xml
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%clean
rm -fr %{buildroot}
@@ -124,7 +126,7 @@ rm -fr %{buildroot}
%doc %{_mandir}/man1/xml2-config.1*
%doc AUTHORS ChangeLog.gz NEWS README Copyright TODO
%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
%{_libdir}/lib*.so
@@ -148,8 +150,8 @@ rm -fr %{buildroot}
%doc doc/python.html
%changelog
-* Sun Mar 13 2005 Daniel Veillard <veillard@redhat.com>
-- upstream release 2.6.18 see http://xmlsoft.org/news.html
+* Sat Apr 2 2005 Daniel Veillard <veillard@redhat.com>
+- upstream release 2.6.19 see http://xmlsoft.org/news.html
* Thu Jan 2 2003 Daniel Veillard <veillard@redhat.com>
- integrated drv_libxml2 xml.sax driver from Stéphane Bidoul