Minor spec file fixes
Use @VERSION@ substitution replaced from Makefile. Remove cockpit-starter-kit example spec file.
This commit is contained in:
parent
7c15858444
commit
e02df0759c
2 changed files with 1 additions and 28 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
Name: cockpit-session-recording
|
Name: cockpit-session-recording
|
||||||
Version: 1
|
Version: @VERSION@
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cockpit Session Recording
|
Summary: Cockpit Session Recording
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
Name: cockpit-starter-kit
|
|
||||||
Version: @VERSION@
|
|
||||||
Release: 1%{?dist}
|
|
||||||
Summary: Cockpit Starter Kit Example Module
|
|
||||||
License: LGPLv2+
|
|
||||||
|
|
||||||
Source: cockpit-starter-kit-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
BuildRequires: libappstream-glib
|
|
||||||
|
|
||||||
%define debug_package %{nil}
|
|
||||||
|
|
||||||
%description
|
|
||||||
Cockpit Starter Kit Example Module
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -n cockpit-starter-kit
|
|
||||||
|
|
||||||
%install
|
|
||||||
%make_install
|
|
||||||
|
|
||||||
%files
|
|
||||||
%{_datadir}/cockpit/*
|
|
||||||
%{_datadir}/metainfo/*
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue