Author: glen Date: Tue Apr 10 18:03:45 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - initial java deps (just ClassDataVersion for now)
---- Files affected: SPECS: rpm.spec (1.555.2.190 -> 1.555.2.191) ---- Diffs: ================================================================ Index: SPECS/rpm.spec diff -u SPECS/rpm.spec:1.555.2.190 SPECS/rpm.spec:1.555.2.191 --- SPECS/rpm.spec:1.555.2.190 Wed Mar 7 18:13:25 2007 +++ SPECS/rpm.spec Tue Apr 10 20:03:39 2007 @@ -31,7 +31,7 @@ Summary(uk): íĹÎĹÄÖĹŇ ĐÁËĹÔŚ× ×ŚÄ RPM Name: rpm Version: 4.4.2 -Release: 41 +Release: 41.3 License: GPL Group: Base Source0: ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz @@ -46,10 +46,12 @@ Source8: %{name}-check-files Source9: %{name}-php-provides Source10: %{name}-php-requires - +Source11: find-java-req.sh Source12: perl.prov Source13: %{name}-user_group.sh Source14: %{name}.sysconfig +Source15: %{name}-macros.java + Source30: builder Source31: adapter.awk Source32: pldnotify.awk @@ -798,6 +800,8 @@ install %{SOURCE13} $RPM_BUILD_ROOT%{_rpmlibdir}/user_group.sh install scripts/find-php* $RPM_BUILD_ROOT%{_rpmlibdir} install scripts/php.{prov,req} $RPM_BUILD_ROOT%{_rpmlibdir} +install %{SOURCE11} $RPM_BUILD_ROOT%{_rpmlibdir}/java-find-requires +install %{SOURCE15} $RPM_BUILD_ROOT%{_rpmlibdir}/macros.java install %{SOURCE5} $RPM_BUILD_ROOT%{_rpmlibdir}/find-lang.sh install %{SOURCE14} $RPM_BUILD_ROOT/etc/sysconfig/rpm @@ -1110,6 +1114,7 @@ %{_rpmlibdir}/macros.mono %{_rpmlibdir}/macros.perl %{_rpmlibdir}/macros.php +%{_rpmlibdir}/macros.java # not used yet ... these six depend on perl #%attr(755,root,root) %{_rpmlibdir}/http.req #%attr(755,root,root) %{_rpmlibdir}/magic.prov @@ -1175,6 +1180,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.555.2.191 2007/04/10 18:03:39 glen +- initial java deps (just ClassDataVersion for now) + Revision 1.555.2.190 2007/03/07 17:13:25 glen - install find-lang script in %install - add (disabled) %{error} patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.555.2.190&r2=1.555.2.191&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
