Sha256: 22f1638d90c28b444ba92044e79c4f57cb026301965df92df8d729f35d7ec53d

Contents?: true

Size: 1.78 KB

Versions: 1

Compression:

Stored size: 1.78 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
BuildRequires:  java-devel
BuildArch:      noarch
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}/
mv README.SUSE ../
cp -a * %{buildroot}%{_datadir}/gjp/%{name}/

%files
%defattr(-,root,root)
%doc ../README.SUSE
%{_datadir}/gjp
%{_datadir}/gjp/%{name}/

%changelog

Version data entries

1 entries across 1 versions & 1 rubygems

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