97 lines
3.6 KiB
RPMSpec
97 lines
3.6 KiB
RPMSpec
|
#
|
||
|
# spec file for package fhs (Version 2.3)
|
||
|
#
|
||
|
# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany.
|
||
|
# This file and all modifications and additions to the pristine
|
||
|
# package are under the same license as the package itself.
|
||
|
#
|
||
|
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
||
|
#
|
||
|
|
||
|
# norootforbuild
|
||
|
# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libselinux libstdc++ libxcrypt m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch permissions popt ps pwdutils rcs readline sed sendmail strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils gcc gdbm gettext libtool perl rpm
|
||
|
|
||
|
Name: fhs
|
||
|
License: Other License(s), see package
|
||
|
Group: Documentation/Other
|
||
|
Autoreqprov: on
|
||
|
Summary: Filesystem Hierarchy Standard
|
||
|
Version: 2.3
|
||
|
Release: 0
|
||
|
BuildArchitectures: 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 -n fhs
|
||
|
* 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
|