Package gem-cap2: 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | %define gemname cap2 Name: gem-cap2 Version: 0.2.2.1 Release: alt0.1 Summary: A Ruby library for managing Linux process and file capabilities License: MIT Group: Development/Ruby Url: https://github.com/lmars/cap2 Vcs: https://github.com/lmars/cap2.git Packager: Ruby Maintainers Team <ruby@packages.altlinux.org> Source: %name-%version.tar BuildRequires(pre): rpm-build-ruby BuildRequires: libcap-devel %add_findreq_skiplist %ruby_gemslibdir/**/* %add_findprov_skiplist %ruby_gemslibdir/**/* %ruby_use_gem_version cap2:0.2.2.1 Obsoletes: ruby-cap2 < %EVR Provides: ruby-cap2 = %EVR Provides: gem(cap2) = 0.2.2.1 %description Cap2 is a Ruby library for managing the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. See capabilities(7) for more information. %package -n gem-cap2-doc Version: 0.2.2.1 Release: alt0.1 Summary: A Ruby library for managing Linux process and file capabilities documentation files Summary(ru_RU.UTF-8): Файлы сведений для самоцвета cap2 Group: Development/Documentation BuildArch: noarch Requires: gem(cap2) = 0.2.2.1 %description -n gem-cap2-doc A Ruby library for managing Linux process and file capabilities documentation files. Cap2 is a Ruby library for managing the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. See capabilities(7) for more information. %description -n gem-cap2-doc -l ru_RU.UTF-8 Файлы сведений для самоцвета cap2. %package -n gem-cap2-devel Version: 0.2.2.1 Release: alt0.1 Summary: A Ruby library for managing Linux file and process capabilities development package Summary(ru_RU.UTF-8): Файлы для разработки самоцвета cap2 Group: Development/Ruby BuildArch: noarch Requires: gem(cap2) = 0.2.2.1 %description -n gem-cap2-devel Cap2 is a Ruby library for managing the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. See capabilites(7) for more information. %prep %setup %build %ruby_build %install %ruby_install %check %ruby_test %files %doc README.md %ruby_gemspec %ruby_gemlibdir %ruby_gemextdir %files -n gem-cap2-doc %doc README.md %ruby_gemdocdir %files -n gem-cap2-devel %doc README.md %changelog * Fri Oct 08 2021 Pavel Skrylev <majioa@altlinux.org> 0.2.2.1-alt0.1 - ^ 0.2.2 -> 0.2.2[.1] * Tue Apr 07 2020 Pavel Skrylev <majioa@altlinux.org> 0.2.2-alt2.3 - ! spec's obsoletes/provides pair * Thu Mar 05 2020 Pavel Skrylev <majioa@altlinux.org> 0.2.2-alt2.2 - fixed (!) spec * Wed Sep 11 2019 Pavel Skrylev <majioa@altlinux.org> 0.2.2-alt2.1 - fixed (!) spec according to changelog rules * Wed Jul 10 2019 Pavel Skrylev <majioa@altlinux.org> 0.2.2-alt2 - used (>) Ruby Policy 2.0 - fixed (!) spec * Wed Jul 11 2018 Andrey Cherepanov <cas@altlinux.org> 0.2.2-alt1.2 - Rebuild with new Ruby autorequirements. * Sat Jun 09 2018 Andrey Cherepanov <cas@altlinux.org> 0.2.2-alt1.1 - Rebuild for aarch64. * Thu May 31 2018 Andrey Cherepanov <cas@altlinux.org> 0.2.2-alt1 - Initial build for Sisyphus |