Sha256: bb16247cf8b6e814c3bc894c3a730cf7b54a0b4f5ac2ac03ce6e595f68a65f86

Contents?: true

Size: 1.71 KB

Versions: 1

Compression:

Stored size: 1.71 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 gjp project <%= name %>
Url:            https://github.com/SilvioMoioli/gjp
Group:          Development/Libraries/Java
Source0:        %{name}.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
BuildRequires:  xz
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 -c

%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/

%changelog

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gjp-0.19.0 lib/template/kit.spec