- Fix buildrequires lines in spec file
This commit is contained in:
parent
92db4c62bd
commit
d9377255e4
13
setools.spec
13
setools.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: SELinux tools for managing policy
|
Summary: SELinux tools for managing policy
|
||||||
Name: setools
|
Name: setools
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.tresys.com/Downloads/selinux-tools/setools-%{version}.tar.bz2
|
Source: http://www.tresys.com/Downloads/selinux-tools/setools-%{version}.tar.bz2
|
||||||
@ -19,7 +19,9 @@ Prefix: %{_prefix}
|
|||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
Requires: checkpolicy, policycoreutils
|
Requires: checkpolicy, policycoreutils
|
||||||
Buildrequires: tk-devel tcl-devel
|
Buildrequires: tk-devel tcl-devel
|
||||||
|
BuildRequires: gtk2-devel, libglade2-devel
|
||||||
BuildRequires: libselinux-devel, libxml2-devel
|
BuildRequires: libselinux-devel, libxml2-devel
|
||||||
|
BuildRequires: libcap-devel
|
||||||
BuildPrereq: bison, flex, pkgconfig
|
BuildPrereq: bison, flex, pkgconfig
|
||||||
|
|
||||||
Patch0: setools-rhat.patch
|
Patch0: setools-rhat.patch
|
||||||
@ -54,7 +56,7 @@ tools.
|
|||||||
%package gui
|
%package gui
|
||||||
Summary: Graphical tools for handling SETools
|
Summary: Graphical tools for handling SETools
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %name
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
Security-enhanced Linux is a patch of the Linux kernel and a number of
|
Security-enhanced Linux is a patch of the Linux kernel and a number of
|
||||||
@ -154,7 +156,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development environment for SETools
|
Summary: Development environment for SETools
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %name
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Headers, static libraries and API docs for SETools.
|
Headers, static libraries and API docs for SETools.
|
||||||
@ -178,7 +180,10 @@ Headers, static libraries and API docs for SETools.
|
|||||||
/usr/share/doc/setools-%{version}/*
|
/usr/share/doc/setools-%{version}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.0-6
|
* Tue Apr 5 2005 Dan Walsh <dwalsh@redhat.com> 2.0.0-2
|
||||||
|
- Fix buildrequires lines in spec file
|
||||||
|
|
||||||
|
* Tue Mar 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.0-1
|
||||||
- Update to latest from tresys
|
- Update to latest from tresys
|
||||||
|
|
||||||
* Mon Nov 29 2004 Dan Walsh <dwalsh@redhat.com> 1.5.1-6
|
* Mon Nov 29 2004 Dan Walsh <dwalsh@redhat.com> 1.5.1-6
|
||||||
|
Loading…
Reference in New Issue
Block a user