bcachefs-tools/bcache-tools.spec
Claudio Fleiner 5a71c13062 update version and build
Change-Id: I2f9e09ee6a927f7f89207914745ef50b6493e4b9
2014-12-24 10:18:26 -08:00

31 lines
759 B
RPMSpec

Summary: bcache-tools: manage local bcache devices
Name: %{package_name}
Version: %{datera_version}
Release: %{?release:%{release}}%{!?release:eng}
Source0: %{name}-%{version}.tar.gz
License: GPL2
Group: tools
BuildRoot: %{_tmppath}/%{name}-root
Requires: libblkid
BuildRequires: pkgconfig libblkid-devel linux-headers libnih-devel
Summary: tools to manage bcache
%description
bcache tools
%install
make DESTDIR=%buildroot INSTALL=/usr/bin/install -C /bld/$RPM_PACKAGE_NAME install
%files
%_bindir/bcacheadm
%_bindir/bcachectl
%_bindir/make-bcache
%_bindir/probe-bcache
%_bindir/bcache-super-show
%_prefix/etc/initramfs-tools/hooks/bcache
%_prefix/lib/udev/bcache-register
%_prefix/lib/udev/rules.d/69-bcache.rules
%_libdir/libbcache.a
%_mandir/man8/*.gz