File fhs.spec of Package fhs
#
# spec file for package fhs (Version 2.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Url: http://www.pathname.com/fhs/
Name: fhs
License: Any permissive
Group: Documentation/Other
AutoReqProv: on
Summary: File System Hierarchy Standard
Version: 2.3
Release: 178
BuildArch: noarch
Source: fhs-2.3.txt
Source1: fhs-2.3.pdf
Source2: fhs-2.3.html
Source3: tip.gif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%prep
%install
rm -rf $RPM_BUILD_ROOT%{_docdir}/../FHS
mkdir -p $RPM_BUILD_ROOT%{_docdir}/../FHS
install -m644 %SOURCE0 %SOURCE1 %SOURCE2 %SOURCE3 $RPM_BUILD_ROOT%{_docdir}/../FHS
%files
%defattr(644,root,root,755)
%doc %{_docdir}/../FHS
%description
This standard consists of a set of requirements and guidelines for file
and directory placement under UNIX-like operating systems. The
guidelines are intended to support application interoperability, system
administration tools, development tools, and scripts as well as greater
uniformity of documentation for these systems.
Authors:
--------
Daniel Quinlan <quinlan@pathname.com>
Brandon S. Allbery <bsa@kf8nh.wariat.org>
Keith Bostic <bostic@cs.berkeley.edu>
Drew Eckhardt <drew@colorado.edu>
Rik Faith <faith@cs.unc.edu>
Stephen Harris <sweh@spuddy.mew.co.uk>
Ian Jackson <ijackson@cus.cam.ac.uk>
John A. Martin <jmartin@acm.org>
Ian McCloghrie <ian@ucsd.edu>
Chris Metcalf <metcalf@lcs.mit.edu>
Ian Murdock <imurdock@debian.org>
David C. Niemi <niemidc@clark.net>
Eric S. Raymond <esr@thyrsus.com>
Mike Sangrey <mike@sojurn.lns.pa.us>
David H. Silber <dhs@glowworm.firefly.com>
Theodore Ts'o <tytso@athena.mit.edu>
Stephen Tweedie <sct@dcs.ed.ac.uk>
Fred N. van Kempen <waltje@infomagic.com>
%changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Feb 06 2004 kukuk@suse.de
- Update to FHS 2.3
* Thu Feb 05 2004 hmacht@suse.de
- added option # norootforbuild in specfile
* Fri Apr 04 2003 kukuk@suse.de
- Use BuildRoot
* Tue Sep 17 2002 ro@suse.de
- removed bogus self-provides
* Sun Sep 08 2002 kukuk@suse.de
- Fix neededforbuild for ghostscript
* Fri Feb 01 2002 ro@suse.de
- added libgimpprint to neededforbuild
* Fri Feb 01 2002 ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages>
* Wed Jul 25 2001 kukuk@suse.de
- Update to FHS 2.2
* Mon May 15 2000 kukuk@suse.de
- Update to FHS 2.1
- Move to /usr/share/doc/FHS
* Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Tue Jun 08 1999 bs@suse.de
- made package "noarch"
* Mon Mar 30 1998 bs@suse.de
- first creation of the package