diff options
| author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2020-09-16 23:30:02 +0200 |
|---|---|---|
| committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2020-09-16 23:30:02 +0200 |
| commit | a18fa78b7574c0d165ff3e3c09b8f2c67b1901ac (patch) | |
| tree | 2c558176602dbe9d741fd8f9b9d18bde07d81ed8 | |
| parent | 015dd04ae428b5d09665efdbe0394a58b91ea74f (diff) | |
| download | blogc-a18fa78b7574c0d165ff3e3c09b8f2c67b1901ac.tar.gz blogc-a18fa78b7574c0d165ff3e3c09b8f2c67b1901ac.tar.bz2 blogc-a18fa78b7574c0d165ff3e3c09b8f2c67b1901ac.zip | |
build: spec: disable lto and install blogc-toctree(7)
I submitted a modified 0.20.0 spec to copr
| -rw-r--r-- | blogc.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/blogc.spec.in b/blogc.spec.in index d108b97..b9697a0 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -49,6 +49,7 @@ blogc-runserver is a simple HTTP server to test blogc websites. %setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@ %build +%define _lto_cflags %{nil} %if 0%{?el6} %configure --disable-git-receiver --enable-make --enable-runserver --enable-tests %else @@ -73,6 +74,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man*/blogc.* %{_mandir}/man*/blogc-source.* %{_mandir}/man*/blogc-template.* +%{_mandir}/man*/blogc-toctree.* %{_mandir}/man*/blogc-pagination.* %{_bindir}/blogc %doc README.md |
