veskuh / Tweetian

A feature-rich Twitter app for smartphones developed using Qt/QML
GNU General Public License v3.0
50 stars 26 forks source link

Fix for matching harbour packaging requirements #19

Closed siteshwar closed 10 years ago

siteshwar commented 10 years ago

Fix for #6 . I made a checklist of harbour requirements and completed following items :

The rpm package name, note that is not necessarily the same as the RPM file name!
The name you get with:
rpm -q --queryformat='%{NAME}\n' -p harbour-awesomeapp-1.0.0.armv7hl.rpm
That is what is set in .spec resp. .yaml file under "Name: "
 - DONE

But I am not sure whether we can satisify all the requirements of using only specifiec QML packages and shared libraries.

veskuh commented 10 years ago

Thanks.