This commit is contained in:
parent
ac39b80040
commit
8f49f1f83d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 27 13:12:39 CEST 2009 - dmueller@suse.de
|
||||||
|
|
||||||
|
- move apps to /sbin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 20 23:18:25 CEST 2009 - dmueller@suse.de
|
Mon Jul 20 23:18:25 CEST 2009 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Url: http://oss.oracle.com/~mason/btrfs/
|
Url: http://oss.oracle.com/~mason/btrfs/
|
||||||
Version: 0.19
|
Version: 0.19
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Btrfs File System Utilities
|
Summary: Btrfs File System Utilities
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
@ -41,16 +41,16 @@ file systems.
|
|||||||
make CFLAGS="%{optflags}"
|
make CFLAGS="%{optflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix} mandir=%{_mandir}
|
make install DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix} bindir=/sbin mandir=%{_mandir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
/usr/bin/btrfs-debug-tree
|
/sbin/btrfs-debug-tree
|
||||||
/usr/bin/btrfs-show
|
/sbin/btrfs-show
|
||||||
/usr/bin/btrfs-vol
|
/sbin/btrfs-vol
|
||||||
/usr/bin/btrfsck
|
/sbin/btrfsck
|
||||||
/usr/bin/btrfsctl
|
/sbin/btrfsctl
|
||||||
/usr/bin/mkfs.btrfs
|
/sbin/mkfs.btrfs
|
||||||
%_mandir/man8/btrfs-image.8.gz
|
%_mandir/man8/btrfs-image.8.gz
|
||||||
%_mandir/man8/btrfs-show.8.gz
|
%_mandir/man8/btrfs-show.8.gz
|
||||||
%_mandir/man8/btrfsck.8.gz
|
%_mandir/man8/btrfsck.8.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user