]> git.pld-linux.org Git - packages/reiserfsprogs.git/blame - reiserfsprogs.spec
- cleaned up obsolete build hacks
[packages/reiserfsprogs.git] / reiserfsprogs.spec
CommitLineData
55b4c973 1Summary: Utilities belonging to the Reiser filesystem
2966ce0b
ER
2Summary(pl.UTF-8): Narzędzia dla systemu plików Reiser
3Summary(pt_BR.UTF-8): Este pacote contém os utilitários para manipulação do sistema de arquivos ReiserFS
4Summary(uk.UTF-8): Утиліти для роботы з файловою системою ReiserFS
5Summary(ru.UTF-8): Утилиты для работы с файловой системой ReiserFS
55b4c973 6Name: reiserfsprogs
739b050e 7Version: 3.6.24
6aa88271 8Release: 1
07985cb1 9Epoch: 1
a1628b3e 10License: GPL v2
55b4c973 11Group: Applications/System
d88f3382
JB
12#Source0: http://www.kernel.org/pub/linux/utils/fs/reiserfs/%{name}-%{version}.tar.gz
13Source0: https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v%{version}/%{name}-%{version}.tar.xz
739b050e 14# Source0-md5: 66787380fb418ff7d88a23e47cda7af6
d88f3382 15Patch0: %{name}-am.patch
e92114cf 16URL: https://reiser4.wiki.kernel.org/index.php/Reiserfsprogs
19105433 17BuildRequires: autoconf >= 2.50
e92114cf 18BuildRequires: automake >= 1:1.11.1
19105433 19BuildRequires: libuuid-devel
d88f3382
JB
20BuildRequires: tar >= 1:1.22
21BuildRequires: xz
dce55817 22Obsoletes: reiserfs-utils
6f0d0522 23Conflicts: progsreiserfs < 0.3.1-1.rc8.5
8e0a296b 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
55b4c973 25
ff8770dd
AM
26%define _sbindir /sbin
27
55b4c973 28%description
a1628b3e 29Reiserfs is a file system using a plug-in based object oriented
30variant on classical balanced tree algorithms. The results when
31compared to the ext2fs conventional block allocation based file system
32running under the same operating system and employing the same
33buffering code suggest that these algorithms are overall more
34efficient, and are becoming more so every passing month. Loosely
35speaking, every month we find another performance cranny that needs
36work, and we fix it, and every month we find some way of improving our
37overall general usage performance. The improvement in small file space
38and time performance suggests that we may now revisit a common OS
39design assumption that one should aggregate small objects using layers
40above the file system layer. Being more effective at small files DOES
41NOT make us less effective for other files, this is a general purpose
42FS, and our overall traditional FS usage performance is high enough to
43establish that. Reiserfs has a commitment to opening up the FS design
44to contributions, and we are now now adding plug-ins so that you can
45create your own types of directories and files.
55b4c973 46
90147673 47%description -l pl.UTF-8
ff8770dd 48Pakiet zawiera programy do tworzenia (mkreiserfs), sprawdzania i
90147673
JR
49naprawiania błędów (reiserfsck) oraz zmiany wielkości
50(resize_reiserfs) systemu plików ReiserFS.
ff8770dd 51
90147673
JR
52%description -l pt_BR.UTF-8
53Este pacote contém os utilitários para manipulação do sistema de
dce55817 54arquivos ReiserFS.
55
90147673
JR
56%description -l ru.UTF-8
57Набор утилит для работы с файловой системой ReiserFS.
a1628b3e 58
90147673
JR
59%description -l uk.UTF-8
60Набір утиліт для роботи з файловою системою ReiserFS.
07ea4956 61
55b4c973
JR
62%prep
63%setup -q
d88f3382 64%patch0 -p1
55b4c973
JR
65
66%build
c81562a3 67%{__aclocal}
896c0bac 68%{__autoconf}
69%{__automake}
56fc1349 70%configure \
e92114cf 71 --disable-silent-rules
56fc1349 72
e92114cf 73%{__make}
55b4c973
JR
74
75%install
76rm -rf $RPM_BUILD_ROOT
ff8770dd 77install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
55b4c973 78
693dce76 79%{__make} -j1 install \
55b4c973
JR
80 DESTDIR=$RPM_BUILD_ROOT
81
55b4c973
JR
82%clean
83rm -rf $RPM_BUILD_ROOT
84
85%files
86%defattr(644,root,root,755)
d88f3382 87%doc CREDITS ChangeLog README
e92114cf 88%attr(755,root,root) %{_sbindir}/debugfs.reiserfs
d88f3382
JB
89%attr(755,root,root) %{_sbindir}/debugreiserfs
90%attr(755,root,root) %{_sbindir}/fsck.reiserfs
91%attr(755,root,root) %{_sbindir}/mkfs.reiserfs
92%attr(755,root,root) %{_sbindir}/mkreiserfs
93%attr(755,root,root) %{_sbindir}/reiserfsck
94%attr(755,root,root) %{_sbindir}/reiserfstune
95%attr(755,root,root) %{_sbindir}/resize_reiserfs
e92114cf
JB
96%attr(755,root,root) %{_sbindir}/tunefs.reiserfs
97%{_mandir}/man8/debugfs.reiserfs.8*
d88f3382 98%{_mandir}/man8/debugreiserfs.8*
e92114cf
JB
99%{_mandir}/man8/fsck.reiserfs.8*
100%{_mandir}/man8/mkfs.reiserfs.8*
d88f3382
JB
101%{_mandir}/man8/mkreiserfs.8*
102%{_mandir}/man8/reiserfsck.8*
103%{_mandir}/man8/reiserfstune.8*
104%{_mandir}/man8/resize_reiserfs.8*
e92114cf 105%{_mandir}/man8/tunefs.reiserfs.8*
This page took 0.099698 seconds and 4 git commands to generate.