add man pages
This commit is contained in:
parent
83e25ad2c8
commit
32ac262733
12
brotli.spec
12
brotli.spec
@ -1,6 +1,6 @@
|
|||||||
Name: brotli
|
Name: brotli
|
||||||
Version: 0.6.0
|
Version: 0.6.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Lossless compression algorithm
|
Summary: Lossless compression algorithm
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -85,6 +85,11 @@ cd ..
|
|||||||
# the unversioned executable is the python2 one.
|
# the unversioned executable is the python2 one.
|
||||||
%py2_install
|
%py2_install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
%{__install} -dm755 "%{buildroot}%{_mandir}/man3"
|
||||||
|
cd docs
|
||||||
|
for i in *.3;do
|
||||||
|
%{__install} -m644 "$i" "%{buildroot}%{_mandir}/man3/${i}brotli"
|
||||||
|
done
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -116,10 +121,13 @@ cd ..
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 23 2017 Travis Kendrick <pouar@pouar.net> - 0.6.0-4
|
||||||
|
- add man pages
|
||||||
|
|
||||||
* Sun May 14 2017 Travis Kendrick <pouar@pouar.net> - 0.6.0-3
|
* Sun May 14 2017 Travis Kendrick <pouar@pouar.net> - 0.6.0-3
|
||||||
- wrong directory for ctest
|
- wrong directory for ctest
|
||||||
- LICENSE not needed in -devel
|
- LICENSE not needed in -devel
|
||||||
|
Loading…
Reference in New Issue
Block a user