rpms/funionfs/F-7 funionfs.spec,NONE,1.1 sources,1.1,1.2

Jeffrey Law (law) fedora-extras-commits at redhat.com
Tue Jul 31 19:07:38 UTC 2007


Author: law

Update of /cvs/pkgs/rpms/funionfs/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28230

Modified Files:
	sources 
Added Files:
	funionfs.spec 
Log Message:
Adding funionfs to F-7 branch as well.



--- NEW FILE funionfs.spec ---
Name:           funionfs
Version:        0.4.3
Release:        1%{?dist}
Summary:        Union filesystem in userspace

Group:          System Environment/Base
License:        GPL
URL:            http://funionfs.apiou.org
Source0:	http://funionfs.apiou.org/file/%{name}-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	fuse >= 2.5
BuildRequires:	fuse-devel >= 2.5

%description
FunionFS implements a union filesystem in userspace using FUSE.  FUSE
provides a Linux kernel module which allows virtual filesystems to be written
in userspace.

%prep
%setup -q

%build
%configure
make %{?_smp mflags}

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

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
/usr/bin/funionfs
%doc AUTHORS ChangeLog COPYING BUGS TODO NEWS README
%{_mandir}/man1/*


%changelog

* Thu Jul 26 2007 Jeff Law - 0.4.3-1
- Initial RPM release.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/funionfs/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Jul 2007 18:24:26 -0000	1.1
+++ sources	31 Jul 2007 19:07:06 -0000	1.2
@@ -0,0 +1 @@
+0cc320624b335a68847c447c9625410b  funionfs-0.4.3.tar.gz




More information about the scm-commits mailing list