]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
rpmify
authorClaudio Fleiner <cmf@daterainc.com>
Fri, 5 Dec 2014 23:11:28 +0000 (15:11 -0800)
committerClaudio Fleiner <cmf@daterainc.com>
Fri, 5 Dec 2014 23:11:28 +0000 (15:11 -0800)
Change-Id: Iffa28034d4228366565c762b4103fae2a54b2518

Makefile.am
bcache-tools.spec
configure.ac

index fdfe1a530516497d712a415ab83fc0eaac0210c2..07aff1dc7eb175b5554a9eadd3220cc082afb095 100644 (file)
@@ -42,3 +42,6 @@ initramfsdir=$(prefix)/etc/initramfs-tools/hooks/
 man8_MANS= bcache-super-show.8 \
           make-bcache.8 \
           probe-bcache.8
+
+include ../../../../../../../../../../usr/share/DateraContainer/Makefile.rpm
+# some version of automake don't like absolute path names for included makefiles
index 9b04d8b9d807633a4970a88909c832661293c5fb..d3e877c997c71f15d1667d367d1b0439dac6635a 100644 (file)
@@ -8,9 +8,10 @@ Group: tools
 BuildRoot: %{_tmppath}/%{name}-root
 Requires: libblkid
 BuildRequires: pkgconfig libblkid-devel linux-headers
+Summary: tools to manage bcache
 
-%package dev
 
 %description
+bcache tools
 
 %files
index a8039c0048fd937663863a9f5ac4658ff2ca688d..bd0decdabd5fb99ae277738fd1e751061d53fe3c 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT(bcache-tools, VERSION, BUG-REPORT-ADDRESS)
+AC_INIT(bcache-tools, 0.1, support@datera.io)
 AM_INIT_AUTOMAKE
 LT_INIT
 AC_CONFIG_HEADER([config.h])