aufs-util-vl.spec 1.8 KB

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