]> git.pld-linux.org Git - packages/secilc.git/commitdiff
- updated to 2.7 auto/th/secilc-2.7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 16 Nov 2017 20:09:53 +0000 (21:09 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 16 Nov 2017 20:09:53 +0000 (21:09 +0100)
secilc.spec

index bcfdb487d9c7d5bc77427752279e9c4e2787a426..76c8b0d495d172e49a229a296d55217e00d3265a 100644 (file)
@@ -9,19 +9,19 @@
 Summary:       SELinux Common Intermediate Language (CIL) Compiler
 Summary(pl.UTF-8):     Kompilator języka pośredniego (CIL) SELinuksa
 Name:          secilc
-Version:       2.6
+Version:       2.7
 Release:       1
 License:       BSD
 Group:         Applications
 #Source0Download: https://github.com/SELinuxProject/selinux/wiki/Releases
-Source0:       https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/%{name}-%{version}.tar.gz
-# Source0-md5: 38c06fb8d97206a12016b4516ee23efc
+Source0:       https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/%{name}-%{version}.tar.gz
+# Source0-md5: 301a4e477bc7214be16558f7c2dcbcff
 URL:           https://github.com/SELinuxProject/cil/wiki
 BuildRequires: gcc >= 6:4.5.1
-BuildRequires: libsepol-devel >= 2.6
+BuildRequires: libsepol-devel >= 2.7
 %{?with_doc:BuildRequires:     pandoc}
 BuildRequires: xmlto
-Requires:      libsepol >= 2.6
+Requires:      libsepol >= 2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -58,6 +58,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog README %{?with_doc:docs/html}
+%doc COPYING README %{?with_doc:docs/html}
+%attr(755,root,root) %{_bindir}/secil2conf
 %attr(755,root,root) %{_bindir}/secilc
+%{_mandir}/man8/secil2conf.8*
 %{_mandir}/man8/secilc.8*
This page took 0.160432 seconds and 4 git commands to generate.