-doc does not need main package
This commit is contained in:
parent
0fdbed1996
commit
c96e0ef597
@ -37,7 +37,6 @@ developing applications that use %{name}.
|
||||
%package doc
|
||||
Summary: Documentation of %{name} API
|
||||
Group: Documentation
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
@ -90,6 +89,7 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
||||
|
||||
|
||||
%files doc
|
||||
%doc COPYING.*
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/html
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user