automatic version update by autodist [release 5.0.9-1mamba;Sat Mar 29 2014]

This commit is contained in:
Automatic Build System 2024-01-05 20:41:39 +01:00
parent b2934313e6
commit dc40fc3a72
2 changed files with 77 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# autofs # autofs
The Autofs package contains userspace tools that work with the kernel to mount and un-mount removable file systems. The primary use is to mount external network file systems like NFS (see NFS Utilities-1.2.7) or Samba (see Samba-3.6.12) on demand.
It may also be useful for allowing users to mount floppies, cdroms and other removable storage devices without requiring the system administrator to mount the devices.

74
autofs.spec Normal file
View File

@ -0,0 +1,74 @@
Name: autofs
Version: 5.0.9
Release: 1mamba
Summary: Userspace tools that work with the kernel to mount and un-mount removable file systems
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kernel.org
Source: http://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libe2fs-devel
BuildRequires: libkeyutils-devel
BuildRequires: libkrb5-devel
BuildRequires: libopenldap-devel
BuildRequires: libsasl-devel
BuildRequires: libxml2-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The Autofs package contains userspace tools that work with the kernel to mount and un-mount removable file systems. The primary use is to mount external network file systems like NFS (see NFS Utilities-1.2.7) or Samba (see Samba-3.6.12) on demand.
It may also be useful for allowing users to mount floppies, cdroms and other removable storage devices without requiring the system administrator to mount the devices.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/auto.master
%config(noreplace) %{_sysconfdir}/auto.misc
%config(noreplace) %{_sysconfdir}/auto.net
%config(noreplace) %{_sysconfdir}/auto.smb
%config(noreplace) %{_sysconfdir}/autofs_ldap_auth.conf
%{_sysconfdir}/init.d/autofs
%{_sysconfdir}/sysconfig/autofs
%{_sbindir}/automount
%dir %{_libdir}/autofs
%{_libdir}/autofs/lookup_*.so
%{_libdir}/autofs/mount_*.so
%{_libdir}/autofs/parse_sun.so
%{_mandir}/man5/auto.master.5.gz
%{_mandir}/man5/autofs.5.gz
%{_mandir}/man5/autofs_ldap_auth.conf.5.gz
%{_mandir}/man8/autofs.8.gz
%{_mandir}/man8/automount.8.gz
%doc COPYING CREDITS
#%doc README README.active-restart README.changer README.ncpfs README.replicated-server README.smbfs README.v5.release
%changelog
* Sat Mar 29 2014 Automatic Build System <autodist@mambasoft.it> 5.0.9-1mamba
- automatic version update by autodist
* Thu Oct 24 2013 Automatic Build System <autodist@mambasoft.it> 5.0.8-1mamba
- automatic update by autodist
* Thu Jun 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.7-1mamba
- package created by silvan using the webbuild interface