rpms/openscap/devel .cvsignore, 1.2, 1.3 openscap.spec, 1.1, 1.2 sources, 1.2, 1.3

Peter Vrabec pvrabec at fedoraproject.org
Fri Apr 24 08:40:21 UTC 2009


Author: pvrabec

Update of /cvs/extras/rpms/openscap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32749

Modified Files:
	.cvsignore openscap.spec sources 
Log Message:
uprgade



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/openscap/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	31 Mar 2009 07:40:00 -0000	1.2
+++ .cvsignore	24 Apr 2009 08:39:51 -0000	1.3
@@ -1 +1 @@
-openscap-0.1.4.tar.gz
+openscap-0.3.2.tar.gz


Index: openscap.spec
===================================================================
RCS file: /cvs/extras/rpms/openscap/devel/openscap.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openscap.spec	31 Mar 2009 07:40:00 -0000	1.1
+++ openscap.spec	24 Apr 2009 08:39:51 -0000	1.2
@@ -1,7 +1,8 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           openscap
-Version:        0.1.4
+Version:        0.3.2
 Release:        1%{?dist}
 Summary:        Set of open source libraries enabling integration of the SCAP line of standards
 Group:          System Environment/Libraries
@@ -38,11 +39,20 @@
 The %{name}-python package contains the bindings so that %{name}
 libraries can be used by python.
 
+%package        perl
+Summary:        Perl bindings for %{name}
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+
+%description    perl
+The %{name}-perl package contains the bindings so that %{name}
+libraries can be used by perl.
+
 %prep
 %setup -q
 
 %build
-%configure --disable-static --disable-oval
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -66,6 +76,11 @@
 %defattr(-,root,root,-)
 %{python_sitearch}/*
 
+%files perl
+%defattr(-,root,root,-)
+%{perl_vendorarch}/*
+%{perl_vendorlib}/*
+
 %files devel
 %defattr(-,root,root,-)
 %doc docs/{html,latex}
@@ -74,6 +89,9 @@
 
 
 %changelog
+* Thu Apr 23 2009 Peter Vrabec <pvrabec at redhat.com> 0.3.2-1
+- upgrade
+
 * Sun Mar 29 2009 Peter Vrabec <pvrabec at redhat.com> 0.1.4-1
 - upgrade
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/openscap/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	31 Mar 2009 07:40:00 -0000	1.2
+++ sources	24 Apr 2009 08:39:51 -0000	1.3
@@ -1 +1 @@
-346a1ab5485fe751f8de2b6660ec886b  openscap-0.1.4.tar.gz
+511064e5893ef6cc8bfed56b69d86186  openscap-0.3.2.tar.gz




More information about the scm-commits mailing list