Rebase to 3.75| Remove duplicate doc directory on EPEL7
This commit is contained in:
parent
c6cef9fa22
commit
7c3e5ee529
@ -67,11 +67,15 @@ mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
|
||||
install -pm 644 doc/pstoedit.1 $RPM_BUILD_ROOT%{_mandir}/man1/
|
||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
%if 0%{?el7}
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/pstoedit
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
%doc doc/readme.txt doc/pstoedit.htm doc/changelog.htm doc/pstoedit.pdf
|
||||
%license copying
|
||||
%{_datadir}/pstoedit
|
||||
%{_datadir}/pstoedit/
|
||||
%{_mandir}/man1/*
|
||||
%{_bindir}/pstoedit
|
||||
%{_libdir}/*.so.*
|
||||
|
Loading…
Reference in New Issue
Block a user