This commit is contained in:
Peter Vrabec 2009-11-12 14:59:52 +00:00
parent 5dc83f329e
commit 88e281fd67
3 changed files with 12 additions and 5 deletions

View File

@ -1 +1 @@
openscap-0.5.2.tar.gz
openscap-0.5.5.tar.gz

View File

@ -2,7 +2,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: openscap
Version: 0.5.2
Version: 0.5.5
Release: 1%{?dist}
Summary: Set of open source libraries enabling integration of the SCAP line of standards
Group: System Environment/Libraries
@ -12,6 +12,7 @@ Source0: http://open-scap.org/download/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: swig pcre-devel libxml2-devel
BuildRequires: rpm-devel
BuildRequires: libnl-devel
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@ -54,7 +55,7 @@ libraries can be used by perl.
%setup -q
%build
%configure --enable-probes --enable-probes-independent --enable-probes-unix --enable-probes-redhat
%configure
make %{?_smp_mflags}
%install
@ -86,12 +87,18 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root,-)
%doc docs/{html,latex}
%doc docs/{html,latex,examples}/
%{_includedir}/*
%{_libdir}/*.so
%changelog
* Thu Nov 12 2009 Peter Vrabec <pvrabec@redhat.com> 0.5.5-1
- upgrade
* Tue Sep 29 2009 Peter Vrabec <pvrabec@redhat.com> 0.5.3-1
- upgrade
* Wed Aug 19 2009 Peter Vrabec <pvrabec@redhat.com> 0.5.2-1
- upgrade

View File

@ -1 +1 @@
b4b98f8ddb092c1a8dc8e1b6552034dd openscap-0.5.2.tar.gz
15b573ccd16c6da457c8602adacb381e openscap-0.5.5.tar.gz