reiserfsprogs-vl.spec 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. Summary: Utilities belonging to the Reiser filesystem
  2. Summary(ja): ReiserFS ファイルシステム用のユーティリティ
  3. Name: reiserfsprogs
  4. Version: 3.6.24
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Base
  7. License: GPL
  8. URL: https://reiser4.wiki.kernel.org/index.php/Reiserfsprogs
  9. Source0: https://www.kernel.org/pub/linux/kernel/people/jeffm/%{name}/v3.6.24/%{name}-%{version}.tar.xz
  10. Conflicts: kernel-utils < 2.2.19-0vl15
  11. BuildRequires: e2fsprogs-devel
  12. BuildRequires: libuuid-devel
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. The reiserfsprogs package contains programs for creating (mkreiserfs),
  18. checking and correcting any inconsistencies (reiserfsck) and resizing
  19. (resize_reiserfs) of a reiserfs filesystem.
  20. %description -l ja
  21. reiserfsprogs パッケージは、ReiserFS の作成(mkreiserfs)、整合性のチェック
  22. と修整(reiserfsck)、ファイルシステムサイズの変更(resize_reiserfs)、をする
  23. ためのプログラムを含んでいます。
  24. %prep
  25. %setup -q
  26. %build
  27. find . -name "config.cache" |xargs rm -f
  28. CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
  29. ./configure --sbindir=%{_syssbindir} --mandir=%{_mandir}
  30. make all
  31. %install
  32. rm -rf %{buildroot}
  33. mkdir -p %{buildroot}%{_syssbindir}
  34. make DESTDIR=%{buildroot} install
  35. ( cd %{buildroot}%{_syssbindir}
  36. ln -sf reiserfsck fsck.reiserfs
  37. ln -sf mkreiserfs mkfs.reiserfs )
  38. %clean
  39. rm -rf %{buildroot}
  40. %files
  41. %defattr(-,root,root)
  42. %doc AUTHORS COPYING CREDITS README NEWS ChangeLog
  43. %{_syssbindir}/*
  44. %{_mandir}/*/*
  45. %changelog
  46. * Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.24-1
  47. - new upstream release
  48. * Sun Dec 07 2008 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.21-1
  49. - new upstream release
  50. - drop Patch1
  51. - add BuildRequires: libuuid-devel
  52. * Mon Jun 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.6.19-1
  53. - applied new versinoing policy
  54. * Sat Jul 7 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.6.19-0vl2
  55. - rebuilt with new toolchain
  56. - added Patch1 from Fedora
  57. * Mon Jun 5 2006 Dave Jones <davej@redhat.com>
  58. - Remove broken asm/unaligned include. (#191889)
  59. - added e2fsprogs-devel to BuildRequires
  60. * Sat Dec 25 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.6.19-0vl1
  61. - new upstream release
  62. * Wed Jun 2 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.6.17-0vl1
  63. - new upstream release
  64. - added some files to %doc
  65. * Sun Jul 27 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.6.10-0vl1
  66. - rebuild with new toolchains
  67. - new upstream release
  68. * Sun Sep 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.3-0vl1
  69. - new upstream release
  70. * Sat Aug 18 2001 Toru Sagami <sagami@vinelinux.org>
  71. - 3.x.0j-1vl3: create mkfs.reiserfs fsck.reisrfs symlinks
  72. * Mon Aug 6 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 3.x.0j-1vl2
  73. - add Patch0 for mkreiserfs to detect kernel version and
  74. use old type reiser filesystem.
  75. * Sun Aug 5 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 3.x.0j-1vl1
  76. - build from original reiserfsprogs specs.
  77. - clean up spec file for Vine Linux.
  78. - add Japanese Summary and Description.