]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - libsepol/libsepol.nm
Merge remote-tracking branch 'stevee/boost-update'
[people/ms/ipfire-3.x.git] / libsepol / libsepol.nm
index 19042fd00a7cbc8162a0778e92d44eea1bfb9dca..ac647815e7826b6a73eac3e46d0572968bf150e8 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = libsepol
-version    = 2.1.4
-release    = 4
+version    = 2.1.5
+release    = 1
 
 groups     = System/Libraries
 url        = http://www.selinuxproject.org
@@ -26,13 +26,13 @@ build
 
        build
                make clean
-               make CFLAGS="%{CFLAGS}" %{PARALELLISMFLAGS}
+               make CFLAGS="%{CFLAGS}" %{PARALLELISMFLAGS}
        end
 
        # Install libraries to correct place.
        make_install_targets += \
                LIBDIR="%{BUILDROOT}%{libdir}" \
-               SHLIBDIR="%{BUILDROOT}/%{lib}"
+               SHLIBDIR="%{BUILDROOT}%{libdir}"
 
        install_cmds
                # Remove binaries
@@ -40,6 +40,9 @@ build
 
                # Remove manpages for binaries
                rm -rf %{BUILDROOT}/usr/share/man/man8
+
+               # Fix bad symlink.
+               ln -svf libsepol.so.1 %{BUILDROOT}%{libdir}/libsepol.so
        end
 end