Name: fedora-Linux_Security_Guide-en-US Version: 1.0 Release: 5%{?dist} Summary: A Guide to Securing Linux Group: Documentation License: Open Publication URL: http://www.redhat.com/docs Source0: %{name}-%{version}.tgz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: publican, publican-fedora Requires: htmlview %description The Linux Security Guide is designed to assist users of Linux in learning the processes and practices of securing workstations and servers against local and remote intrusion, exploitation, and malicious activity. The Linux Security Guide details the planning and the tools involved in creating a secured computing environment for the data center, workplace, and home. With proper administrative knowledge, vigilance, and tools, systems running Linux can be both fully functional and secured from most common intrusion and exploit methods. %prep # FIXME %setup -q -n fedora-Linux_Security_Guide-.-en-US-%{version} %build %{__make} html-desktop-en-US %install rm -rf $RPM_BUILD_ROOT # FIXME mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop <<'EOF' [Desktop Entry] Name=fedora .: Linux Security Guide Comment=A Guide to Securing Linux Exec=htmlview %{_docdir}/%{name}-%{version}/index.html Icon=%{_docdir}/%{name}-%{version}/images/icon.svg Categories=Documentation;X-Red-Hat-Base; Type=Application Encoding=UTF-8 Terminal=false EOF %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc tmp/en-US/html-desktop/* %{_datadir}/applications/%{name}.desktop %changelog * Wed Jan 7 2009 Jens Petersen - 1.0-5 - delete and FIXME