I have made small program in Qt4, and I’d like to make RPM for installation. I have read some documentation on the web, but it is confusing.
Is there a web page, which explains how to properly make RPM for openSUSE? Can you pass link?
Program consists of 1 executable and depends on Qt4 only.
Other question:
I use “Qt creator” from Nokia, which is very easy to use and really nice. However, i haven’t discovered where to place the icon for the application.
I don’t know… at 1st, I thought to make source available when make download links on my web. Initially, I thought as tar.gz, just compacted, and RPM to be installable binary (just one executable).
Since this is my 1st program for linux in c++ (will not count some python attempts and one in Lazarus), and 1st program in Qt, I don’t really know how to proceed
In the build service of opensuse… should I put binary file, all source files or both.
Documentation is not so clear. Also, package name is like “Baires” or should be like “baires-0.1…”
?
@malcolmlewis
oh, I’d love to… I mean, I’d love to have someone to guide me into this. There is some minor things I need to put in the code, but generally, it is working. All will be set, probably tommorow. Sources, I mean.
If someone is having free time to help me, I would be grateful.
just send a link to your tgz source file, I’ll get it, investigate a bit and write a spec for it. Then you can choose; either I give you the spec and you build it yourself then provide it on your site or somewhere else, or I add it in my repo where packages are built for openSUSE and Fedora
Since me & my wife are taking a lot of photos, especially of our daughter and sending them to our families continents away, idea was to make something very simple, that will take all images from one directory, resize them, and place them to another. Since directories I use are almost always the same (camera → folder for sending), I needed something with 1 button click.
…so I made it.
Of course, program can and will grow.
I really hope it will be useful for someone else too