Minor spec file fixes

Use @VERSION@ substitution replaced from Makefile.

Remove cockpit-starter-kit example spec file.
This commit is contained in:
Justin Stephenson 2019-09-11 11:12:03 -04:00
parent 7c15858444
commit e02df0759c
2 changed files with 1 additions and 28 deletions

View file

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

View file

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