source: projects/specs/trunk/a/aufs-util/aufs-util-vl.spec @ 6380

Revision 6380, 1.4 KB checked in by daisuke, 12 years ago (diff)

update to git aufs3.0 branch head

Line 
1Name:           aufs-util
2Version:        0.0.20120619
3Release:        1%{?_dist_release}
4License:        GNU/GPLv2+     
5URL:            http://aufs.sourceforge.net/
6Group:          System/Filesystems
7Summary:        Another unionfs implementation
8Summary(ja):    もうひとつの unionfs 実装
9BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
10
11Source:         %{name}-%{version}.tar.xz
12
13Patch0:         aufs-util-install.patch
14
15BuildRequires: kernel-headers >= 3.4.3-1
16BuildRequires: glibc-static
17
18%description
19Aufs is a stackable unification file system, which can merge the
20contents of several directories (so called branches) while keeping
21their physical content separate. It allows any mix of read-only and
22read-write branches, as well as insertion and deletion of branches on
23the fly.
24
25%pre
26
27%prep
28%setup -q -n %{name}-%{version}
29%patch0 -p1
30
31%build
32make %{?_smp_mflags}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36make %{?_smp_mflags} install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir}
37
38%files
39%defattr(-,root,root)
40%doc COPYING README sample/
41%{_sysconfdir}/default/aufs
42/sbin/auibusy
43/sbin/auplink
44/sbin/mount.aufs
45/sbin/umount.aufs
46%{_bindir}/aubrsync
47%{_bindir}/aubusy
48%{_bindir}/auchk
49%{_libdir}/libau.so
50%{_libdir}/libau.so.*
51%{_mandir}/man5/aufs.5*
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%changelog
57* Tue Jun 19 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20120619-1
58- update to git aufs3.0 branch head
59
60* Fri Jan 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp>  0.0.20120127-1
61- initial build for Vine Linux
62
Note: See TracBrowser for help on using the repository browser.