Josef Bacik 056540
Name:           btrfs-progs
Josef Bacik ed9174
Version:        0.17
Marek Mahut 5ae257
Release:        4%{?dist}
Josef Bacik 056540
Summary:        Userspace programs for btrfs
Josef Bacik 056540
Josef Bacik 056540
Group:          System Environment/Base
Josef Bacik 056540
License:        GPLv2
Josef Bacik 056540
URL:            http://btrfs.wiki.kernel.org/index.php/Main_Page
Josef Bacik 056540
Source0:        http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/%{name}-%{version}.tar.bz2
Josef Bacik 056540
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Josef Bacik 056540
Marek Mahut 5ae257
BuildRequires:  e2fsprogs-devel, zlib-devel, libacl-devel
Josef Bacik 056540
Josef Bacik 056540
%define _root_sbindir /sbin
Josef Bacik 056540
Josef Bacik 056540
%description
Josef Bacik 056540
The btrfs-progs package provides all the userpsace programs needed to create,
Josef Bacik 056540
check, modify and correct any inconsistencies in the btrfs filesystem.
Josef Bacik 056540
Josef Bacik 056540
%prep
Josef Bacik 056540
%setup -q
Josef Bacik 056540
Josef Bacik 056540
%build
Josef Bacik 056540
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
Marek Mahut e6164a
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} convert
Josef Bacik 056540
Josef Bacik 056540
%install
Josef Bacik 056540
rm -rf $RPM_BUILD_ROOT
Josef Bacik 056540
make bindir=%{_root_sbindir} install DESTDIR=$RPM_BUILD_ROOT
Josef Bacik 056540
Josef Bacik 056540
%clean
Josef Bacik 056540
rm -rf $RPM_BUILD_ROOT
Josef Bacik 056540
Josef Bacik 056540
%files
Josef Bacik 056540
%defattr(-,root,root,-)
Josef Bacik 056540
%doc COPYING INSTALL
Josef Bacik 056540
%{_root_sbindir}/btrfsctl
Josef Bacik 056540
%{_root_sbindir}/btrfsck
Josef Bacik 056540
%{_root_sbindir}/mkfs.btrfs
Kyle McMartin 9ffd2c
%{_root_sbindir}/btrfs-debug-tree
Kyle McMartin 9ffd2c
%{_root_sbindir}/btrfs-image
Josef Bacik 056540
%{_root_sbindir}/btrfs-show
Josef Bacik 056540
%{_root_sbindir}/btrfs-vol
Marek Mahut e6164a
%{_root_sbindir}/btrfs-convert
Kyle McMartin 9ffd2c
%{_root_sbindir}/btrfstune
Josef Bacik 056540
Josef Bacik 056540
%changelog
Marek Mahut 5ae257
* Fri Jan 16 2009 Marek Mahut <mmahut@fedoraproject.org> 0.17-4
Marek Mahut e6164a
- RHBZ#480219 btrfs-convert is missing
Marek Mahut e6164a
Josef Bacik f96897
* Mon Jan 12 2009 Josef Bacik <josef@toxicpanda.com> 0.17-2
Josef Bacik f96897
- fixed wrong sources upload
Josef Bacik f96897
Josef Bacik ed9174
* Mon Jan 12 2009 Josef Bacik <josef@toxicpanda.com> 0.17
Josef Bacik ed9174
- Upstream release 0.17
Josef Bacik ed9174
Kyle McMartin 9ffd2c
* Sat Jan 10 2009 Kyle McMartin <kyle@redhat.com> 0.16.git1-1
Kyle McMartin 9ffd2c
- Upstream git sync from -g72359e8 (needed for kernel...)
Kyle McMartin 9ffd2c
Marek Mahut 0b9b57
* Sat Jan 10 2009 Marek Mahut <mmahut@fedoraproject.org> 0.16-1
Marek Mahut 6d811e
- Upstream release 0.16
Marek Mahut 6d811e
Josef Bacik 056540
* Mon Jun 25 2008 Josef Bacik <josef@toxicpanda.com> 0.15-4
Josef Bacik 056540
-use fedoras normal CFLAGS
Josef Bacik 056540
Josef Bacik 056540
* Mon Jun 23 2008 Josef Bacik <josef@toxicpanda.com> 0.15-3
Josef Bacik 056540
-Actually defined _root_sbindir
Josef Bacik 056540
-Fixed the make install line so it would install to the proper dir
Josef Bacik 056540
Josef Bacik 056540
* Mon Jun 23 2008 Josef Bacik <josef@toxicpanda.com> 0.15-2
Josef Bacik 056540
-Removed a . at the end of the description
Josef Bacik 056540
-Fixed the copyright to be GPLv2 since GPL doesn't work anymore
Josef Bacik 056540
Josef Bacik 056540
* Mon Jun 23 2008 Josef Bacik <josef@toxicpanda.com> 0.15-1
Josef Bacik 056540
-Initial build