[CentOS] gnumeric spreadsheets for US taxes

2013-04-15 Thread ken
For years I've been doing my (US) taxes, along with the state and local 
taxes, using gnumeric.  I decided I should share what I've done with 
others.  So grab the package if you want... from:

https://github.com/gebser/US-taxes-gnumeric.git

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric/goffice: defective RPM from rpmforge ???

2012-04-11 Thread ken

On 04/07/2012 04:46 PM David Hrbáč wrote:
 Dne 7.4.2012 21:31, ken napsal(a):
 yum update output:

 ...
 --  Running transaction check
 --  Processing Dependency: libgoffice-1.so.2 for package: gnumeric
 ---  Package goffice.i386 0:0.6.6-1.el5.rf set to be updated
 --  Finished Dependency Resolution
 1:gnumeric-1.6.3-15.el5.2.i386 from installed has depsolving problems
 --  Missing Dependency: libgoffice-1.so.2 is needed by package
 1:gnumeric-1.6.3-15.el5.2.i386 (installed)
 Error: Missing Dependency: libgoffice-1.so.2 is needed by package
 1:gnumeric-1.6.3-15.el5.2.i386 (installed)
 ...

 # rpm -qa| grep goffice
 goffice-0.2.2-1.el5

 # yum deplist gnumeric|grep goffice
 dependency: libgoffice-1.so.2
  provider: goffice.i386 0.2.2-1.el5

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 Hi,
 Please create an issue on GitHub: https://github.com/repoforge/rpms/issues
 Thanks,
 DH

David,

Thanks for the cordial and constructive reply.  Issue opened.

kf

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric/goffice: defective RPM from rpmforge ???

2012-04-10 Thread Nicolas Thierry-Mieg
ken wrote:
 yum update output:

 ...
 --  Running transaction check
 --  Processing Dependency: libgoffice-1.so.2 for package: gnumeric
 ---  Package goffice.i386 0:0.6.6-1.el5.rf set to be updated
 --  Finished Dependency Resolution
 1:gnumeric-1.6.3-15.el5.2.i386 from installed has depsolving problems
 --  Missing Dependency: libgoffice-1.so.2 is needed by package
 1:gnumeric-1.6.3-15.el5.2.i386 (installed)
 Error: Missing Dependency: libgoffice-1.so.2 is needed by package
 1:gnumeric-1.6.3-15.el5.2.i386 (installed)
 ...

 # rpm -qa| grep goffice
 goffice-0.2.2-1.el5

 # yum deplist gnumeric|grep goffice
 dependency: libgoffice-1.so.2
  provider: goffice.i386 0.2.2-1.el5


gnumeric is not in EL5/cent5, neither is goffice.
you are mixing repos and haven't configured your priorities and/or 
includes/excludes correctly. This is not a repoforge issue.

too bad whatever 3rd party repo you're using for goffice and gnumeric is 
either too ignorant or too bloody arrogant to use repotags, as the 
problem would have been obvious if they did...
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] gnumeric/goffice: defective RPM from rpmforge ???

2012-04-09 Thread ken
yum update output:

...
-- Running transaction check
-- Processing Dependency: libgoffice-1.so.2 for package: gnumeric
--- Package goffice.i386 0:0.6.6-1.el5.rf set to be updated
-- Finished Dependency Resolution
1:gnumeric-1.6.3-15.el5.2.i386 from installed has depsolving problems
   -- Missing Dependency: libgoffice-1.so.2 is needed by package 
1:gnumeric-1.6.3-15.el5.2.i386 (installed)
Error: Missing Dependency: libgoffice-1.so.2 is needed by package 
1:gnumeric-1.6.3-15.el5.2.i386 (installed)
...

# rpm -qa| grep goffice
goffice-0.2.2-1.el5

# yum deplist gnumeric|grep goffice
   dependency: libgoffice-1.so.2
