rpms/docbook2X/devel docbook2X.spec,1.6,1.7

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sun Dec 16 22:19:56 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/docbook2X/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21875

Modified Files:
	docbook2X.spec 
Log Message:
Use __dist_ instead of __fedora_



Index: docbook2X.spec
===================================================================
RCS file: /cvs/extras/rpms/docbook2X/devel/docbook2X.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- docbook2X.spec	8 Aug 2007 16:25:33 -0000	1.6
+++ docbook2X.spec	16 Dec 2007 22:19:14 -0000	1.7
@@ -31,9 +31,9 @@
 # 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 @@
 
 %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




More information about the fedora-extras-commits mailing list