Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=783294

--- Comment #14 from Michael Shigorin <[email protected]> ---
Created attachment 652233
  --> https://bugzilla.redhat.com/attachment.cgi?id=652233&action=edit
spec accepted into ALT Linux Sisyphus

Here's a brief overview of changes to get it working (basically a closer look
at the INSTALL file and translation into spec lingo without trying to be even
smarter ass):

%define _libdir %_usr/lib

# ...

%install
mkdir -p %buildroot{%_bindir,%_libdir/%name,%_datadir}
cp -a bin/{picolisp,pil} %buildroot%_bindir/
# TODO: emacs subpackage
rm -rf lib/el
# lib/ and lib.l
cp -a lib* %buildroot%_libdir/%name/
# as per INSTALL
ln -s ../lib/%name %buildroot%_datadir/%name

%files
%doc CHANGES CREDITS README
%_bindir/*
%_libdir/%name/
%_datadir/%name/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to