Skip to content

Commit

Permalink
Provide license as %doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaempf committed Jun 11, 2012
1 parent 77c992d commit 76992b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions resource/template-doc.spec.in
Expand Up @@ -64,7 +64,6 @@ rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
%doc %{_docdir}/@PROJECTNAME@
%doc %{_docdir}/@PROJECTNAME@/examples
%doc COPYING.GPL2

%changelog
3 changes: 2 additions & 1 deletion resource/template.spec.in
Expand Up @@ -92,6 +92,7 @@ rm -rf "$RPM_BUILD_ROOT"

%files -n @PROJECTNAME@@SONAME_MAJOR@
%defattr(-,root,root)
%doc COPYING.GPL2

%{_libdir}/@SPEC_LIBDIR@/lib*.so.*

Expand All @@ -101,6 +102,6 @@ rm -rf "$RPM_BUILD_ROOT"
%{_prefix}/include/yui
%{_libdir}/pkgconfig/@PROJECTNAME@.pc
%{_libdir}/cmake/@PROJECTNAME@
%doc %{_docdir}/@PROJECTNAME@
%doc COPYING.GPL2

%changelog

0 comments on commit 76992b2

Please sign in to comment.