Skip to content

Commit

Permalink
files?
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Jul 18, 2024
1 parent 1e8b3b4 commit 65a19a4
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions anda/langs/nim/nim/nim.spec
Original file line number Diff line number Diff line change
Expand Up @@ -111,24 +111,31 @@ rm -rf %buildroot/nim || true
rm %buildroot%_bindir/*.bat || true


%files
%files
%license copying.txt dist/nimble/license.txt
%doc doc/readme.txt
%_bindir/nim{,ble}
%_mandir/man1/nim{,ble}.1*
%_datadir/bash-completion/completions/nim{,ble}
%_datadir/nim/
/etc/nim/
%_bindir/atlas
%_bindir/nim_dbg
%_bindir/nim-gdb
%_bindir/testament
%_prefix/lib/nim/
%_sysconfdir/nim/
%_prefix/lib/libnimrtl.so
%{_bindir}/nim{,ble}
%{_mandir}/man1/nim{,ble}.1*
%_includedir/cycle.h
%_includedir/nimbase.h

%files tools
%license copying.txt
%_bindir/nim{grep,suggest,pretty}
%_mandir/man1/nim{grep,suggest}.1*
%_prefix/lib/nim/
%{_bindir}/nim{grep,suggest,pretty}
%{_mandir}/man1/nim{grep,suggest}.1*

%ifarch x86_64
%files doc
%doc %_docdir/%name
%doc %{_docdir}/nim
%endif

%changelog
Expand Down

0 comments on commit 65a19a4

Please sign in to comment.