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
Version: 0.4.5
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 rsync zip
Name: ::package_name::
Version: ::package_version::
Release: ::package_build_version::%{?dist}
Summary: ::package_description_short::
License: ::package_licence::
URL: ::package_url::
Source0: %{name}-%{version}.tar.gz
BuildArch: ::package_architecture_rpm::
Requires: ::package_dependencies_rpm::
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
Cockpit Navigator
A File System Browser for Cockpit.
::package_title::
::package_description_long::
%prep
%setup -q

View File

@ -1,13 +1,12 @@
Source: cockpit-navigator
Section: utils
Priority: optional
Maintainer: Josh Boudreau <jboudreau@45drives.com>
Source: ::package_name::
Section: ::package_category::
Priority: ::package_priority::
Maintainer: ::package_author::
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.4.1
Homepage: https://github.com/45Drives/cockpit-navigator
Homepage: ::package_url::
Package: cockpit-navigator
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
cockpit, python3, rsync, zip
Description: A File System Browser for Cockpit.
Package: ::package_name::
Architecture: ::package_architecture_deb::
Depends: ::package_dependencies_deb::
Description: ::package_description_short::

View File

@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cockpit-navigator
Upstream-Contact: Josh Boudreau <jboudreau@45drives.com>
Source: https://github.com/45Drives/cockpit-navigator
Upstream-Name: ::package_name::
Upstream-Contact: ::package_author::
Source: ::package_url::
Files: *
Copyright: 2021 Josh Boudreau <jboudreau@45drives.com>