]> git.pld-linux.org Git - packages/checkpolicy.git/blobdiff - checkpolicy.spec
up to 3.6
[packages/checkpolicy.git] / checkpolicy.spec
index 4eafbe8d83f445a571c8774b9dc942ce775b93c0..6bd6d6d6e978417d7cf2b6c6e9530a0425040265 100644 (file)
@@ -1,19 +1,19 @@
 Summary:       SELinux policy compiler
 Summary(pl.UTF-8):     Kompilator polityki SELinux
 Name:          checkpolicy
-Version:       2.8
+Version:       3.6
 Release:       1
 License:       GPL v2
 Group:         Development
 #Source0Download: https://github.com/SELinuxProject/selinux/wiki/Releases
-Source0:       https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/%{name}-%{version}.tar.gz
-# Source0-md5: 5d23a3209048c8cf70f3c13c4ce4245f
+Source0:       https://github.com/SELinuxProject/selinux/releases/download/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: ae3c281bc0dc43e8a9b335821580eaaa
 URL:           https://github.com/SELinuxProject/selinux/wiki
 BuildRequires: bison
 BuildRequires: flex
-BuildRequires: libselinux-devel >= 2.8
+BuildRequires: libselinux-devel >= 3.6
 # it uses libsepol symbols not exported in shared library
-BuildRequires: libsepol-static >= 2.8
+BuildRequires: libsepol-static >= 3.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -60,8 +60,7 @@ wymagany do zbudowania polityki.
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       LIBSEPOLA=%{_libdir}/libsepol.a
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.047265 seconds and 4 git commands to generate.