rename subpackage to -apidocs

This commit is contained in:
Than Ngo 2006-01-19 15:11:20 +00:00
parent 7fe5209365
commit 9a9521df8e
1 changed files with 7 additions and 4 deletions

View File

@ -24,7 +24,7 @@
%define disable_gcc_check_and_hidden_visibility 1 %define disable_gcc_check_and_hidden_visibility 1
Version: 3.5.0 Version: 3.5.0
Release: 5 Release: 6
Summary: K Desktop Environment - Libraries Summary: K Desktop Environment - Libraries
Name: kdelibs Name: kdelibs
Url: http://www.kde.org/ Url: http://www.kde.org/
@ -154,12 +154,12 @@ Obsoletes: kdesupport-devel
This package includes the header files you will need to compile This package includes the header files you will need to compile
applications for KDE. applications for KDE.
%package docs %package apidocs
Group: Development/Documentation Group: Development/Documentation
Summary: KDE API documentation. Summary: KDE API documentation.
Requires: %{name} = %{epoch}:%{version}-%{release} Requires: %{name} = %{epoch}:%{version}-%{release}
%description docs %description apidocs
This package includes the KDE API documentation in HTML This package includes the KDE API documentation in HTML
format for easy browsing format for easy browsing
@ -397,12 +397,15 @@ exit 0
%{_bindir}/dcopidl* %{_bindir}/dcopidl*
%{_includedir}/kde %{_includedir}/kde
%files docs %files apidocs
%defattr(-,root,root) %defattr(-,root,root)
%doc %{_docdir}/%{name}-devel-%{kde_major_version} %doc %{_docdir}/%{name}-devel-%{kde_major_version}
%doc %{_docdir}/HTML/en/kdelibs* %doc %{_docdir}/HTML/en/kdelibs*
%changelog %changelog
* Thu Jan 19 2006 Than Ngo <than@redhat.com> 6:3.5.0-6
- rename subpackage to -apidocs
* Wed Jan 18 2006 Than Ngo <than@redhat.com> 6:3.5.0-5 * Wed Jan 18 2006 Than Ngo <than@redhat.com> 6:3.5.0-5
- apply patch to fix a printing problem - apply patch to fix a printing problem
- add subpackage kdelibs-docs - add subpackage kdelibs-docs