]> git.pld-linux.org Git - packages/aufs.git/commitdiff
- 20070528
authorareq <areq@pld-linux.org>
Sun, 3 Jun 2007 12:36:17 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- install mount.aufs umount.aufs auplink aulchown

Changed files:
    aufs.spec -> 1.7

aufs.spec

index 87a604e98acb2e8bbae93b15c8e253e97254fa49..c166d6e73a169aed43d7965447614f9f62ff5a43 100644 (file)
--- a/aufs.spec
+++ b/aufs.spec
@@ -10,7 +10,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
@@ -20,7 +20,7 @@ Release:      %{_rel}
 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}
@@ -98,9 +98,21 @@ cp -a include/linux fs/aufs
        "
 %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
@@ -125,4 +137,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README History
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man5/*
 %endif
This page took 0.07815 seconds and 4 git commands to generate.