libdevmapper: updated to 1.02.15

This commit is contained in:
Simon Gloner 2007-01-17 21:11:51 +01:00
parent c0e8451c3b
commit 602656feb7
3 changed files with 15 additions and 12 deletions

View File

@ -1,14 +1,13 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-r--r--r-- root/root usr/include/libdevmapper.h
-rw-r--r-- root/root usr/include/libdevmapper.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libdevmapper.a -> libdevmapper.a.1.01
-r-xr-xr-x root/root usr/lib/libdevmapper.a.1.01
lrwxrwxrwx root/root usr/lib/libdevmapper.so -> libdevmapper.so.1.01
-r-xr-xr-x root/root usr/lib/libdevmapper.so.1.01
lrwxrwxrwx root/root usr/lib/libdevmapper.so -> libdevmapper.so.1.02
-rwxr-xr-x root/root usr/lib/libdevmapper.so.1.02
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/devmapper.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-r--r--r-- root/root usr/man/man8/dmsetup.8.gz
-rw-r--r-- root/root usr/man/man8/dmsetup.8.gz
drwxr-xr-x root/root usr/sbin/
-r-xr-xr-x root/root usr/sbin/dmsetup
-r-xr-xr-x root/root usr/sbin/dmsetup.static
-rwxr-xr-x root/root usr/sbin/dmsetup

View File

@ -1 +1 @@
074cf116cc2c7194f2d100bc5f743833 device-mapper.1.01.05.tgz
79c61b014ecabf3160de60de2c8b9719 device-mapper.1.02.15.tgz

View File

@ -1,9 +1,10 @@
# Description: Device Mapper for LVM
# URL: http://sources.redhat.com/dm/
# Maintainer: Simon Gloßner, viper at hometux dot de
# Packager: Mark Rosenstand, mark at borkware dot net
name=libdevmapper
version=1.01.05
version=1.02.15
release=1
source=(ftp://sources.redhat.com/pub/dm/device-mapper.${version}.tgz)
@ -12,9 +13,12 @@ build() {
./configure \
--prefix=/usr \
--enable-pkgconfig \
--disable-nls \
--disable-debug \
--enable-static_link
--with-optimisation="$CFLAGS"
make
make DESTDIR=$PKG install
find $PKG -type f -exec chmod u+w {} \;
}