secilc-2.5-0.1.rc1

Update to upstream rc1 release 2016-01-07
This commit is contained in:
Petr Lautrbach 2016-02-21 13:54:22 +01:00
parent d5dcf33ea4
commit 762c837ef1
3 changed files with 15 additions and 18 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libsepol-2.4.tar.gz
/secilc-2.5-rc1.tar.gz

View File

@ -1,13 +1,13 @@
Name: secilc
Version: 2.4
Release: 7%{?dist}
Version: 2.5
Release: 0.1.rc1%{?dist}
Summary: The SELinux CIL Compiler
License: BSD
URL: https://github.com/SELinuxProject/selinux/wiki
Source0: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/libsepol-2.4.tar.gz
Source0: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160107/secilc-2.5-rc1.tar.gz
BuildRequires: libsepol-static >= 2.4, dblatex, flex, xmlto
BuildRequires: libsepol-static >= 2.5, dblatex, flex, xmlto, pandoc
%description
The SELinux CIL Compiler is a compiler that converts the CIL language as
@ -28,39 +28,35 @@ http://github.com/SELinuxProject/cil/wiki/
for more information about the goals and features on the CIL language.
%prep
%setup -q -n libsepol-2.4
%setup -q -n secilc-2.5-rc1
%build
pushd cil
make %{?_smp_mflags} CFLAGS="%{optflags}" LIBSEPOL_STATIC=%{_libdir}/libsepol.a
pushd docs
make %{?_smp_mflags}
popd
popd
%install
pushd cil
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man8
install -p secilc %{buildroot}%{_bindir}
install -m 644 -p docs/man8/secilc.8 %{buildroot}%{_mandir}/man8
popd
make %{?_smp_mflags} DESTDIR="%{buildroot}" SBINDIR="%{buildroot}%{_sbindir}" LIBDIR="%{buildroot}%{_libdir}" install
%files
%{_bindir}/secilc
%{_mandir}/man8/secilc.8.gz
%license cil/COPYING
%license COPYING
%files doc
%doc cil/docs/html
%doc cil/docs/pdf
%license cil/COPYING
%doc docs/html
%doc docs/pdf
%license COPYING
%changelog
* Sun Feb 21 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-0.1.rc1
- Update to upstream rc1 release 2016-01-07
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
8a75d27acf17af1911797e6b12986b50 libsepol-2.4.tar.gz
053dd6426d1fd7f69a976bab957035a2 secilc-2.5-rc1.tar.gz