Use multiple directory ownership
Instead of pulling in extra runtime dependencies (automake) for the directories where we drop files in, just co-own the directories.
This commit is contained in:
parent
e7f94fd2d1
commit
1620ff91df
@ -21,13 +21,9 @@ BuildRequires: python2-six
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: source-highlight
|
BuildRequires: source-highlight
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
# For AutoReq cmake-filesystem
|
|
||||||
BuildRequires: cmake
|
|
||||||
|
|
||||||
# Following are not automatically installed
|
# Following are not automatically installed
|
||||||
Requires: docbook-utils /usr/bin/xsltproc docbook-style-xsl
|
Requires: docbook-utils /usr/bin/xsltproc docbook-style-xsl
|
||||||
# we are installing an automake macro
|
|
||||||
Requires: automake
|
|
||||||
Requires: python2-six
|
Requires: python2-six
|
||||||
Requires: source-highlight
|
Requires: source-highlight
|
||||||
|
|
||||||
@ -60,11 +56,11 @@ make check || make check
|
|||||||
%license COPYING COPYING-DOCS
|
%license COPYING COPYING-DOCS
|
||||||
%doc AUTHORS README doc/* examples
|
%doc AUTHORS README doc/* examples
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/aclocal/gtk-doc.m4
|
%{_datadir}/aclocal/
|
||||||
%{_datadir}/gtk-doc/
|
%{_datadir}/gtk-doc/
|
||||||
%{_datadir}/pkgconfig/gtk-doc.pc
|
%{_datadir}/pkgconfig/gtk-doc.pc
|
||||||
%{_datadir}/help/*/gtk-doc-manual/
|
%{_datadir}/help/*/gtk-doc-manual/
|
||||||
%{_libdir}/cmake/*
|
%{_libdir}/cmake/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 1.26-1
|
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 1.26-1
|
||||||
|
Loading…
Reference in New Issue
Block a user