From a56f014566cd95d819649bf55181f7cd8ceb5d9f Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 29 Jun 2009 17:14:12 +0000 Subject: [PATCH] - Split -docs - Fix #508589 --- libkate.spec | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/libkate.spec b/libkate.spec index 5af7796..c30d114 100644 --- a/libkate.spec +++ b/libkate.spec @@ -2,7 +2,7 @@ Name: libkate Version: 0.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Libraries to handle the Kate bitstream format Group: System Environment/Libraries @@ -51,6 +51,14 @@ Requires: liboggz %description utils The %{name}-utils package contains the katedec/kateenc binaries for %{name}. +%package docs +Summary: Documentation for %{name} +Group: Documentation +BuildArch: noarch + +%description docs +The %{name}-docs package contains the docs for %{name}. + %prep %setup -q @@ -103,7 +111,6 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) %doc examples/ -%doc %{_docdir}/libkate-%{version}/html %{_includedir}/kate/ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc @@ -120,8 +127,15 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/katedec.* %{_mandir}/man1/kateenc.* +%files docs +%defattr(-,root,root,-) +%doc %{_docdir}/libkate-%{version}/html + %changelog +* Mon Jun 29 2009 kwizart < kwizart at gmail.com > - 0.3.3-2 +- Split -docs - Fix #508589 + * Mon May 11 2009 kwizart < kwizart at gmail.com > - 0.3.3-1 - Update to 0.3.3