SPECS: libselinux.spec - updated to 1.30
qboosh
qboosh at pld-linux.org
Sun Mar 19 13:02:20 CET 2006
Author: qboosh Date: Sun Mar 19 12:02:20 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.30
---- Files affected:
SPECS:
libselinux.spec (1.47 -> 1.48)
---- Diffs:
================================================================
Index: SPECS/libselinux.spec
diff -u SPECS/libselinux.spec:1.47 SPECS/libselinux.spec:1.48
--- SPECS/libselinux.spec:1.47 Tue Dec 27 10:02:57 2005
+++ SPECS/libselinux.spec Sun Mar 19 13:02:14 2006
@@ -6,19 +6,19 @@
Summary: SELinux library and simple utilities
Summary(pl): Biblioteka SELinux i proste narzędzia
Name: libselinux
-Version: 1.28
-Release: 2
+Version: 1.30
+Release: 1
Epoch: 0
License: Public Domain
Group: Libraries
Source0: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
-# Source0-md5: 7e121e125b52913237df458ff610e983
+# Source0-md5: 0b7d269c9b7d847059e4b11a710ab404
URL: http://www.nsa.gov/selinux/
BuildRequires: glibc-devel >= 6:2.3
-BuildRequires: libsepol-devel >= 1.10
+BuildRequires: libsepol-devel >= 1.12
%{?with_python:BuildRequires: python-devel}
%{?with_python:BuildRequires: rpm-pythonprov}
-Requires: libsepol >= 1.10
+Requires: libsepol >= 1.12
Obsoletes: selinux-libs
Conflicts: SysVinit < 2.86-4
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -111,20 +111,18 @@
%setup -q
%build
-%{__make} \
+%{__make} all %{?with_python:pywrap} \
CC="%{__cc}" \
CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
- LIBDIR=%{_libdir} \
- %{!?with_python:SWIGSO=}
+ LIBDIR=%{_libdir}
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+%{__make} install %{?with_python:install-pywrap} \
LIBDIR="$RPM_BUILD_ROOT%{_libdir}" \
SHLIBDIR="$RPM_BUILD_ROOT/%{_lib}" \
- DESTDIR="$RPM_BUILD_ROOT" \
- %{!?with_python:SWIGSO= SWIGFILES="-d"}
+ DESTDIR="$RPM_BUILD_ROOT"
# make symlink across / absolute
ln -sf /%{_lib}/$(cd $RPM_BUILD_ROOT/%{_lib} ; echo libselinux.so.*) \
@@ -169,6 +167,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.48 2006/03/19 12:02:14 qboosh
+- updated to 1.30
+
Revision 1.47 2005/12/27 09:02:57 qboosh
- added python bcond
- pass LIBDIR to make to avoid -L/usr/lib on lib64-based platforms
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libselinux.spec?r1=1.47&r2=1.48&f=u
More information about the pld-cvs-commit
mailing list