Adding the build profile to -devel subpackage

This commit is contained in:
Jorge Gallegos 2015-12-31 14:11:15 -08:00
parent 12df1717c2
commit 7a357ad30d
2 changed files with 4 additions and 0 deletions

View File

@ -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:

View File

@ -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