Sha256: 76d1decc206ae4b2a412d30f65af844eab9b99e70c8f915866b524ce0f62ce3e
Contents?: true
Size: 1.78 KB
Versions: 5
Compression:
Stored size: 1.78 KB
Contents
# # spec file for a build-time dependency of project "<%= project.name %>" # # Copyright (c) <%= Time.now.year %> <%= Etc.getlogin %> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. Name: <%= package_name %> Version: 1 Release: 1 License: SUSE-NonFree Summary: Build-time dependency of project "<%= project.name %>" Url: https://github.com/SilvioMoioli/tetra Group: Development/Libraries/Java Source0: %{name}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: xz Provides: <%= provides_symbol %> == <%= provides_version %> <% if conflicts %> Conflicts: otherproviders(<%= provides_symbol %>) <% end %> %description This package has been automatically created by tetra in order to satisfy build time dependencies of Java packages. It should not be used except for rebuilding other packages, thus it should never be installed on end users' systems. %prep %setup -q -c %build # nothing to do, precompiled by design %install export NO_BRP_CHECK_BYTECODE_VERSION=true install -d -m 0755 %{buildroot}%{_datadir}/tetra/<%= install_dir %> cp -a * %{buildroot}%{_datadir}/tetra/<%= install_dir %> %files %defattr(-,root,root) %{_datadir}/tetra %{_datadir}/tetra/<%= install_dir %> %changelog
Version data entries
5 entries across 5 versions & 1 rubygems