Greg Freemyer
2015-05-15 14:39:49 +00:00
committed by Git OBS Bridge
parent 7eec5856b6
commit be4bac2149

View File

@@ -24,7 +24,7 @@ Summary: Digital Forensics Artifact Repository
License: Apache-2.0
Group: Productivity/Security
Url: https://github.com/ForensicArtifacts/artifacts/wiki
Source: https://github.com/ForensicArtifacts/artifacts/releases/download/%timestamp/artifacts-%timestamp.tar.gz
Source: https://github.com/ForensicArtifacts/artifacts/releases/download/%{timestamp}/artifacts-%{timestamp}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -41,10 +41,10 @@ For some background on the artifacts system and how we expect it to be used see
Summary: Digital Forensics Artifact Repository Validator
Group: Productivity/Security
BuildRequires: python-setuptools
Requires: artifacts
Requires: artifacts
%description validator
Python modules and app to validate the artifact data. It is possible some apps directly call these python modules
Python modules and app to validate the artifact data. It is possible some apps directly call these python modules
but by design they should work directly with the YAML files themselves and not use these python modules.
%prep
@@ -59,13 +59,13 @@ python setup.py install --root=%{buildroot} --prefix=%{_prefix}
%files
%defattr(-,root,root)
%doc ACKNOWLEDGEMENTS AUTHORS LICENSE README
/usr/share/artifacts
%{_datadir}/artifacts
%files validator
%defattr(-,root,root)
%doc ACKNOWLEDGEMENTS AUTHORS LICENSE README
%{python_sitelib}/artifacts-%{timestamp}-py2.7.egg-info
%{python_sitelib}/artifacts
/usr/bin/validator.py
%{_bindir}/validator.py
%changelog