mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-30 00:55:30 +02:00
add placeholder fields for autopackaging
This commit is contained in:
parent
897eeea1b5
commit
16cba5220e
@ -1,18 +1,18 @@
|
|||||||
Name: cockpit-navigator
|
Name: ::package_name::
|
||||||
Version: 0.4.5
|
Version: ::package_version::
|
||||||
Release: 1%{?dist}
|
Release: ::package_build_version::%{?dist}
|
||||||
Summary: A File System Browser for Cockpit.
|
Summary: ::package_description_short::
|
||||||
License: GPL-3.0+
|
License: ::package_licence::
|
||||||
URL: github.com/45drives/cockpit-navigator/blob/main/README.md
|
URL: ::package_url::
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: ::package_architecture_rpm::
|
||||||
Requires: cockpit python3 rsync zip
|
Requires: ::package_dependencies_rpm::
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cockpit Navigator
|
::package_title::
|
||||||
A File System Browser for Cockpit.
|
::package_description_long::
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
Source: cockpit-navigator
|
Source: ::package_name::
|
||||||
Section: utils
|
Section: ::package_category::
|
||||||
Priority: optional
|
Priority: ::package_priority::
|
||||||
Maintainer: Josh Boudreau <jboudreau@45drives.com>
|
Maintainer: ::package_author::
|
||||||
Build-Depends: debhelper-compat (= 12)
|
Build-Depends: debhelper-compat (= 12)
|
||||||
Standards-Version: 4.4.1
|
Standards-Version: 4.4.1
|
||||||
Homepage: https://github.com/45Drives/cockpit-navigator
|
Homepage: ::package_url::
|
||||||
|
|
||||||
Package: cockpit-navigator
|
Package: ::package_name::
|
||||||
Architecture: all
|
Architecture: ::package_architecture_deb::
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
Depends: ::package_dependencies_deb::
|
||||||
cockpit, python3, rsync, zip
|
Description: ::package_description_short::
|
||||||
Description: A File System Browser for Cockpit.
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: cockpit-navigator
|
Upstream-Name: ::package_name::
|
||||||
Upstream-Contact: Josh Boudreau <jboudreau@45drives.com>
|
Upstream-Contact: ::package_author::
|
||||||
Source: https://github.com/45Drives/cockpit-navigator
|
Source: ::package_url::
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2021 Josh Boudreau <jboudreau@45drives.com>
|
Copyright: 2021 Josh Boudreau <jboudreau@45drives.com>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user