Package init
This commit is contained in:
commit
84181617cc
1310
0001-plugins-Update-translations.patch
Normal file
1310
0001-plugins-Update-translations.patch
Normal file
File diff suppressed because it is too large
Load Diff
1833
0002-plugins-Update-translations.patch
Normal file
1833
0002-plugins-Update-translations.patch
Normal file
File diff suppressed because it is too large
Load Diff
BIN
setroubleshoot-plugins-3.3.9.tar.gz
Normal file
BIN
setroubleshoot-plugins-3.3.9.tar.gz
Normal file
Binary file not shown.
40
setroubleshoot-plugins.spec
Normal file
40
setroubleshoot-plugins.spec
Normal file
@ -0,0 +1,40 @@
|
||||
Name: setroubleshoot-plugins
|
||||
Version: 3.3.9
|
||||
Release: 7
|
||||
Summary: Analysis plugins for setroubleshoot
|
||||
License: GPLv3
|
||||
URL: https://github.com/fedora-selinux/setroubleshoot
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Patch1: 0001-plugins-Update-translations.patch
|
||||
Patch2: 0002-plugins-Update-translations.patch
|
||||
|
||||
BuildRequires: gcc perl-XML-Parser intltool gettext python3-devel
|
||||
Requires: setroubleshoot-server >= 3.3.13
|
||||
|
||||
%description
|
||||
These are the analysis plugins for setroubleshoot.
|
||||
|
||||
%prep
|
||||
%autosetup -p2
|
||||
|
||||
%build
|
||||
%configure PYTHON=/usr/bin/python3
|
||||
make PYTHON=/usr/bin/python3
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} PYTHON=/usr/bin/python3 pkgdocdir=%{_docdir}/%{name} install
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc %{_docdir}/%{name}
|
||||
%{_datadir}/setroubleshoot/plugins
|
||||
|
||||
%changelog
|
||||
* Thu Sep 5 2019 openEuler Buildteam <buildteam@openeuler.org> -3.3.9-7
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user