Remove duplicate docs.

Since the various subpackages require spin-kickstarts, there is no need to
have them all own the doc files. Just once in spin-kickstarts will do.
This commit is contained in:
Bruno Wolff III 2010-06-06 23:46:26 -05:00
parent c488a9529c
commit 01689a4bec
1 changed files with 0 additions and 3 deletions

View File

@ -60,17 +60,14 @@ rm -rf $RPM_BUILD_ROOT
%files -n fedora-kickstarts
%defattr(-,root,root,-)
%doc COPYING README AUTHORS NEWS
%{_datadir}/%{name}/*.ks
%files -n custom-kickstarts
%defattr(-,root,root,-)
%doc COPYING README AUTHORS NEWS
%{_datadir}/%{name}/custom/
%files -n l10n-kickstarts
%defattr(-,root,root,-)
%doc COPYING README AUTHORS NEWS
%{_datadir}/%{name}/l10n/
%changelog