mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-30 00:55:30 +02:00
migrate to autofill-jq for auto-packaging
This commit is contained in:
parent
2985fb795f
commit
65e3936fda
@ -1,20 +1,22 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: ::package_name::
|
||||
Version: ::package_version::
|
||||
Release: ::package_build_version::%{?dist}
|
||||
Summary: ::package_description_short::
|
||||
License: ::package_licence::
|
||||
URL: ::package_url::
|
||||
Name: @@ .name @@
|
||||
Version: @@ .version @@
|
||||
Release: @@ .buildVersion @@%{?dist}
|
||||
Summary: @@ .description.short @@
|
||||
License: @@ .licence @@
|
||||
URL: @@ .url @@
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildArch: ::package_architecture_el::
|
||||
Requires: ::package_dependencies_el::
|
||||
BuildArch: @@ .architecture.el @@
|
||||
Requires: @@ .dependencies.el @@
|
||||
Vendor: 45Drives
|
||||
Packager: @@ .changelog.packager @@
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
%description
|
||||
::package_title::
|
||||
::package_description_long::
|
||||
@@ .title @@
|
||||
@@ .description.long @@
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -109,4 +111,4 @@ rm -rf %{buildroot}
|
||||
entries.
|
||||
- Add custom right click menu.
|
||||
* Fri May 28 2021 Josh Boudreau <jboudreau@45drives.com> 0.1.0-1
|
||||
- First Build
|
||||
- First Build
|
@ -1,20 +1,22 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: ::package_name::
|
||||
Version: ::package_version::
|
||||
Release: ::package_build_version::%{?dist}
|
||||
Summary: ::package_description_short::
|
||||
License: ::package_licence::
|
||||
URL: ::package_url::
|
||||
Name: @@ .name @@
|
||||
Version: @@ .version @@
|
||||
Release: @@ .buildVersion @@%{?dist}
|
||||
Summary: @@ .description.short @@
|
||||
License: @@ .licence @@
|
||||
URL: @@ .url @@
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildArch: ::package_architecture_el::
|
||||
Requires: ::package_dependencies_el::
|
||||
BuildArch: @@ .architecture.el @@
|
||||
Requires: @@ .dependencies.el @@
|
||||
Vendor: 45Drives
|
||||
Packager: @@ .changelog.packager @@
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
%description
|
||||
::package_title::
|
||||
::package_description_long::
|
||||
@@ .title @@
|
||||
@@ .description.long @@
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -32,6 +34,8 @@ rm -rf %{buildroot}
|
||||
/usr/share/cockpit/navigator/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 06 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-2
|
||||
- Add file and coreutils dependencies.
|
||||
* Wed Dec 01 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-1
|
||||
- Fix non-root user file downloads.
|
||||
* Mon Nov 29 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.7-1
|
||||
@ -109,4 +113,4 @@ rm -rf %{buildroot}
|
||||
entries.
|
||||
- Add custom right click menu.
|
||||
* Fri May 28 2021 Josh Boudreau <jboudreau@45drives.com> 0.1.0-1
|
||||
- First Build
|
||||
- First Build
|
@ -1,12 +0,0 @@
|
||||
Source: ::package_name::
|
||||
Section: ::package_category::
|
||||
Priority: ::package_priority::
|
||||
Maintainer: ::package_author::
|
||||
Build-Depends: debhelper-compat (= 12)
|
||||
Standards-Version: 4.4.1
|
||||
Homepage: ::package_url::
|
||||
|
||||
Package: ::package_name::
|
||||
Architecture: ::package_architecture_deb::
|
||||
Depends: ::package_dependencies_deb::
|
||||
Description: ::package_description_short::
|
14
packaging/focal/control.afjq
Normal file
14
packaging/focal/control.afjq
Normal file
@ -0,0 +1,14 @@
|
||||
Source: @@.name@@
|
||||
Section: @@.category@@
|
||||
Priority: @@.priority@@
|
||||
Maintainer: @@.author@@
|
||||
Build-Depends: debhelper-compat (= 12)
|
||||
@@.buildDependencies.deb@@
|
||||
Standards-Version: 4.4.1
|
||||
Homepage: @@.url@@
|
||||
|
||||
Package: @@.name@@
|
||||
Architecture: @@.architecture.deb@@
|
||||
Depends: @@.dependencies.deb@@
|
||||
Description: @@.description.short@@
|
||||
@@.description.long@@
|
Loading…
x
Reference in New Issue
Block a user