apparmor-rpm-macros/apparmor-rpm-macros.spec

44 lines
1.4 KiB
RPMSpec
Raw Normal View History

#
# spec file for package apparmor-rpm-macros
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: apparmor-rpm-macros
Version: 1.0
Release: 0
License: LGPL-2.1+
Summary: RPM macros used to setup apparmor profiles
Url: https://bugs.launchpad.net/apparmor
Group: System/Base
Source: macros.apparmor
Requires: coreutils
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Package that provides RPM macros used to setup apparmor profiles for packaging.
%prep
%build
%install
mkdir -p %{buildroot}%{_sysconfdir}/rpm
install -m644 %{S:0} %{buildroot}%{_sysconfdir}/rpm
%files
%defattr(-,root,root)
%config %{_sysconfdir}/rpm/macros.apparmor