unionfs-utils-vl.spec 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. %define name unionfs-utils
  2. %define origname unionfs_utils
  3. Summary: Utilities for Unionfs a stackable unification file system.
  4. Summary(ja): Unionfs (スタック可能な単一化ファイルシステム) 用ユーティリティ
  5. Name: %{name}
  6. Version: 0.2.1
  7. Release: 1%{?_dist_release}
  8. Epoch: 1
  9. License: GPL
  10. Group: Applications/System
  11. URL: http://www.fsl.cs.sunysb.edu/project-unionfs.html
  12. Source: http://download.filesystems.org/unionfs/unionfs-utils-0.x/%{origname}-%{version}.tar.gz
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. %description
  15. Unionfs is a stackable unification file system, which can appear to
  16. merge the contents of several directories (branches), while keeping
  17. their physical content separate. Unionfs is useful for unified source
  18. tree management, merged contents of split CD-ROM, merged separate
  19. software package directories, data grids, and more. Unionfs allows
  20. any mix of read-only and read-write branches, as well as insertion and
  21. deletion of branches anywhere in the fan-out.
  22. %package devel
  23. Summary: Development tools for programs using Unionfs
  24. Summary(ja): Unionfs を使うプログラム用開発ツール
  25. Group: Development/Libraries
  26. Requires: %{name} = %{epoch}:%{version}-%{release}
  27. %description devel
  28. Unionfs is a stackable unification file system.
  29. This package contains the header files and libraries needed for
  30. developing programs using the Unionfs utilities library.
  31. %prep
  32. %setup -q -n %{origname}-%{version}
  33. %build
  34. ./bootstrap
  35. %configure
  36. make
  37. %install
  38. rm -rf $RPM_BUILD_ROOT
  39. %makeinstall
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %__make clean
  43. %files
  44. %defattr(-,root,root)
  45. %doc AUTHORS ChangeLog COPYING NEWS README
  46. %{_bindir}/*
  47. %{_libdir}/*.so.*
  48. %{_mandir}/man8/*
  49. %files devel
  50. %defattr(-,root,root)
  51. %{_includedir}/*
  52. %{_libdir}/*.a
  53. %{_libdir}/*.so
  54. %{_mandir}/man3/*
  55. %changelog
  56. * Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 1:0.2.1-1vl5
  57. - applied new versioning policy, spec in utf-8
  58. * Mon Oct 22 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1:0.2.1-0vl1
  59. - updated to unionfs_utils 0.2.1 (separated from unionfs kernel patch itself)
  60. - add Epoch: 1
  61. - add devel subpackage
  62. * Sat Dec 9 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2-0vl2
  63. - changed Group to Applications/System
  64. * Thu Aug 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl1
  65. - new upstream release
  66. * Thu Aug 18 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.0.13-0vl1
  67. - initial build
  68. * Tue Jun 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.12a-0vl1
  69. - initial build