From: Stefan Schantl Date: Sun, 6 Nov 2011 12:18:39 +0000 (+0100) Subject: dmraid: Also install header files. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=359102ae4e229acadb6b27c011d10e903c4b2ce9;p=ipfire-3.x.git dmraid: Also install header files. --- diff --git a/dmraid/dmraid.nm b/dmraid/dmraid.nm index e017e197c..5b7e58b94 100644 --- a/dmraid/dmraid.nm +++ b/dmraid/dmraid.nm @@ -5,7 +5,7 @@ name = dmraid version = 1.0.0.rc15 -release = 1 +release = 2 groups = System/Filesystems url = http://people.redhat.com/heinzm/sw/dmraid @@ -13,12 +13,12 @@ license = GPLv2+ summary = Device-mapper RAID tool and library. description - DMRAID supports RAID device discovery, RAID set activation, creation, \ - removal, rebuild and display of properties for ATARAID/DDF1 metadata on \ + DMRAID supports RAID device discovery, RAID set activation, creation, + removal, rebuild and display of properties for ATARAID/DDF1 metadata on Linux >= 2.4 using device-mapper. end -source_dl = +source_dl = http://people.redhat.com/heinzm/sw/dmraid/src/old/ sources = %{thisapp}.tar.bz2 build @@ -48,6 +48,9 @@ build install -v -m 755 lib/libdmraid.so \ %{BUILDROOT}/lib/libdmraid.so.%{version} ln -svf ../../lib/libdmraid.so.%{version} %{BUILDROOT}/usr/lib/libdmraid.so + + # Install development headers. + install -m 644 include/dmraid/*.h %{BUILDROOT}/usr/include/dmraid/ end end