Use __dist_ instead of __fedora_
This commit is contained in:
parent
96aed8de51
commit
0c90460a6c
@ -31,9 +31,9 @@ documents.
|
||||
# to avoid clashing with docbook2* from docbook-utils
|
||||
%configure --program-transform-name='s/docbook2/db2x_docbook2/'
|
||||
make %{?_smp_mflags}
|
||||
rm -rf __fedora_html
|
||||
mkdir -p __fedora_html/html
|
||||
cp -p doc/*.html __fedora_html/html
|
||||
rm -rf __dist_html
|
||||
mkdir -p __dist_html/html
|
||||
cp -p doc/*.html __dist_html/html
|
||||
|
||||
|
||||
%install
|
||||
@ -56,7 +56,7 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README THANKS AUTHORS __fedora_html/html/
|
||||
%doc COPYING README THANKS AUTHORS __dist_html/html/
|
||||
%{_bindir}/db2x_manxml
|
||||
%{_bindir}/db2x_texixml
|
||||
%{_bindir}/db2x_xsltproc
|
||||
|
Loading…
Reference in New Issue
Block a user