]> git.pld-linux.org Git - packages/libnl.git/commitdiff
- fix apidocs auto/th/libnl-1_1-3
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 10 Mar 2009 13:28:01 +0000 (13:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libnl.spec -> 1.24

libnl.spec

index b53e928c2962d73beb05ac26b4ee80ca8259a848..d6ad986291b8979cb2e2ff933f3c1a5eb416ce19 100644 (file)
@@ -20,6 +20,7 @@ BuildRequires:        automake
 BuildRequires: linux-libc-headers >= 6:2.6.23
 %{?with_apidocs:BuildRequires: tetex-dvips}
 %{?with_apidocs:BuildRequires: tetex-format-latex}
+%{?with_apidocs:BuildRequires: doxygen}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -57,6 +58,14 @@ Static libnl library.
 %description static -l pl.UTF-8
 Statyczna biblioteka libnl.
 
+%package apidocs
+Summary:       libnl library API documentation
+Group:         Documentation
+
+%description apidocs
+Documentation for libnl library API and guides in HTML format
+generated from sources by doxygen.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -106,5 +115,5 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with apidocs}
 %files apidocs
 %defattr(644,root,root,755)
-%doc apidocs
+%doc doc/html/*
 %endif
This page took 0.209144 seconds and 4 git commands to generate.