SPECS: ant.spec - unify java package (template-java.spec)

glen glen at pld-linux.org
Tue Oct 21 14:12:45 CEST 2008


Author: glen                         Date: Tue Oct 21 12:12:45 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify java package (template-java.spec)

---- Files affected:
SPECS:
   ant.spec (1.93 -> 1.94) 

---- Diffs:

================================================================
Index: SPECS/ant.spec
diff -u SPECS/ant.spec:1.93 SPECS/ant.spec:1.94
--- SPECS/ant.spec:1.93	Tue Oct 21 11:33:37 2008
+++ SPECS/ant.spec	Tue Oct 21 14:12:39 2008
@@ -680,7 +680,7 @@
 # javadoc
 install -d $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
 cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
 
 # fix link between manual and javadoc
 cd docs/manual
@@ -879,7 +879,7 @@
 %files javadoc
 %defattr(644,root,root,755)
 %{_javadocdir}/%{name}-%{version}
-%{_javadocdir}/%{name}
+%ghost %{_javadocdir}/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -887,6 +887,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.94  2008/10/21 12:12:39  glen
+- unify java package (template-java.spec)
+
 Revision 1.93  2008/10/21 09:33:37  pawelz
 - do not create/delete files in %post/%postun. Use %install/%files sections
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ant.spec?r1=1.93&r2=1.94&f=u



More information about the pld-cvs-commit mailing list