cockpit/specfile: add initial specfile
This commit is contained in:
parent
7824d047db
commit
a01bc0d1de
1 changed files with 37 additions and 0 deletions
37
cockpit/cockpit-image-builder.spec
Normal file
37
cockpit/cockpit-image-builder.spec
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
Name: cockpit-image-builder
|
||||
Version: 1
|
||||
Release: 1%{?dist}
|
||||
Summary: image builder frontend for use with Cockpit
|
||||
|
||||
License: Apache
|
||||
URL: http://osbuild.org/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: make
|
||||
BuildRequires: nodejs
|
||||
|
||||
Requires: cockpit
|
||||
Requires: osbuild-composer >= 103
|
||||
|
||||
%description
|
||||
The image-builder-frontend generates custom images suitable for deploying systems or uploading to
|
||||
the cloud. It integrates into Cockpit as a frontend for osbuild.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
# Nothing to build
|
||||
|
||||
%install
|
||||
%make_install PREFIX=/usr
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
%files
|
||||
%doc cockpit/README.md
|
||||
%license LICENSE
|
||||
%{_datadir}/cockpit/cockpit-image-builder
|
||||
%{_datadir}/metainfo/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue