JavaScript must be enabled to display the specfile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Name: mkfakepkg Version: 0.1 Release: alt1 Summary: Make fake requires-only package from set of files License: GPL Group: Development/Other Source0: mkfakepkg BuildArch: noarch Requires: rpm-build %description Make fake requires-only package from set of files to control unmanaged files dependences %prep %build %install mkdir -p %buildroot%_bindir install %SOURCE0 %buildroot%_bindir %files %_bindir/* %changelog * Thu Sep 20 2018 Anton V. Boyarshinov <boyarsh@altlinux.org> 0.1-alt1 - first build