diff options
| author | Mike Hommey <glandium@debian.org> | 2009-09-10 22:10:39 +0200 |
|---|---|---|
| committer | Mike Hommey <glandium@debian.org> | 2009-09-10 22:10:39 +0200 |
| commit | c3e4f3c26035bc93a69e5aa2ad435809e8be8a4e (patch) | |
| tree | e65557c2e042fe8a77635b0548db10ad97bc1bfe /libxml2.spec | |
| parent | e248b20a3b7df364cc9617b8685b4c190338bcd2 (diff) | |
| download | libxml2-upstream/2.7.4.dfsg.tar.gz | |
Import upstream version 2.7.4upstream/2.7.4.dfsg
Diffstat (limited to 'libxml2.spec')
| -rw-r--r-- | libxml2.spec | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/libxml2.spec b/libxml2.spec index ace05f6..1a1c9ae 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,15 +1,13 @@ Summary: Library providing XML and HTML support Name: libxml2 -Version: 2.7.3 +Version: 2.7.4 Release: 1 License: MIT Group: Development/Libraries -Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz +Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: python python-devel zlib-devel +BuildRequires: python python-devel zlib-devel pkgconfig URL: http://xmlsoft.org/ -Prefix: %{_prefix} -Docdir: %{_docdir} %description This library allows to manipulate XML files. It includes support @@ -62,14 +60,14 @@ at parse time or later once the document has been modified. %build %configure -make +make %{_smp_mflags} gzip -9 ChangeLog %install rm -fr %{buildroot} %makeinstall -(cd doc/examples ; make clean ; rm -rf .deps) +(cd doc/examples ; make clean ; rm -rf .deps Makefile) gzip -9 doc/libxml2-api.xml rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -91,17 +89,18 @@ rm -fr %{buildroot} %doc %{_mandir}/man3/libxml.3* %{_libdir}/lib*.so.* -%{prefix}/bin/xmllint -%{prefix}/bin/xmlcatalog +%{_bindir}/xmllint +%{_bindir}/xmlcatalog %files devel %defattr(-, root, root) %doc %{_mandir}/man1/xml2-config.1* -%doc AUTHORS ChangeLog.gz NEWS README Copyright TODO +%doc AUTHORS ChangeLog.gz NEWS README Copyright %doc doc/*.html doc/html doc/*.gif doc/*.png %doc doc/tutorial doc/libxml2-api.xml.gz %doc doc/examples +%doc %dir %{_datadir}/gtk-doc/html/libxml2 %doc %{_datadir}/gtk-doc/html/libxml2/*.devhelp %doc %{_datadir}/gtk-doc/html/libxml2/*.html %doc %{_datadir}/gtk-doc/html/libxml2/*.png @@ -110,9 +109,9 @@ rm -fr %{buildroot} %{_libdir}/lib*.so %{_libdir}/*a %{_libdir}/*.sh -%{prefix}/include/* -%{prefix}/bin/xml2-config -%{prefix}/share/aclocal/libxml.m4 +%{_includedir}/* +%{_bindir}/xml2-config +%{_datadir}/aclocal/libxml.m4 %{_libdir}/pkgconfig/libxml-2.0.pc %files python %defattr(-, root, root) @@ -128,6 +127,6 @@ rm -fr %{buildroot} %doc doc/python.html %changelog -* Sun Jan 18 2009 Daniel Veillard <veillard@redhat.com> -- upstream release 2.7.3 see http://xmlsoft.org/news.html +* Thu Sep 10 2009 Daniel Veillard <veillard@redhat.com> +- upstream release 2.7.4 see http://xmlsoft.org/news.html |
