rpms/afuse/F-9 afuse.spec,NONE,1.1 sources,1.1,1.2

Tom Callaway spot at fedoraproject.org
Tue Dec 2 18:23:21 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/afuse/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24938/F-9

Modified Files:
	sources 
Added Files:
	afuse.spec 
Log Message:
branching


--- NEW FILE afuse.spec ---
Name:		afuse
Summary: 	An automounter implemented with FUSE
Version:	0.2
Release:	1%{?dist}
License:	GPLv2+
Group:		System Environment/Base
Source0:	http://downloads.sourceforge.net/afuse/%{name}-%{version}.tar.gz
URL:		http://afuse.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	fuse-devel

%description
Afuse is an automounting file system implemented in user-space using FUSE. 
Afuse currently implements the most basic functionality that can be expected 
by an automounter; that is it manages a directory of virtual directories. If 
one of these virtual directories is accessed and is not already automounted, 
afuse will attempt to mount a filesystem onto that directory. If the mount 
succeeds the requested access proceeds as normal, otherwise it will fail 
with an error.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/afuse

%changelog
* Fri Nov 21 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.2-1
- Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/afuse/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Dec 2008 18:08:14 -0000	1.1
+++ sources	2 Dec 2008 18:22:51 -0000	1.2
@@ -0,0 +1 @@
+97b58a768ecb30696fb6c33dd8435b83  afuse-0.2.tar.gz




More information about the fedora-extras-commits mailing list