upgrade
This commit is contained in:
parent
5dc83f329e
commit
88e281fd67
@ -1 +1 @@
|
||||
openscap-0.5.2.tar.gz
|
||||
openscap-0.5.5.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user