Remove all remaining mentions of "subscriptions"
This commit is contained in:
parent
4aa750a0fe
commit
fff21fdff6
15 changed files with 45 additions and 71 deletions
25
starter-cockpit.spec
Normal file
25
starter-cockpit.spec
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
Name: starter-cockpit
|
||||
Version: 1
|
||||
Release: 0
|
||||
Summary: Cockpit Starter Kit Example Module
|
||||
License: LGPLv2.1+
|
||||
|
||||
Source: starter-cockpit.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%define debug_package %{nil}
|
||||
|
||||
%description
|
||||
Cockpit Starter Kit Example Module
|
||||
|
||||
%prep
|
||||
%setup -n starter-cockpit
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
make install-only DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f >> files.list
|
||||
sed -i "s|%{buildroot}||" *.list
|
||||
|
||||
%files -f files.list
|
||||
Loading…
Add table
Add a link
Reference in a new issue