Meego packaging and compliance clarifiction?

Meego packaging and compliance clarifiction?

Master-Eng -Pro的头像
Hello At meego article http://appdeveloper.intel.com/en-us/article/meego-packaging-and-compliance-guidelines.. I came across one important point on SPEc 3.1.1 ((com.companyname.appname)) is required.. As per the above article. So i want to know about Domain name.. is it about An URL pls calrify Or i idid not get the meaning of that point correctly? Thanks
8 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项
Sachin Palewar的头像

I have the same question. I can use my domain like this com.palewar.appname but how to change the name of package? As whenever I build its automatically build as appname-versionno-i586.rpm.

I can always rename the rpm to com.domain.appname but that's just external naming. Internal name of package when its installed on Meego remains the same. A little more clarification will be appreciated.

Master-Eng -Pro的头像

Hello,
Is there any update on my issue please give some information
Is Meego application publishing requires a website
and early reply will be help full

Thanks,

danielholmlund (Intel)的头像

This requirement is for avoiding name clashing and is not about having or needing a URL for your application. You can simply change the name of your RPM file for the external name and internally you can select which directory your application is installed to by modifying the line ...

target.path=/opt/packagename

which is your QtCreator project file.

Master-Eng -Pro的头像

Thanks for update and clearing the confusion about "Domain naming "requirements.

danielholmlund (Intel)的头像

After some more testing it seems that target.path doesn't fix the internal naming problem. We'll continue looking at this and open a bug if necessary.

Sachin Palewar的头像

We were just informed by Intel support that we also need to do following:

"you will need to modify the spec file inside your source folder. The spec file is auto generated by Qt Creator after you first create the package. You need to remove “%{_prefix}” from last line of the spec file and regenerate your rpm file."

amarnath-kona (Intel)的头像

Please refer to this arctile which has the above details and more

http://appdeveloper.intel.com/en-us/article/making-your-application-meego-compliant

登陆并发表评论。