14
0

- Make package own the documentation subdir.

- Mark documentation as such.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=14
This commit is contained in:
Philipp Thomas
2010-11-08 13:21:06 +00:00
committed by Git OBS Bridge
parent fc3cbd6c61
commit 93d86cd160
2 changed files with 10 additions and 3 deletions

View File

@@ -78,12 +78,13 @@ rm -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root)
%{_defaultdocdir}/%{name}/*.txt
%{_defaultdocdir}/%{name}/COPYING*
%dir %{_defaultdocdir}/%{name}
%doc %{_defaultdocdir}/%{name}/*.txt
%doc %{_defaultdocdir}/%{name}/COPYING*
%files doc
%defattr(-,root,root)
%dir %{_defaultdocdir}/%{name}/html
%{_defaultdocdir}/%{name}/html/*
%doc %{_defaultdocdir}/%{name}/html
%changelog