This commit is contained in:
Peter Vrabec 2009-08-03 13:59:47 +00:00
parent 6169a26006
commit bbbc17a11e
3 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
openscap-0.3.3.tar.gz
openscap-0.5.1.tar.gz

View File

@ -2,8 +2,8 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: openscap
Version: 0.3.3
Release: 2%{?dist}
Version: 0.5.1
Release: 1%{?dist}
Summary: Set of open source libraries enabling integration of the SCAP line of standards
Group: System Environment/Libraries
License: LGPLv2+
@ -53,7 +53,7 @@ libraries can be used by perl.
%setup -q
%build
%configure
%configure --enable-probes --enable-probes-independent --enable-probes-unix --enable-probes-redhat
make %{?_smp_mflags}
%install
@ -72,6 +72,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/*.so.*
%{_libexecdir}/*
%files python
%defattr(-,root,root,-)
@ -90,8 +91,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Aug 03 2009 Peter Vrabec <pvrabec@redhat.com> 0.5.1-1
- upgrade
* Thu Apr 30 2009 Peter Vrabec <pvrabec@redhat.com> 0.3.3-1
- upgrade
@ -110,3 +111,4 @@ rm -rf $RPM_BUILD_ROOT
* Thu Jan 15 2009 Tomas Heinrich <theinric@redhat.com> 0.1.1-1
- Initial rpm

View File

@ -1 +1 @@
eb9278719d0668a2ae04146b1706e054 openscap-0.3.3.tar.gz
5cd265229008e8c25468014fbc99b062 openscap-0.5.1.tar.gz