- smp_mflag
This commit is contained in:
parent
e1e36a0421
commit
5866f48366
@ -2,7 +2,7 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.0.46
|
Version: 2.0.46
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||||
@ -54,8 +54,8 @@ needed for developing SELinux applications.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
make CFLAGS="-g %{optflags}" swigify
|
make CFLAGS="-g %{optflags}" %{?_smp_mflags} swigify
|
||||||
make CFLAGS="-g %{optflags}" all pywrap
|
make CFLAGS="-g %{optflags}" %{?_smp_mflags} all pywrap
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -123,6 +123,9 @@ exit 0
|
|||||||
%{_libdir}/python*/site-packages/selinux.py*
|
%{_libdir}/python*/site-packages/selinux.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 3 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.46-3
|
||||||
|
- smp_mflag
|
||||||
|
|
||||||
* Thu Jan 3 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.46-2
|
* Thu Jan 3 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.46-2
|
||||||
- Fix spec file caused by spec review
|
- Fix spec file caused by spec review
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user