add placeholder fields for autopackaging

This commit is contained in:
joshuaboud 2021-06-18 11:16:43 -03:00
parent 897eeea1b5
commit 16cba5220e
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
3 changed files with 23 additions and 24 deletions

View File

@ -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

View File

@ -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.

View File

@ -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>