provider: goffice.i386 0.2.2-1.el5

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric/goffice: defective RPM from rpmforge ???

2012-04-09 Thread Ned Slider
On 09/04/12 18:42, ken wrote:
 yum update output:

 ...
 --  Running transaction check
 --  Processing Dependency: libgoffice-1.so.2 for package: gnumeric
 ---  Package goffice.i386 0:0.6.6-1.el5.rf set to be updated
 --  Finished Dependency Resolution
 1:gnumeric-1.6.3-15.el5.2.i386 from installed has depsolving problems
 --  Missing Dependency: libgoffice-1.so.2 is needed by package
 1:gnumeric-1.6.3-15.el5.2.i386 (installed)
 Error: Missing Dependency: libgoffice-1.so.2 is needed by package
 1:gnumeric-1.6.3-15.el5.2.i386 (installed)
 ...

 # rpm -qa| grep goffice
 goffice-0.2.2-1.el5

 # yum deplist gnumeric|grep goffice
 dependency: libgoffice-1.so.2
  provider: goffice.i386 0.2.2-1.el5


Firstly, if you think the defective package is goffice from rpmforge, 
why are you reporting this on the CentOS list? You should tell the folks 
at rpmforge, not this list.

Secondly, to me it looks more likely that gnumeric is the problem 
package, and that doesn't appear to have come from rpmforge as it has no 
.rf tag.

Where does rpm say the gnumeric package comes from:

rpm -qi gnumeric

as that may give you some clue as to where to take the issue.

Google seems to think it came from EPEL. If that's the case, go tell 
them about it :-)

You should also read the CentOS Wiki page on repositories, especially 
the advice about mixing certain 3rd party repositories:

http://wiki.centos.org/AdditionalResources/Repositories

as that is what has likely caused this particular system breakage.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric/goffice: defective RPM from rpmforge ???

2012-04-09 Thread m . roth
Ned Slider wrote:
 On 09/04/12 18:42, ken wrote:
 yum update output:

 ...
 --  Running transaction check
 --  Processing Dependency: libgoffice-1.so.2 for package: gnumeric
 ---  Package goffice.i386 0:0.6.6-1.el5.rf set to be updated
 --  Finished Dependency Resolution
 1:gnumeric-1.6.3-15.el5.2.i386 from installed has depsolving problems
 --  Missing Dependency: libgoffice-1.so.2 is needed by package
 1:gnumeric-1.6.3-15.el5.2.i386 (installed)
 Error: Missing Dependency: libgoffice-1.so.2 is needed by package
 1:gnumeric-1.6.3-15.el5.2.i386 (installed)
 ...

 # rpm -qa| grep goffice
 goffice-0.2.2-1.el5

 # yum deplist gnumeric|grep goffice
 dependency: libgoffice-1.so.2
  provider: goffice.i386 0.2.2-1.el5


 Firstly, if you think the defective package is goffice from rpmforge,
 why are you reporting this on the CentOS list? You should tell the folks
 at rpmforge, not this list.
snip
More - why are you (the OP) getting it from repoforge? This has come up
over and over - the packages there are not guaranteed to be compatible
with packages from the std. CentOS repositories.

Try removing it, and installing from one of the CentOS mirrors, or epel,
or rpmfusion.

Btw, if the o/p has d/l it, but not installed, it would be rpm -qip

  mark


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] gnumeric/goffice: defective RPM from rpmforge ???

2012-04-07 Thread ken
yum update output:

...
-- Running transaction check
-- Processing Dependency: libgoffice-1.so.2 for package: gnumeric
--- Package goffice.i386 0:0.6.6-1.el5.rf set to be updated
-- Finished Dependency Resolution
1:gnumeric-1.6.3-15.el5.2.i386 from installed has depsolving problems
   -- Missing Dependency: libgoffice-1.so.2 is needed by package 
