-
The current version of the perl package PDL that plplot depends on is ""2.4.4_05", unfortunately the version checker in plplot isn't smart enough to recognize that this is greater than the minimum version of 2.4.1:
-- PDL_VERSION = 2.4.4_05
-- WARNING: PDL version < 2.4.1. Disabling Perl/PDL examples in tests
See the downstream Fedora bug...
2009-08-26 10:24:55 UTC in PLplot
-
I see and I agree, I've filed a bug against the Fedora OOo package:
https://bugzilla.redhat.com/show_bug.cgi?id=450692
Meanwhile, I'll try and come up with some interim solution which allows it to be a "noarch" package.
2008-06-10 13:53:12 UTC in Bibus Bibliographic software
-
Sure, when I get some time, I'll try and make some modifications directly to the Makefile and send them to you. Meanwhile, checkout the picard package to see if it can work for bibus.
2008-06-10 11:07:27 UTC in Bibus Bibliographic software
-
A new update of bibus for F-9 is pending being pushed to updates-testing:
https://admin.fedoraproject.org/updates/F9/pending/bibus-1.4.3-1.fc9
once pushed (hopefully in the next day or two) could you try it out, using:
sudo yum --enablerepo=updates-testing install bibus
and provide feedback via bodhi? Thanks.
2008-06-10 11:05:41 UTC in Bibus Bibliographic software
-
That's not so, distutils is used for many python-based "applications" not just "Python modules", there is a scripts argument for setup() for just that purpose. See the picard spec file (which I also maintain for Fedora), for an example of how to use distutils for an application:
http://cvs.fedoraproject.org/viewcvs/rpms/picard/devel/picard.spec?rev=1.10&view=auto
I...
2008-06-10 10:21:59 UTC in Bibus Bibliographic software
-
Hopefully this link will be live:
http://bugzilla.redhat.com/show_bug.cgi?id=438527.
2008-06-10 09:51:41 UTC in Bibus Bibliographic software
-
bibus should be a noarch Python package, so at build-time it can't know which platform it will be installed, and therefore can't know which prefix to use in /usr/share/bibus/bibus.cfg:
oopath = /usr/lib/openoffice.org/program/
oopath = /usr/lib64/openoffice.org/program/
Because the noarch packages are built on ppc machines which have /usr/lib/ as the lib directory, this means that the...
2008-06-10 09:49:34 UTC in Bibus Bibliographic software
-
bibus 1.4.1 *is* also in F-9, it should work fine there.
I'm currently updating the package to 1.4.3 which I'll push to all active branches: F-7, F-8, F-9 and rawhide.
2008-06-10 09:21:47 UTC in Bibus Bibliographic software
-
While I'm at, is there any reason you don't use the standard Python "distutils" setup.py system to package bibus? It would handle a lot of these issues for you and it would make packaging it much simpler.
Currently I have to jump through a lot of sed-ing hoops to fix hard-coded paths and such, see the %install section in the spec file here...
2008-06-10 08:51:21 UTC in Bibus Bibliographic software
-
Looks like I do. I have too many wiki accounts already. Could you possibly post the something like following text:
As of Fedora 7, bibus a now an official Fedora package (https://admin.fedoraproject.org/pkgdb/packages/name/bibus). You can install via yum:
sudo yum install bibus
or through pirut (for releases F-8 and earlier) or PackageKit (for F-9 and later) by searching for...
2008-06-10 08:47:30 UTC in Bibus Bibliographic software