source: projects/specs/trunk/r/reiserfsprogs/reiserfsprogs-vl.spec @ 8013

Revision 8013, 3.0 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

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