[Bug 558849] Review Request: Jep - Java Embedded Python

2010-12-17 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=558849

Jason Tibbitts ti...@math.uh.edu changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Blocks||201449(FE-DEADREVIEW)
 Resolution||NOTABUG
  Status Whiteboard|StalledSubmitter|
Last Closed||2010-12-17 10:27:07

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 558849] Review Request: Jep - Java Embedded Python

2010-11-14 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=558849

Jason Tibbitts ti...@math.uh.edu changed:

   What|Removed |Added

  Status Whiteboard||StalledSubmitter

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 558849] Review Request: Jep - Java Embedded Python

2010-10-13 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=558849

--- Comment #5 from Alexander Kurtakov akurt...@redhat.com 2010-10-13 
15:00:39 EDT ---
Ping?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 558849] Review Request: Jep - Java Embedded Python

2010-10-13 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=558849

--- Comment #6 from John Matthews jmatt...@redhat.com 2010-10-13 16:18:35 EDT 
---
Hi Alex,

I still would like to see this get into Fedora, but I won't have time to work
on this till mid December.  

If someone else is interested in picking this up, go for it.  Otherwise I will
revisit this, update to latest Jep and fix the noted packaging errors when my
schedule permits.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 558849] Review Request: Jep - Java Embedded Python

2010-08-31 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=558849

--- Comment #4 from John Matthews jmatt...@redhat.com 2010-08-31 13:02:03 EDT 
---
Hello Alex,

Yes I would like to see this package get into Fedora.  

I will upload an updated srpm for review this week.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 558849] Review Request: Jep - Java Embedded Python

2010-08-30 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=558849

Alexander Kurtakov akurt...@redhat.com changed:

   What|Removed |Added

 CC||akurt...@redhat.com

--- Comment #3 from Alexander Kurtakov akurt...@redhat.com 2010-08-31 
01:54:30 EDT ---
John, Are you still interested in getting this package into Fedora?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 558849] Review Request: Jep - Java Embedded Python

2010-05-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=558849

Chen Lei supercy...@163.com changed:

   What|Removed |Added

 CC||supercy...@163.com

--- Comment #2 from Chen Lei supercy...@163.com 2010-05-05 05:08:47 EDT ---
Some minor problems:
1.Jni files are dlopend by jar files, so /sbin/ldconfig in %post and %postun is
useless.
2.BuildRequires:  gcc is not needed.
3.
Use BuildRequires: java-devel = 1:1.6.0 and Requires:  java = = 1:1.6.0
instead of 1.5.0
4.
mkdir -p $RPM_BUILD_ROOT is not needed.
5.
examples should be installed into %{_docdir}
install -d -m 755 ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}/examples
cp *.py ${RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 558849] Review Request: Jep - Java Embedded Python

2010-04-07 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=558849

Guido Grazioli guido.grazi...@gmail.com changed:

   What|Removed |Added

 CC||guido.grazi...@gmail.com

--- Comment #1 from Guido Grazioli guido.grazi...@gmail.com 2010-04-07 
14:05:33 EDT ---
Hi i'd like to take up the review; some preliminar notes:

* project name seems to be jepp (while Jep is the main class)
* use %global instead of %define
* pls fix indentation
* group for -javadoc is Documentation
* -javadoc pkg require jpackage-tools too
* if you put DSO in %{_libdir}/%{name}, shouldnt you add that dir to
ld.so.cond.d?
* man page: use jep.1.*
* use install -p to preserve timestamps

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review