Re: recursively adding files/folders in %files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 09.05.2012 16:51, Kamal Ahmed wrote:
> Is there a way to add all files recursively in the %files macro ?
> I tried :
>
> %dir %{python_sitelib}/%{name}
> but that just adds the target directory in the rpm.
>
> in my %install macro, i have:
>
> mkdir -p -m 755 %{buildroot}/%{python_sitelib}/%{name}
> python -m compileall pcore/
> cp -r pcore/*.pyc %{buildroot}/%{python_sitelib}/%{name}
>
>

You can just add

%{python_sitelib}/%{name}/

into the %files stanza. It's imporant, that the line ands with a
backslash. This indicates, that all files and directories will be
recursively
add to the package.

Best Regards:

JOchen Schmitt



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iJwEAQECAAYFAk+qh3AACgkQZLAIBz9lVu/qJwQAuQDTr0/wrIjIXPFqtqb0wlzZ
MhDssggFkuna1vsVIv5bvDGL5dISRKtBHWCBYd7KFKA0P6/VNl1sOcyXGaIWGBjY
vN6fzZgI6sukSgAat0ptW5G+GoSp8s5+8rfbKRcQmFN7B6M+d+qkj6fFOqnUObvj
fp7ZlGJgq+g5Nq4dmNg=
=W8Fs
-----END PGP SIGNATURE-----

--
packaging mailing list
packaging@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/packaging



[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Forum]     [KDE Users]

  Powered by Linux