SPECS: aufs.spec - 20070528 - install mount.aufs umount.aufs aupli...
areq
areq at pld-linux.org
Sun Jun 3 14:36:22 CEST 2007
Author: areq Date: Sun Jun 3 12:36:22 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 20070528
- install mount.aufs umount.aufs auplink aulchown
---- Files affected:
SPECS:
aufs.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/aufs.spec
diff -u SPECS/aufs.spec:1.6 SPECS/aufs.spec:1.7
--- SPECS/aufs.spec:1.6 Wed Apr 25 14:31:04 2007
+++ SPECS/aufs.spec Sun Jun 3 14:36:17 2007
@@ -11,7 +11,7 @@
%undefine with_dist_kernel
%endif
-%define _cvsdate 20070424
+%define _cvsdate 20070528
%define _rel 0.%{_cvsdate}.1
Summary: aufs - Another Unionfs
Summary(pl.UTF-8): aufs (Another Unionfs) - inny unionfs
@@ -21,7 +21,7 @@
License: GPL v2
Group: Base/Kernel
Source0: %{name}-%{_cvsdate}.tar.bz2
-# Source0-md5: 526264eaac467144032e66a680fa03bf
+# Source0-md5: 38736bd2d7b329d8ee99f8f4b6f03aa1
Patch0: %{name}-vserver.patch
URL: http://aufs.sourceforge.net/
%if %{with kernel}
@@ -99,9 +99,21 @@
"
%endif
+%if %{with userspace}
+%{__make} -C util \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags} -DCONFIG_AUFS_BRANCH_MAX_127"
+%endif
+
%install
rm -rf $RPM_BUILD_ROOT
+%if %{with userspace}
+install -d $RPM_BUILD_ROOT{%{_mandir}/man5,%{_sbindir}}
+install util/{mount.aufs,umount.aufs,auplink,aulchown} $RPM_BUILD_ROOT%{_sbindir}
+install util/aufs.5 $RPM_BUILD_ROOT%{_mandir}/man5/
+%endif
+
%if %{with kernel}
%install_kernel_modules -m fs/aufs/aufs -d kernel/fs/aufs
%endif
@@ -126,6 +138,8 @@
%files
%defattr(644,root,root,755)
%doc README History
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man5/*
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -134,6 +148,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2007/06/03 12:36:17 areq
+- 20070528
+- install mount.aufs umount.aufs auplink aulchown
+
Revision 1.6 2007/04/25 12:31:04 pascalek
- sources fetched by distfiles
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/aufs.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list