]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - lvm2/lvm2.nm
ding-libs: Fix running test suite
[people/stevee/ipfire-3.x.git] / lvm2 / lvm2.nm
index 302204348dcdebd46493ad0b61ee46890736be24..02e4f8413eb2d662645129b3d75ca141ed2d3623 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = lvm2
-version    = 2.02.54
-release    = 2
+version    = 2.02.147
+release    = 1
 thisapp    = LVM2.%{version}
 
 groups     = System/Base
@@ -14,15 +14,15 @@ license    = GPLv2
 summary    = Userland logical volume management tools.
 
 description
-       LVM2 includes all of the support for handling read/write operations on \
-       physical volumes (hard disks, RAID-Systems, magneto optical, etc., \
-       multiple devices (MD), see mdadd(8) or even loop devices, see \
-       losetup(8)), creating volume groups (kind of virtual disks) from one \
-       or more physical volumes and creating one or more logical volumes \
+       LVM2 includes all of the support for handling read/write operations on
+       physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
+       multiple devices (MD), see mdadd(8) or even loop devices, see
+       losetup(8)), creating volume groups (kind of virtual disks) from one
+       or more physical volumes and creating one or more logical volumes
        (kind of logical partitions) in volume groups.
 end
 
-source_dl  =
+source_dl  = ftp://sources.redhat.com/pub/lvm2/
 sources    = %{thisapp}.tgz
 
 build
@@ -34,18 +34,8 @@ build
        end
 
        configure_options += \
-               --bindir=/bin \
-               --sbindir=/sbin \
-               --exec-prefix=/ \
-               --libdir=/%{lib} \
+               --with-usrlibdir=%{libdir} \
                --enable-pkgconfig
-
-       install_cmds
-               mkdir -pv %{BUILDROOT}%{libdir}
-               rm -vf %{BUILDROOT}/%{lib}/libdevmapper.so
-               ln -svf libdevmapper.so.1.02 %{BUILDROOT}/%{lib}/libdevmapper.so.1
-               ln -svf ../../%{lib}/libdevmapper.so.1 %{BUILDROOT}%{libdir}/libdevmapper.so
-       end
 end
 
 packages