Author: pawelz Date: Tue Mar 17 17:47:05 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - jar works better if it contains bytecode, not java source :-/ I'm stupid! - rel 5
---- Files affected: SPECS: java-mail.spec (1.37 -> 1.38) ---- Diffs: ================================================================ Index: SPECS/java-mail.spec diff -u SPECS/java-mail.spec:1.37 SPECS/java-mail.spec:1.38 --- SPECS/java-mail.spec:1.37 Tue Mar 17 17:33:38 2009 +++ SPECS/java-mail.spec Tue Mar 17 18:47:00 2009 @@ -9,7 +9,7 @@ Summary(pl.UTF-8): JavaMail - system pocztowy w Javie Name: java-mail Version: 1.4.1 -Release: 4 +Release: 5 License: CDDL Group: Libraries/Java Source0: https://maven-repository.dev.java.net/nonav/repository/javax.mail/jars/mail-%{version}-sources.jar @@ -62,7 +62,7 @@ %javac -classpath $CLASSPATH -source 1.4 -target 1.4 -d build $(find -name '*.java') %javadoc -all -d apidocs -%jar -cf %{srcname}-%{version}.jar -C build com javax +%jar -cf %{srcname}-%{version}.jar -C build . %install rm -rf $RPM_BUILD_ROOT @@ -103,6 +103,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.38 2009/03/17 17:47:00 pawelz +- jar works better if it contains bytecode, not java source :-/ I'm stupid! +- rel 5 + Revision 1.37 2009/03/17 16:33:38 glen - tab ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-mail.spec?r1=1.37&r2=1.38&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
