2009-03-01 04:28:54 +01:00
|
|
|
#
|
2009-03-01 04:28:54 +01:00
|
|
|
# spec file for package btrfsprogs (Version 0.18)
|
2009-03-01 04:28:54 +01:00
|
|
|
#
|
2009-03-01 04:28:54 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2009-03-01 04:28:54 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2009-03-01 04:28:54 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2009-03-01 04:28:54 +01:00
|
|
|
#
|
|
|
|
|
2011-03-15 10:25:29 +01:00
|
|
|
|
2019-01-29 15:38:27 +01:00
|
|
|
|
2009-03-01 04:28:54 +01:00
|
|
|
Name: btrfsprogs
|
2009-03-01 04:28:54 +01:00
|
|
|
Url: http://btrfs.wiki.kernel.org/index.php/Main_Page
|
|
|
|
Version: 0.18
|
|
|
|
Release: 2
|
|
|
|
Summary: Utilities for the Second Btr File System
|
|
|
|
License: GPL v2 only
|
2009-03-01 04:28:54 +01:00
|
|
|
Group: System/Filesystems
|
2009-03-01 04:28:54 +01:00
|
|
|
Source: http://ftp.kernel.org/pub/linux/kernel/people/mason/btrfs/btrfs-progs-%{version}.tar.bz2
|
2014-04-08 13:58:43 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2009-03-01 04:28:54 +01:00
|
|
|
BuildRequires: libuuid-devel zlib-devel
|
2009-03-01 04:28:54 +01:00
|
|
|
|
|
|
|
%description
|
2011-07-13 16:48:36 +02:00
|
|
|
Utilities needed to create and maintain btrfs file systems under Linux.
|
|
|
|
|
2016-09-01 09:27:43 +02:00
|
|
|
|
2023-03-26 18:59:30 +02:00
|
|
|
|
2009-03-01 04:28:54 +01:00
|
|
|
%prep
|
2009-03-01 04:28:54 +01:00
|
|
|
%setup -q -n btrfs-progs-%{version}
|
2011-07-28 19:55:26 +02:00
|
|
|
|
2009-03-01 04:28:54 +01:00
|
|
|
%build
|
2009-03-01 04:28:54 +01:00
|
|
|
make
|
2012-03-05 16:09:24 +01:00
|
|
|
|
2009-03-01 04:28:54 +01:00
|
|
|
%install
|
2009-03-01 04:28:54 +01:00
|
|
|
make install DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix}
|
2014-11-19 14:13:42 +01:00
|
|
|
|
2009-03-01 04:28:54 +01:00
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2009-03-01 04:28:54 +01:00
|
|
|
/usr/bin/btrfs-debug-tree
|
|
|
|
/usr/bin/btrfs-image
|
|
|
|
/usr/bin/btrfs-show
|
|
|
|
/usr/bin/btrfs-vol
|
|
|
|
/usr/bin/btrfsck
|
|
|
|
/usr/bin/btrfsctl
|
|
|
|
/usr/bin/btrfstune
|
|
|
|
/usr/bin/mkfs.btrfs
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2023-03-26 18:59:30 +02:00
|
|
|
|
2009-03-01 04:28:54 +01:00
|
|
|
%changelog
|
2009-03-01 04:28:54 +01:00
|
|
|
* Wed Feb 25 2009 dmueller@suse.de
|
|
|
|
- Initial package (0.18)
|