baljeetverma / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Fedora x86 RPM package cannot not be installed #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# rpm -Uvh android-notifier-desktop-0.4-1.x86.rpm 
Preparing...                ########################################### [100%]
    package android-notifier-desktop-0.4-1.x86 is intended for a x86 architecture

Fedora does not have an "x86" architecture, but "i686" instead.

Better yet, could this be potentially packaged as "noarch"?

Please see Fedora packaging guidelines for more tips:

http://fedoraproject.org/wiki/Packaging/Guidelines
http://fedoraproject.org/wiki/Packaging:Java

Original issue reported on code.google.com by kmi...@gmail.com on 28 Sep 2010 at 11:09

GoogleCodeExporter commented 9 years ago

Original comment by rdamazio@gmail.com on 29 Sep 2010 at 3:59

GoogleCodeExporter commented 9 years ago
There are two versions, 32 and 64-bit, because it depends on native code to 
draw the GUI and get notifications over bluetooth. I'm using maven to manage 
dependencies, so I'm not going to do it using OS's dependency manager. The 
64-bit version worked fine on Fedora 13, I'll take a look at the 32-bit version.

Original comment by lehph...@gmail.com on 29 Sep 2010 at 1:51

GoogleCodeExporter commented 9 years ago
Please make sure the package dependencies are correct - they're independent 
from maven dependencies.
The architectures should probably be "i686" (not x86) and "x86_64".

Original comment by rdamazio@gmail.com on 29 Sep 2010 at 1:58

GoogleCodeExporter commented 9 years ago
Changed architecture to i686.

Original comment by lehph...@gmail.com on 30 Sep 2010 at 8:18