packages: unionfs-fuse/unionfs-fuse.spec (NEW) - new package

jajcus jajcus at pld-linux.org
Sat Mar 20 18:26:06 CET 2010


Author: jajcus                       Date: Sat Mar 20 17:26:06 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new package

---- Files affected:
packages/unionfs-fuse:
   unionfs-fuse.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/unionfs-fuse/unionfs-fuse.spec
diff -u /dev/null packages/unionfs-fuse/unionfs-fuse.spec:1.1
--- /dev/null	Sat Mar 20 18:26:06 2010
+++ packages/unionfs-fuse/unionfs-fuse.spec	Sat Mar 20 18:26:00 2010
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	A userspace unionfs implementation
+Name:		unionfs-fuse
+Version:	0.23
+Release:	1
+License:	BSD
+Group:		Applications
+Source0:	http://podgorny.cz/unionfs-fuse/releases/%{name}-%{version}.tar.bz2
+URL:		http://podgorny.cz/moin/UnionFsFuse
+BuildRequires:	libfuse-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+unionfs−fuse overlays several directory into one single mount point.
+
+It first tries to access the file on the top branch and if the file
+does not exist there, it continues on lower level branches. If the
+user tries to modify a file on a lower level read−only branch the file
+is copied to to a higher level read−write branch if the copy−on−write
+(cow) mode was enabled.
+
+%prep
+%setup -q
+
+%build
+%{__make} CFLAGS="-Wall %{rpmcflags}" LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+
+install src/unionfs $RPM_BUILD_ROOT%{_sbindir}/%{name}
+install man/unionfs-fuse.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS NEWS
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/03/20 17:26:00  jajcus
+- new package
+
================================================================


More information about the pld-cvs-commit mailing list