bugfix
This commit is contained in:
parent
7aea722db8
commit
e491bd9cba
1 changed files with 2 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ cd ../documentation
|
|||
|
||||
|
||||
%install
|
||||
cp %SOURCE2 .
|
||||
cd documentation
|
||||
rm -f build_docs.pl
|
||||
find . -name *.dox -delete
|
||||
|
|
@ -116,7 +117,7 @@ ln -sf $sofile ${sofile%%.*.*.*}
|
|||
|
||||
|
||||
%files
|
||||
%doc LICENSE_1_0_0.txt read_me.html release_notes.txt %SOURCE2
|
||||
%doc LICENSE_1_0_0.txt read_me.html release_notes.txt README.fedora
|
||||
%{_libdir}/*.so.*
|
||||
%exclude %{_datadir}/doc/%{name}-%{version}/documentation
|
||||
|
||||
|
|
|
|||
Reference in a new issue