- List unhandled files in ocaml_create_file_list macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-rpm-macros?expand=0&rev=11
This commit is contained in:
parent
92be201226
commit
936a867b8b
@ -3,6 +3,7 @@ Fri Oct 4 07:56:44 UTC 2019 - ohering@suse.de
|
|||||||
|
|
||||||
- Use _rpmmacrodir
|
- Use _rpmmacrodir
|
||||||
- Automatically package known license files in main pkg
|
- Automatically package known license files in main pkg
|
||||||
|
- List unhandled files in ocaml_create_file_list macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 30 14:15:16 UTC 2019 - ohering@suse.de
|
Mon Sep 30 14:15:16 UTC 2019 - ohering@suse.de
|
||||||
|
@ -130,14 +130,15 @@ tee %{buildroot}%{_rpmmacrodir}/macros.%{name} <<'_EOF_'
|
|||||||
w %%{name}.files\
|
w %%{name}.files\
|
||||||
d\
|
d\
|
||||||
}\
|
}\
|
||||||
p\
|
w %%{name}.files.unhandled\
|
||||||
|
d
|
||||||
' ;\
|
' ;\
|
||||||
for i in %%{name}.files %%{name}.files.devel ;\
|
for i in %%{name}.files %%{name}.files.devel ;\
|
||||||
do\
|
do\
|
||||||
sort -u $i > $$ ;\
|
sort -u $i > $$ ;\
|
||||||
mv $$ $i ;\
|
mv $$ $i ;\
|
||||||
done ;\
|
done ;\
|
||||||
head -n 1234 %%{name}.files %%{name}.files.devel ;\
|
head -n 1234 %%{name}.files %%{name}.files.devel %%{name}.files.unhandled ;\
|
||||||
%%{nil}
|
%%{nil}
|
||||||
|
|
||||||
# setup.ml comes from oasis, but this is here for libs oasis depends on
|
# setup.ml comes from oasis, but this is here for libs oasis depends on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user