Mailinglist Archive: opensuse-packaging (130 mails)

< Previous Next >
Re: [opensuse-packaging] fixing an empty RPM
  • From: Michal Marek <mmarek@xxxxxxx>
  • Date: Thu, 18 Mar 2010 14:23:20 +0100
  • Message-id: <4BA22948.2080008@xxxxxxx>
On 18.3.2010 11:03, doiggl@xxxxxxxxxxxxxxxxxx wrote:
Question: Which lines in the spec file do I change to get the file
unpacked and processed in %{buildroot}
What should the newly edited lines look like ?

Spec file ->
https://build.opensuse.org/package/view_file?file=bugzillatest.spec&package=bugzillatest&project=home%3Adoiggl
Thanks Glenn

Your spec doesnt install anything to %{buildroot}, so you get empty
package.

IOW you need to replace this

# no make:
#make DESTDIR=%buildroot install

with a command that installs the required files to %buildroot.

Michal
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx

< Previous Next >