Package gem-factory-bot-rails: 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 | %define gemname factory_bot_rails Name: gem-factory-bot-rails Version: 6.2.0 Release: alt1.1 Summary: factory_bot_rails provides integration between factory_bot and rails 5.0 or newer License: MIT Group: Development/Ruby Url: https://github.com/thoughtbot/factory_bot_rails Vcs: https://github.com/thoughtbot/factory_bot_rails.git Packager: Pavel Skrylev <majioa@altlinux.org> BuildArch: noarch Source: %name-%version.tar BuildRequires(pre): rpm-build-ruby %if_with check BuildRequires: gem(appraisal) >= 0 BuildRequires: gem(aruba) >= 0 BuildRequires: gem(cucumber) = 1.3.19 BuildRequires: gem(rake) >= 0 BuildRequires: gem(rspec-rails) >= 0 BuildRequires: gem(standard) >= 0 BuildRequires: gem(factory_bot) >= 6.2.0 BuildRequires: gem(railties) >= 5.0.0 BuildConflicts: gem(factory_bot) >= 6.3 %endif %add_findreq_skiplist %ruby_gemslibdir/**/* %add_findprov_skiplist %ruby_gemslibdir/**/* %ruby_alias_names factory_bot_rails,factory-bot-rails Requires: gem(factory_bot) >= 6.2.0 Requires: gem(railties) >= 5.0.0 Conflicts: gem(factory_bot) >= 6.3 Provides: gem(factory_bot_rails) = 6.2.0 %description factory_bot_rails provides integration between factory_bot and rails 5.0 or newer. %package -n gem-factory-bot-rails-doc Version: 6.2.0 Release: alt1.1 Summary: factory_bot_rails provides integration between factory_bot and rails 5.0 or newer documentation files Summary(ru_RU.UTF-8): Файлы сведений для самоцвета factory_bot_rails Group: Development/Documentation BuildArch: noarch Requires: gem(factory_bot_rails) = 6.2.0 %description -n gem-factory-bot-rails-doc factory_bot_rails provides integration between factory_bot and rails 5.0 or newer documentation files. %description -n gem-factory-bot-rails-doc -l ru_RU.UTF-8 Файлы сведений для самоцвета factory_bot_rails. %package -n gem-factory-bot-rails-devel Version: 6.2.0 Release: alt1.1 Summary: factory_bot_rails provides integration between factory_bot and rails 5.0 or newer development package Summary(ru_RU.UTF-8): Файлы для разработки самоцвета factory_bot_rails Group: Development/Ruby BuildArch: noarch Requires: gem(factory_bot_rails) = 6.2.0 Requires: gem(appraisal) >= 0 Requires: gem(rake) >= 0 Requires: gem(rspec-rails) >= 0 Requires: gem(standard) >= 0 %description -n gem-factory-bot-rails-devel factory_bot_rails provides integration between factory_bot and rails 5.0 or newer development package. %description -n gem-factory-bot-rails-devel -l ru_RU.UTF-8 Файлы для разработки самоцвета factory_bot_rails. %prep %setup %build %ruby_build %install %ruby_install %check %ruby_test %files %doc README.md %ruby_gemspec %ruby_gemlibdir %files -n gem-factory-bot-rails-doc %doc README.md %ruby_gemdocdir %files -n gem-factory-bot-rails-devel %doc README.md %changelog * Thu Jan 26 2023 Pavel Skrylev <majioa@altlinux.org> 6.2.0-alt1.1 - ! deps to spec * Wed Jun 23 2021 Pavel Skrylev <majioa@altlinux.org> 6.2.0-alt1 - + packaged gem with Ruby Policy 2.0 |