SPECS: dom4j.spec - changed manual docdir not to interfere with ma...

qboosh qboosh at pld-linux.org
Sat Jan 12 13:54:25 CET 2008


Author: qboosh                       Date: Sat Jan 12 12:54:25 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- changed manual docdir not to interfere with main package doc file

---- Files affected:
SPECS:
   dom4j.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/dom4j.spec
diff -u SPECS/dom4j.spec:1.4 SPECS/dom4j.spec:1.5
--- SPECS/dom4j.spec:1.4	Fri Jan 11 21:22:28 2008
+++ SPECS/dom4j.spec	Sat Jan 12 13:54:19 2008
@@ -193,8 +193,8 @@
 ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost
 
 # manual
-install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
-cp -a docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-manual-%{version}
+cp -a docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-manual-%{version}
 
 # demo
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/classes/org/dom4j
@@ -227,7 +227,7 @@
 
 %files manual
 %defattr(644,root,root,755)
-%{_docdir}/%{name}-%{version}
+%{_docdir}/%{name}-manual-%{version}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -235,6 +235,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2008-01-12 12:54:19  qboosh
+- changed manual docdir not to interfere with main package doc file
+
 Revision 1.4  2008-01-11 20:22:28  glen
 - fix doc dirs, not jdk 1.6 compatible
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dom4j.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list