1:gnumeric-1.6.3-15.el5.2.i386 (installed)
Error: Missing Dependency: libgoffice-1.so.2 is needed by package 
1:gnumeric-1.6.3-15.el5.2.i386 (installed)
...

# rpm -qa| grep goffice
goffice-0.2.2-1.el5

# yum deplist gnumeric|grep goffice
   dependency: libgoffice-1.so.2
provider: goffice.i386 0.2.2-1.el5

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric/goffice: defective RPM from rpmforge ???

2012-04-07 Thread David Hrbáč
Dne 7.4.2012 21:31, ken napsal(a):
 yum update output:

 ...
 -- Running transaction check
 -- Processing Dependency: libgoffice-1.so.2 for package: gnumeric
 --- Package goffice.i386 0:0.6.6-1.el5.rf set to be updated
 -- Finished Dependency Resolution
 1:gnumeric-1.6.3-15.el5.2.i386 from installed has depsolving problems
-- Missing Dependency: libgoffice-1.so.2 is needed by package 
 1:gnumeric-1.6.3-15.el5.2.i386 (installed)
 Error: Missing Dependency: libgoffice-1.so.2 is needed by package 
 1:gnumeric-1.6.3-15.el5.2.i386 (installed)
 ...

 # rpm -qa| grep goffice
 goffice-0.2.2-1.el5

 # yum deplist gnumeric|grep goffice
dependency: libgoffice-1.so.2
 provider: goffice.i386 0.2.2-1.el5

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
Hi,
Please create an issue on GitHub: https://github.com/repoforge/rpms/issues
Thanks,
DH
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric

2011-09-12 Thread Peter Kjellström
On Saturday, September 10, 2011 08:40:47 PM ken wrote:
 Where do I find a gnumeric rpm?  I must not have enough repos listed.
 (I recently had to rebuild my system pretty much from scratch.  :( )

EPEL is a widely used repo that carries gnumeric.

/Peter


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric

2011-09-11 Thread ken
On 09/10/2011 03:01 PM Frank Cox wrote:
 On Sat, 10 Sep 2011 14:40:47 
 ken wrote:
 
 Where do I find a gnumeric rpm?  I must not have enough repos listed.
 
 http://www.elders.princeton.edu/data/puias/6/x86_64/os/Addons/
 

Thanks, Frank.  That isn't the exact version I was looking for, but just 
getting on that server and poking around I found 
http://www.elders.princeton.edu/data/puias/updates/5.6/en/addons/SRPMS/ 
where resides gnumeric-1.6.3-15.PU_IAS.5.2.src.rpm  So I'm on the 
way.  Thanks again.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] gnumeric

