Meego Wiki
Views
From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
m
m
Line 7: Line 7:
=== QtCreator should support spec file editing ===
=== QtCreator should support spec file editing ===
 +
When releasing applications, developer may need to change the name, version or other information of the package, we should let them do that. <br/>
QtCreator 2.1 supports debian files editing. We can use the same mechanism to implement spec file editing
QtCreator 2.1 supports debian files editing. We can use the same mechanism to implement spec file editing

Revision as of 06:51, 5 January 2011

As MeeGo's default package management system is based on RPM, MeeGo SDK chooses to RPM as the packaging format for deployment and App store uploading.

Contents

Feature proposed

Packages should be installable by zypper

App store clients will most probably use zypper to install applications, so the RPM created by SDK packager should be able to installed by zypper.
Currently zypper can't install the rpm generated by rrpmbuild. We must debug into zypper and rrpmbuild to see what's the problem.

QtCreator should support spec file editing

When releasing applications, developer may need to change the name, version or other information of the package, we should let them do that.
QtCreator 2.1 supports debian files editing. We can use the same mechanism to implement spec file editing

Requires/Provides

Enhence rrpmbuild to parse requires/provides from spec file and fill the package with this information.

Source package creating

rrpmbuild will be enhanced to generate source rpm

Other info: Build Date, Build Host

rrpmbuild will be enhenced to fill this information into the package.

Personal tools