mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-27 07:34:37 +02:00
create spec file for RPM packaging
This commit is contained in:
parent
1ba43c7bf2
commit
282bf8afb2
36
el/cockpit-navigator.spec
Normal file
36
el/cockpit-navigator.spec
Normal file
@ -0,0 +1,36 @@
|
||||
Name: cockpit-navigator
|
||||
Version: 0.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A File System Browser for Cockpit.
|
||||
License: GPL-3.0+
|
||||
URL: github.com/45drives/cockpit-navigator/blob/main/README.md
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
Requires: cockpit python3
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
%description
|
||||
Cockpit Navigator
|
||||
A File System Browser for Cockpit.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# empty
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}
|
||||
cp -a * %{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
/usr/share/cockpit/samba-navigator/*
|
||||
|
||||
%changelog
|
||||
* Fri May 28 2021 Josh Boudreau <jboudreau@45drives.com> 0.1.0-1
|
||||
- First Build
|
Loading…
x
Reference in New Issue
Block a user