17
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

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 8 14:19:47 CET 2010 - pth@suse.de
- Make package own the documentation subdir.
- Mark documentation as such.
-------------------------------------------------------------------
Tue Sep 14 08:08:19 UTC 2010 - coolo@novell.com

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