2014-12-24 21:18:26 +03:00
|
|
|
Summary: bcache-tools: manage local bcache devices
|
|
|
|
Name: %{package_name}
|
2014-12-28 07:13:20 +03:00
|
|
|
Version: 0.datera.%{datera_version}
|
2014-03-21 01:28:57 +04:00
|
|
|
Release: %{?release:%{release}}%{!?release:eng}
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
2014-12-28 07:13:20 +03:00
|
|
|
License: GPLv2
|
2014-03-21 01:28:57 +04:00
|
|
|
Group: tools
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
2014-03-29 03:51:17 +04:00
|
|
|
Requires: libblkid
|
2014-09-27 03:10:20 +04:00
|
|
|
BuildRequires: pkgconfig libblkid-devel linux-headers libnih-devel
|
2014-12-06 02:11:28 +03:00
|
|
|
Summary: tools to manage bcache
|
2014-12-28 07:13:20 +03:00
|
|
|
Epoch: 5
|
2014-03-21 01:28:57 +04:00
|
|
|
|
|
|
|
|
|
|
|
%description
|
2014-12-06 02:11:28 +03:00
|
|
|
bcache tools
|
2014-03-21 01:28:57 +04:00
|
|
|
|
2014-12-24 21:18:26 +03:00
|
|
|
%install
|
|
|
|
make DESTDIR=%buildroot INSTALL=/usr/bin/install -C /bld/$RPM_PACKAGE_NAME install
|
|
|
|
|
2014-03-21 01:28:57 +04:00
|
|
|
%files
|
2014-12-24 21:18:26 +03:00
|
|
|
%_bindir/bcacheadm
|
|
|
|
%_bindir/bcachectl
|
|
|
|
%_bindir/make-bcache
|
|
|
|
%_bindir/probe-bcache
|
|
|
|
%_bindir/bcache-super-show
|
|
|
|
%_libdir/libbcache.a
|
|
|
|
%_mandir/man8/*.gz
|
2014-12-28 07:13:20 +03:00
|
|
|
%exclude %_prefix/etc/initramfs-tools/hooks/bcache
|
|
|
|
%exclude %_prefix/lib/udev/bcache-register
|
|
|
|
%exclude %_prefix/lib/udev/rules.d/69-bcache.rules
|