From 7a357ad30d4f0b802f95dea3cac068647e5ced6c Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Thu, 31 Dec 2015 14:11:15 -0800 Subject: [PATCH] Adding the build profile to -devel subpackage --- README.Fedora | 3 +++ uwsgi.spec | 1 + 2 files changed, 4 insertions(+) diff --git a/README.Fedora b/README.Fedora index 0525d14..1a12a2c 100644 --- a/README.Fedora +++ b/README.Fedora @@ -1,3 +1,6 @@ +The build profile used to build this package is shipped along with the +-devel subpackage and is located in the ``buildconf`` subdirectory in the +src directory. A copy of the documentation can be obtained by installing the ``uwsgi-docs`` package. The documentation is a copy as of the git SHA: diff --git a/uwsgi.spec b/uwsgi.spec index 417d22f..f41a978 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -1180,6 +1180,7 @@ mkdir -p %{buildroot}%{_monogacdir} mkdir docs tar -C docs/ --strip-components=1 -xvzf uwsgi-docs.tar.gz tar -C %{buildroot}%{_usrsrc}/%{name}/%{version} --strip-components=1 -xvzf %{SOURCE0} +cp %{SOURCE1} %{buildroot}%{_usrsrc}/%{name}/%{version}/buildconf/ cp docs/Changelog-%{majornumber}.%{minornumber}.%{releasenumber}.rst CHANGELOG rm -f docs/.gitignore echo "%{commit}, i.e. this:" >> README.Fedora