Handle new manpages
This commit is contained in:
parent
98645dad0d
commit
d5af6092e9
@ -90,6 +90,9 @@ rm -frv list
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
|
# the corresponding script is noinst
|
||||||
|
rm %{buildroot}%{_mandir}/man1/psl-make-dafsa.1*
|
||||||
|
|
||||||
find %{buildroot} -name '*.la' -delete -print
|
find %{buildroot} -name '*.la' -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -116,7 +119,7 @@ make check || cat tests/test-suite.log
|
|||||||
%doc AUTHORS NEWS
|
%doc AUTHORS NEWS
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/psl
|
%{_bindir}/psl
|
||||||
#{_mandir}/man1/psl.1*
|
%{_mandir}/man1/psl.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 15 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 0.15.0-1
|
* Tue Nov 15 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 0.15.0-1
|
||||||
|
Loading…
Reference in New Issue
Block a user