Sha256: e24d57cec1ac4339099ba0f03036d3bef6bbbaa3ab499a74918e3ec189b3f6f2
Contents?: true
Size: 1.66 KB
Versions: 1
Compression:
Stored size: 1.66 KB
Contents
# # spec file for gjp kit for 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. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: <%= name %>-kit Version: <%= version %> Release: 1 License: Apache-2.0 Summary: Build-time dependencies for %{name} Url: https://github.com/SilvioMoioli/gjp Group: Develompent/Libraries/Java Source0: %{name}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: gjp(kit) # no two kits should ever be installed at any given time Conflicts: otherproviders(gjp(kit)) %description This package has been automatically created by gjp in order to satisfy build time dependencies of some Java packages. It should not be used except for rebuilding those packages and it should never be installed on end users' systems. %prep %setup -q %build # nothing to do, gjp kits are precompiled by design %install install -d -m 0755 %{buildroot}%{_datadir}/gjp/%{name}/ cp -a * %{buildroot}%{_datadir}/gjp/%{name}/ %files %defattr(-,root,root) %{_datadir}/gjp/%{name}/ %changelog
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gjp-0.13.1 | lib/template/kit.spec |