|
From: | Stuart Hughes |
Subject: | Re: [Ltib] RPM archive is empty after ./ltib -m scdeploy command |
Date: | Thu, 08 Jan 2015 12:59:55 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/20131118 Thunderbird/17.0.11 |
Hi Leo,
I think the problem is with your %files section rather than an issue with scdeploy. I don't think your file selector is picking up any files. This could be because one of the terms in %{libdir}/libgstaudio-%{majorminor}.so does not expand correctly, or because the path is not quite right. Here's something you could try: clone your built project (rsync -av /path/to/project project_clone) and then: cd project_clone rm -rf rpm/BUILD/_pkg_dir_ ../ltib -p _pkg_ then take a look at the package itself. I suspect you'll find the fully built package is also small. If it is, then the problem is with the %files clause. My advice would be to use the recommended ltib template pattern of: %files %defattr (-,root,root) %(pfx)/* I am aware of all the things you can do in RPM spec files, but the idea was to keep the .spec files as simple as possible and only use them in ltib. Regards, Stuart On 08/01/15 10:17, L P wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |