Linux s17.hosterpk.com 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
LiteSpeed
Server IP : 192.169.89.90 & Your IP : 216.73.216.46
Domains :
Cant Read [ /etc/named.conf ]
User : hamzalar
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
rpm /
macros.d /
Delete
Unzip
Name
Size
Permission
Date
Action
macros.aaa-pyproject-srpm
872
B
-rw-r--r--
2025-10-16 00:00
macros.alt-python310
2.01
KB
-rw-r--r--
2025-12-09 00:00
macros.alt-python311
2.03
KB
-rw-r--r--
2025-12-10 00:00
macros.alt-python312
2.01
KB
-rw-r--r--
2025-12-12 00:00
macros.alt-python313
2.01
KB
-rw-r--r--
2026-04-21 00:00
macros.alt-python38
1.97
KB
-rw-r--r--
2025-10-06 00:00
macros.alt-python39
1.98
KB
-rw-r--r--
2025-10-06 00:00
macros.build-constraints
2.85
KB
-rw-r--r--
2026-01-17 00:00
macros.cloudlinux
55
B
-rw-r--r--
2025-09-15 00:00
macros.dist
504
B
-rw-r--r--
2026-05-25 00:00
macros.dwz
1.76
KB
-rw-r--r--
2026-01-17 00:00
macros.efi-srpm
3.24
KB
-rw-r--r--
2024-12-17 00:00
macros.environment-modules
75
B
-rw-r--r--
2025-11-25 19:11
macros.fedora-misc
2.42
KB
-rw-r--r--
2026-01-17 00:00
macros.fedora-misc-srpm
1.68
KB
-rw-r--r--
2026-01-17 00:00
macros.firewalld
239
B
-rw-r--r--
2025-11-07 00:00
macros.fonts-srpm
5.17
KB
-rw-r--r--
2024-10-29 00:00
macros.forge
5.54
KB
-rw-r--r--
2024-09-27 21:04
macros.gap-srpm
75
B
-rw-r--r--
2026-01-17 00:00
macros.go-srpm
9.27
KB
-rw-r--r--
2025-09-12 00:00
macros.java-srpm
102
B
-rw-r--r--
2026-01-17 00:00
macros.kernel-srpm
117
B
-rw-r--r--
2025-11-05 00:00
macros.ldc-srpm
70
B
-rw-r--r--
2026-01-17 00:00
macros.ldconfig
307
B
-rw-r--r--
2026-01-17 00:00
macros.lua-srpm
336
B
-rw-r--r--
2024-10-29 00:00
macros.mono-srpm
181
B
-rw-r--r--
2026-01-17 00:00
macros.nodejs-srpm
332
B
-rw-r--r--
2026-01-17 00:00
macros.ocaml-srpm
1.91
KB
-rw-r--r--
2024-10-29 00:00
macros.openblas-srpm
112
B
-rw-r--r--
2024-10-29 00:00
macros.package-notes-srpm
1.35
KB
-rw-r--r--
2024-10-29 00:00
macros.pam
179
B
-rw-r--r--
2025-12-01 00:00
macros.perl
5.51
KB
-rw-r--r--
2025-07-10 00:00
macros.perl-srpm
861
B
-rw-r--r--
2024-10-29 00:00
macros.pkgconf
61
B
-rw-r--r--
2024-10-29 00:00
macros.python-srpm
13.21
KB
-rw-r--r--
2025-09-09 00:00
macros.qt6-srpm
464
B
-rw-r--r--
2025-11-24 00:00
macros.rpmautospec
707
B
-rw-r--r--
2026-01-17 00:00
macros.rust-srpm
2.01
KB
-rw-r--r--
2026-01-17 00:00
macros.selinux-policy
7.32
KB
-rw-r--r--
2026-03-10 00:00
macros.shell-completions
181
B
-rw-r--r--
2026-01-17 00:00
macros.systemtap
206
B
-rw-r--r--
2025-12-02 00:00
macros.valgrind-srpm
127
B
-rw-r--r--
2026-01-17 00:00
macros.vim
40
B
-rw-r--r--
2026-04-08 00:00
macros.vpath
241
B
-rw-r--r--
2026-01-17 00:00
Save
Rename
# Note that OCaml is compiled on all architectures. However # on some (rare) architectures, only bytecode compilation is # available. Use these macros to find out if native code # compilation is available on a particular architecture. # Architectures that support the OCaml native code compiler. %ocaml_native_compiler aarch64 %{power64} riscv64 s390x x86_64 # Architectures that support native dynamic linking of OCaml code. %ocaml_natdynlink aarch64 %{power64} riscv64 s390x x86_64 # Architectures that support profiling of native code (ocamlopt -p). # This was removed in OCaml 4.09. # https://github.com/ocaml/ocaml/pull/2314 %ocaml_native_profiling %{nil} # Toplevel OCaml directory %ocamldir %{_libdir}/ocaml # Common elements for all OCaml packages. # # ExcludeArch: OCaml packages have not been built on i686 since OCaml 5 was # introduced in Fedora 39. # -d: most OCaml packages have no ELF objects when built on a bytecode-only # architecture, so debuginfo generation is suppressed. Use this flag to # enable a debuginfo package on such architectures; i.e., when the package # contains an ELF object even on bytecode-only architectures. %ocaml_pkg(d) %{lua: print("ExcludeArch: %{ix86}\\n") if not opt.d then local arch = rpm.expand("%{_target_cpu}") local native = rpm.expand("%{ocaml_native_compiler}") if not string.find(native, arch) then rpm.define('debug_package %{nil}') end end } # Generate %package and %files definitions for a doc subpackage, # containing content generated by odoc. # Use on the top-level only, preferably just before %prep. # # Options: # -L: specify the license file name. Example: # %odoc_package -L LICENSE %odoc_package(L:) %{expand: %package doc BuildArch: noarch BuildRequires: ocaml-odoc Summary: Documentation for %{name} %description doc Developer documentation for %{name}. %files doc %doc _build/default/_doc/_html/* %{?-L:%%license %{-L*} %*}}