From 0c69aca216dee23cfe2e8b66ab30a1247da4b8ca9c2685a0d8606637803ed252 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 19 Nov 2009 12:51:01 +0000 Subject: [PATCH] initial 0.5.5 import - open SCAP protocol implementation OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++++ .gitignore | 1 + openscap-0.5.5.tar.bz2 | 3 ++ openscap.changes | 5 ++++ openscap.spec | 64 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 96 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 openscap-0.5.5.tar.bz2 create mode 100644 openscap.changes create mode 100644 openscap.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/openscap-0.5.5.tar.bz2 b/openscap-0.5.5.tar.bz2 new file mode 100644 index 0000000..c5d5e49 --- /dev/null +++ b/openscap-0.5.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17ff009774bafea2cbf6bb2f7c0249be9cdc389d5f2821de1a45d7d8b162b8e +size 1544419 diff --git a/openscap.changes b/openscap.changes new file mode 100644 index 0000000..d983404 --- /dev/null +++ b/openscap.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Thu Nov 19 13:50:12 CET 2009 - meissner@suse.de + +- initial 0.5.5 import + - open SCAP protocol implementation diff --git a/openscap.spec b/openscap.spec new file mode 100644 index 0000000..4794427 --- /dev/null +++ b/openscap.spec @@ -0,0 +1,64 @@ +# +# spec file for package openscap (Version 0.5.5) +# +# Copyright (c) 2009 SUSE LINUX Products 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: openscap +License: GPL v3 or later +Group: Development/Tools/Other +AutoReqProv: on +Summary: A Friendly Greeting Program +Version: 0.5.5 +Release: 1 +Source0: http://www.open-scap.org/download/%name-%version.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +OpenSCAP is a set of open source libraries providing an easier path for +integration of the SCAP line of standards. + +SCAP is a line of standards managed by NIST with the goal of providing +a standard language for the expression of Computer Network Defense +related information. + +More information about SCAP can be found at nvd.nist.gov. + +%prep +%setup -q + +%build +%configure +make + +%check +make check + +%install +make install DESTDIR=$RPM_BUILD_ROOT +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(-, root, root) +%doc COPYING TODO NEWS README THANKS ABOUT-NLS +%{_bindir}/* +%{_infodir}/*.gz +%{_mandir}/*/* + +%changelog