2011-09-10 Thread ken
Where do I find a gnumeric rpm?  I must not have enough repos listed. 
(I recently had to rebuild my system pretty much from scratch.  :( )
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric

2011-09-10 Thread Frank Cox
On Sat, 10 Sep 2011 14:40:47 -0400
ken wrote:

 Where do I find a gnumeric rpm?  I must not have enough repos listed.

http://www.elders.princeton.edu/data/puias/6/x86_64/os/Addons/

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Gnumeric

2008-02-27 Thread Primorec
On Thu, May 19, 2005 at 2:02 PM, Karanbir Singh [EMAIL PROTECTED]
wrote:

 [EMAIL PROTECTED] wrote:
  Is there a yum repository that has them or a yum repository for
  gnumeric?
 

 I have a snapshot of gnumeric in my Misc repository ( for i386 only so
 far, x86_64 and ppc coming soon ). Repo Setup instructions are included
 on the start page ( http://centos.karan.org/ ). You will need both the
 Misc and FExtras repo's setup.

 yum install gnumeric should then do the magic.


somehow  it does not work for me...  I am not able to find  the FExtra
.repo file

Any hint ?

Igor



-- 
Experience is what you get when you didn't get what you wanted.

Randy Pausch
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric on CentOS 5

2007-10-24 Thread James A. Peltier

Akemi Yagi wrote:

On 10/23/07, James A. Peltier [EMAIL PROTECTED] wrote:

Akemi Yagi wrote:

On 10/22/07, James A. Peltier [EMAIL PROTECTED] wrote:

I'm trying to install Gnumeric using the kbsingh RPMs.  Has anyone been
able to use these with CentOS 5?

Loading installonlyn plugin
Setting up Install Process
Setting up repositories
kbs-Extras-i386   100% |=|  951 B00:00
kbs-Misc-i386 100% |=|  951 B00:00
updates   100% |=|  951 B00:00
base  100% |=| 1.1 kB00:00
centosplus100% |=|  951 B00:00
addons100% |=|  951 B00:00
extras100% |=| 1.1 kB00:00

snip

gnumeric-1.4.3-2.i386.rpm 100% |=| 127 kB00:00
--- Package gnumeric.i386 1:1.4.3-2 set to be updated

I do not see gnumeric for CentOS 5 in the kbs-foo repos.  Are your
repo files actually pointing to C5 not C4?

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

C4


First, regarding gnumeric, because there is no CentOS-5 rpm,
rebuilding from the FC6 src.rpm file is the way to go as Frank Fox
wrote.  You may have to get some -devel packages from FC6 as well if I
remember.

Second, because gnumeric is not available for CentOS 5, the yum
command should say Nothing to do.  Your kbs-Extras repos are probably
not right.  Install the .repo files from http://centos.karan.org/ .
Note also that as of this writing (October 23, 2007), C5 packages are
still in testing.  If you need them, you need to add
--enablerepo=kbs-CentOS-Testing as an option to the yum command.

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


I built it manually from SRPMs it it's working fine now.  Thanks.

--
James A. Peltier
Technical Director, RHCE
SCIRF | GrUVi @ Simon Fraser University - Burnaby Campus
Phone   : 778-782-3610
Fax : 778-782-3045
Mobile  : 778-840-6434
E-Mail  : [EMAIL PROTECTED]
Website : http://gruvi.cs.sfu.ca | http://scirf.cs.sfu.ca
MSN : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric on CentOS 5

2007-10-23 Thread Akemi Yagi
On 10/22/07, James A. Peltier [EMAIL PROTECTED] wrote:
 I'm trying to install Gnumeric using the kbsingh RPMs.  Has anyone been
 able to use these with CentOS 5?

 Loading installonlyn plugin
 Setting up Install Process
 Setting up repositories
 kbs-Extras-i386   100% |=|  951 B00:00
 kbs-Misc-i386 100% |=|  951 B00:00
 updates   100% |=|  951 B00:00
 base  100% |=| 1.1 kB00:00
 centosplus100% |=|  951 B00:00
 addons100% |=|  951 B00:00
 extras100% |=| 1.1 kB00:00
snip
 gnumeric-1.4.3-2.i386.rpm 100% |=| 127 kB00:00
 --- Package gnumeric.i386 1:1.4.3-2 set to be updated

I do not see gnumeric for CentOS 5 in the kbs-foo repos.  Are your
repo files actually pointing to C5 not C4?

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric on CentOS 5

2007-10-23 Thread James A. Peltier

Akemi Yagi wrote:

On 10/22/07, James A. Peltier [EMAIL PROTECTED] wrote:

I'm trying to install Gnumeric using the kbsingh RPMs.  Has anyone been
able to use these with CentOS 5?

Loading installonlyn plugin
Setting up Install Process
Setting up repositories
kbs-Extras-i386   100% |=|  951 B00:00
kbs-Misc-i386 100% |=|  951 B00:00
updates   100% |=|  951 B00:00
base  100% |=| 1.1 kB00:00
centosplus100% |=|  951 B00:00
addons100% |=|  951 B00:00
extras100% |=| 1.1 kB00:00

snip

gnumeric-1.4.3-2.i386.rpm 100% |=| 127 kB00:00
--- Package gnumeric.i386 1:1.4.3-2 set to be updated


I do not see gnumeric for CentOS 5 in the kbs-foo repos.  Are your
repo files actually pointing to C5 not C4?

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


C4

--
James A. Peltier
Technical Director, RHCE
SCIRF | GrUVi @ Simon Fraser University - Burnaby Campus
Phone   : 778-782-3610
Fax : 778-782-3045
Mobile  : 778-840-6434
E-Mail  : [EMAIL PROTECTED]
Website : http://gruvi.cs.sfu.ca | http://scirf.cs.sfu.ca
MSN : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric on CentOS 5

2007-10-23 Thread Akemi Yagi
On 10/23/07, James A. Peltier [EMAIL PROTECTED] wrote:
 Akemi Yagi wrote:
  On 10/22/07, James A. Peltier [EMAIL PROTECTED] wrote:
  I'm trying to install Gnumeric using the kbsingh RPMs.  Has anyone been
  able to use these with CentOS 5?
 
  Loading installonlyn plugin
  Setting up Install Process
  Setting up repositories
  kbs-Extras-i386   100% |=|  951 B00:00
  kbs-Misc-i386 100% |=|  951 B00:00
  updates   100% |=|  951 B00:00
  base  100% |=| 1.1 kB00:00
  centosplus100% |=|  951 B00:00
  addons100% |=|  951 B00:00
  extras100% |=| 1.1 kB00:00
  snip
  gnumeric-1.4.3-2.i386.rpm 100% |=| 127 kB00:00
  --- Package gnumeric.i386 1:1.4.3-2 set to be updated
 
  I do not see gnumeric for CentOS 5 in the kbs-foo repos.  Are your
  repo files actually pointing to C5 not C4?
 
  Akemi
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos

 C4

First, regarding gnumeric, because there is no CentOS-5 rpm,
rebuilding from the FC6 src.rpm file is the way to go as Frank Fox
wrote.  You may have to get some -devel packages from FC6 as well if I
remember.

Second, because gnumeric is not available for CentOS 5, the yum
command should say Nothing to do.  Your kbs-Extras repos are probably
not right.  Install the .repo files from http://centos.karan.org/ .
Note also that as of this writing (October 23, 2007), C5 packages are
still in testing.  If you need them, you need to add
--enablerepo=kbs-CentOS-Testing as an option to the yum command.

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] gnumeric on CentOS 5

2007-10-22 Thread James A. Peltier
I'm trying to install Gnumeric using the kbsingh RPMs.  Has anyone been 
able to use these with CentOS 5?


Loading installonlyn plugin
Setting up Install Process
Setting up repositories
kbs-Extras-i386   100% |=|  951 B00:00
kbs-Misc-i386 100% |=|  951 B00:00
updates   100% |=|  951 B00:00
base  100% |=| 1.1 kB00:00
centosplus100% |=|  951 B00:00
addons100% |=|  951 B00:00
extras100% |=| 1.1 kB00:00
Reading repository metadata in from local files
primary.xml.gz100% |=| 711 kB00:04
kbs-Extras: ## 2885/2885
Added 2885 new packages, deleted 0 old in 17.15 seconds
primary.xml.gz100% |=|  23 kB00:00
kbs-Misc-i: ## 65/65
Added 65 new packages, deleted 0 old in 0.44 seconds
primary.xml.gz100% |=| 325 kB00:01
updates   : ## 738/738
Added 738 new packages, deleted 0 old in 5.75 seconds
primary.xml.gz100% |=| 798 kB00:01
base  : ## 2334/2334
Added 2334 new packages, deleted 0 old in 14.43 seconds
primary.xml.gz100% |=|  77 kB00:00
centosplus: ## 110/110
Added 110 new packages, deleted 0 old in 0.88 seconds
primary.xml.gz100% |=|  157 B00:00
Added 0 new packages, deleted 0 old in 0.00 seconds
primary.xml.gz100% |=|  74 kB00:00
extras: ## 284/284
Added 284 new packages, deleted 0 old in 1.33 seconds
Parsing package install arguments
Nothing to do
Installing Gnumeric
Loading installonlyn plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
-- Populating transaction set with selected packages. Please wait.
--- Downloading header for gnumeric to pack into transaction set.
gnumeric-1.4.3-2.i386.rpm 100% |=| 127 kB00:00
--- Package gnumeric.i386 1:1.4.3-2 set to be updated
-- Running transaction check
-- Processing Dependency: libgnomedb-2.so.4 for package: gnumeric
-- Processing Dependency: libgsf-1.so.1 for package: gnumeric
-- Processing Dependency: libgsf-gnome-1.so.1 for package: gnumeric
-- Processing Dependency: libgnomedb = 1.0.4 for package: gnumeric
-- Processing Dependency: libgda-2.so.3 for package: gnumeric
-- Restarting Dependency Resolution with new changes.
-- Populating transaction set with selected packages. Please wait.
--- Downloading header for libgda to pack into transaction set.
libgda-1.2.0-5.i386.rpm   100% |=|  14 kB00:00
--- Package libgda.i386 1:1.2.0-5 set to be updated
--- Downloading header for libgnomedb to pack into transaction set.
libgnomedb-1.2.0-3.i386.r 100% |=|  18 kB00:00
--- Package libgnomedb.i386 1:1.2.0-3 set to be updated
-- Running transaction check
-- Processing Dependency: libhistory.so.4 for package: libgda
-- Processing Dependency: libgsf-1.so.1 for package: gnumeric
-- Processing Dependency: libgsf-gnome-1.so.1 for package: gnumeric
-- Processing Dependency: libdb-4.2.so for package: libgda
-- Processing Dependency: libreadline.so.4 for package: libgda
-- Restarting Dependency Resolution with new changes.
-- Populating transaction set with selected packages. Please wait.
--- Downloading header for compat-db to pack into transaction set.
compat-db-4.2.52-5.1.i386 100% |=|  13 kB00:00
--- Package compat-db.i386 0:4.2.52-5.1 set to be updated
--- Downloading header for compat-readline43 to pack into transaction set.
compat-readline43-4.3-3.i 100% |=| 3.1 kB00:00
--- Package compat-readline43.i386 0:4.3-3 set to be updated
-- Running transaction check
-- Processing Dependency: libgsf-1.so.1 for package: gnumeric
-- Processing Dependency: libgsf-gnome-1.so.1 for package: gnumeric
-- Finished Dependency Resolution
Error: Missing Dependency: libgsf-1.so.1 is needed by package gnumeric
Error: Missing Dependency: libgsf-gnome-1.so.1 is needed by package gnumeric

--
James A. Peltier
Technical Director, RHCE
SCIRF | GrUVi @ Simon Fraser University - Burnaby Campus
Phone   : 778-782-3610
Fax : 778-782-3045
Mobile  : 778-840-6434
E-Mail  : [EMAIL PROTECTED]
Website : http://gruvi.cs.sfu.ca | http://scirf.cs.sfu.ca
MSN : [EMAIL PROTECTED]

Re: [CentOS] gnumeric on CentOS 5

2007-10-22 Thread Frank Cox
On Mon, 22 Oct 2007 22:30:06 -0700
James A. Peltier [EMAIL PROTECTED] wrote:

 I'm trying to install Gnumeric using the kbsingh RPMs.  Has anyone been 
 able to use these with CentOS 5?

I just downloaded the FC6 src.rpm and compiled it on Centos 5.  It works fine.

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Gnumeric spreadsheet?

2007-09-23 Thread Frank Cox
Where can I get the Gnumeric spreadsheet for Centos 5?

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos