]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - libatasmart/libatasmart.nm
Merge remote-tracking branch 'stevee/sssd'
[ipfire-3.x.git] / libatasmart / libatasmart.nm
index 6bbf1157e369a8382919337ce269900fb6391a65..b0ebb5c15c51d70257509defdbf58b8238ccc024 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = libatasmart
-version    = 0.17
+version    = 0.19
 release    = 1
 
 groups     = System/Statistics
@@ -13,36 +13,27 @@ license    = LGPLv2+
 summary    = ATA S.M.A.R.T. Disk Health Monitoring Library.
 
 description
-       A scmall and lightweight parser library for ATA S.M.A.R.T. hard disk \
+       A scmall and lightweight parser library for ATA S.M.A.R.T. hard disk
        health monitoring.
 end
 
-source_dl  =
-sources    = %{thisapp}.tar.gz
+source_dl  = http://0pointer.de/public/
+sources    = %{thisapp}.tar.xz
 
 build
        requires
                libudev-devel
-               pkg-config
-       end
-
-       configure_options += \
-               --libdir=/lib
-
-       install_cmds
-               -mkdir -pv %{BUILDROOT}/usr/lib
-               mv -v %{BUILDROOT}/lib/pkgconfig %{BUILDROOT}/usr/lib/
-
-               rm -vf %{BUILDROOT}/lib/libatasmart.so
-               ln -svf ../../lib/libatasmart.so.4 %{BUILDROOT}/usr/lib/libatasmart.so
        end
 end
 
 packages
        package %{name}
-       end
-       
+
        package %{name}-devel
                template DEVEL
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end