btrfsprogs/btrfsprogs.spec

62 lines
1.7 KiB
RPMSpec
Raw Normal View History

#
# spec file for package btrfsprogs (Version 0.18)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: btrfsprogs
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
Group: System/Filesystems
Source: http://ftp.kernel.org/pub/linux/kernel/people/mason/btrfs/btrfs-progs-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libuuid-devel zlib-devel
%description
Utilities needed to create and maintain btrfs file systems under Linux.
%prep
%setup -q -n btrfs-progs-%{version}
%build
make
%install
make install DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix}
%files
%defattr(-, root, root)
/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
%changelog
* Wed Feb 25 2009 dmueller@suse.de
- Initial package (0.18)