Various dirs are created by the install process. These dirs under hgext
could vary depending on whatever extensions upstream decides to package.
I'd prefer not to have to keep changing the spec to reflect those changes,
but to automate the process.
Right now I have:
%dir %{python_sitearch}/mercurial
%dir %{python_sitearch}/hgext
I guess owning the parent dirs is not sufficient?
I could auto-generate a list of directories, but don't know what to do with
it.
Right now, I auto-generate lists of files, which are then used as:
%files -f %{name}-base+hg.lang.files
Would adding directories to %files -f fix this?
BTW, it's annoying that rpm allows only 1 %files -f.
BTW, it's annoying that rpm doesn't use a real programming language, e.g.,
python.
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
10-20-2010, 09:14 PM
Adam Jackson
unowned dirs
On Wed, 2010-10-20 at 17:07 -0400, Neal Becker wrote:
> BTW, it's annoying that rpm allows only 1 %files -f.
http://rpm.org/wiki/Releases/4.8.0
%files now accepts multiple filelists through -f (ticket #70,
RhBug:475359)
- ajax
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel