]> git.pld-linux.org Git - packages/libxml2.git/commitdiff
- added apidocs subpackage auto/th/libxml2-2_6_27-3
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 25 Apr 2007 17:50:29 +0000 (17:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    libxml2.spec -> 1.150

libxml2.spec

index e98c3df5dee1fed7264c2d10173c6e97648f8237..97b96fe3b5d94ad971d573d309c8c05e964cb7f5 100644 (file)
@@ -9,7 +9,7 @@ Summary(pl.UTF-8):      Biblioteka libXML wersja 2
 Summary(pt_BR.UTF-8):  Biblioteca libXML versão 2
 Name:          libxml2
 Version:       2.6.27
-Release:       2
+Release:       3
 Epoch:         1
 License:       MIT
 Group:         Libraries
@@ -92,6 +92,18 @@ Biblioteka statyczna libxml2.
 Bibliotecas estáticas para desenvolvimento de aplicações que usem a
 biblioteca libxml.
 
+%package apidocs
+Summary:       libxml2 API documentation
+Summary(pl.UTF-8):     Dokumentacja API libxml2
+Group:         Documentation
+Requires:      gtk-doc-common
+
+%description apidocs
+libxml2 API documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API libxml2.
+
 %package progs
 Summary:       XML files parser
 Summary(pl.UTF-8):     Analizator składniowy plików XML
@@ -205,7 +217,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/libxml2
 %{_mandir}/man1/xml2-config.1*
 %{_examplesdir}/%{name}-devel-%{version}
-%{_gtkdocdir}/libxml2
 
 %if %{with static_libs}
 %files static
@@ -213,6 +224,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.a
 %endif
 
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/libxml2
+
 %files progs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/xmlcatalog
This page took 0.218872 seconds and 4 git commands to generate.