This commit is contained in:
Peter Vrabec 2009-04-30 11:57:28 +00:00
parent 04cdd0032b
commit 3736043173
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
openscap-0.3.2.tar.gz openscap-0.3.3.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)")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: openscap Name: openscap
Version: 0.3.2 Version: 0.3.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Set of open source libraries enabling integration of the SCAP line of standards Summary: Set of open source libraries enabling integration of the SCAP line of standards
Group: System Environment/Libraries Group: System Environment/Libraries
@ -10,8 +10,7 @@ License: LGPLv2+
URL: http://www.open-scap.org/ URL: http://www.open-scap.org/
Source0: http://open-scap.org/download/%{name}-%{version}.tar.gz Source0: http://open-scap.org/download/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: swig python-devel BuildRequires: swig pcre-devel libxml2-devel
BuildRequires: pcre-devel libxml2-devel
Requires(post): /sbin/ldconfig Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig Requires(postun): /sbin/ldconfig
@ -34,6 +33,7 @@ developing applications that use %{name}.
Summary: Python bindings for %{name} Summary: Python bindings for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
BuildRequires: python-devel
%description python %description python
The %{name}-python package contains the bindings so that %{name} The %{name}-python package contains the bindings so that %{name}
@ -43,6 +43,7 @@ libraries can be used by python.
Summary: Perl bindings for %{name} Summary: Perl bindings for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
BuildRequires: perl-devel
%description perl %description perl
The %{name}-perl package contains the bindings so that %{name} The %{name}-perl package contains the bindings so that %{name}
@ -89,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Apr 30 2009 Peter Vrabec <pvrabec@redhat.com> 0.3.3-1
- upgrade
* Thu Apr 23 2009 Peter Vrabec <pvrabec@redhat.com> 0.3.2-1 * Thu Apr 23 2009 Peter Vrabec <pvrabec@redhat.com> 0.3.2-1
- upgrade - upgrade

View File

@ -1 +1 @@
511064e5893ef6cc8bfed56b69d86186 openscap-0.3.2.tar.gz eb9278719d0668a2ae04146b1706e054 openscap-0.3.3.tar.gz