~ubuntu-branches/ubuntu/gutsy/checkpolicy/gutsy

« back to all changes in this revision

Viewing changes to checkpolicy.spec

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2004-11-24 14:01:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041124140141-2w64gbhqynveunlv
Tags: 1.18-2
Update download location and copyright file, since the locations we
were pointing to are now forbidden (return a code 403).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Summary: SELinux policy compiler
2
2
Name: checkpolicy
3
 
Version: 1.10
 
3
Version: 1.18
4
4
Release: 1
5
5
License: GPL
6
6
Group: Development/System
7
 
Source: http://www.nsa.gov/selinux/archives/checkpolicy-1.10.tgz
 
7
Source: http://www.nsa.gov/selinux/archives/checkpolicy-%{version}.tgz
8
8
Prefix: %{_prefix}
9
9
BuildRoot: %{_tmppath}/%{name}-buildroot
 
10
BuildRequires: byacc flex libsepol-devel 
 
11
Requires: libsepol 
10
12
 
11
13
%description
12
14
Security-enhanced Linux is a patch of the Linux® kernel and a number
26
28
%setup -q
27
29
 
28
30
%build
29
 
make 
 
31
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" 
30
32
 
31
33
%install
32
34
rm -rf ${RPM_BUILD_ROOT}
39
41
%files
40
42
%defattr(-,root,root)
41
43
%{_bindir}/checkpolicy
 
44
%{_bindir}/genpolusers
42
45
%{_mandir}/man8/checkpolicy.8.gz
43
46
 
44
 
 
45
47
%changelog
46
 
* Wed Oct 1 2003 Dan Walsh <dwalsh@redhat.com> 1.2-1
47
 
- upgrade to 1.2
48
 
 
49
 
* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com> 1.1-2
50
 
- upgrade to 1.1
51
 
 
52
 
* Mon Jun 2 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
53
 
- Initial version
54