]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
libjpeg: Fix hardcoded path.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 7 Jul 2013 14:41:32 +0000 (16:41 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 7 Jul 2013 14:41:32 +0000 (16:41 +0200)
There was a hardcoded path on the packages section, which leads
to a wrong dependency of the main to the devel package for x86_64 systems.

libjpeg/libjpeg.nm

index e592118e4165e60aa8cb715b975f8f32fe9f0ea9..50c8b352bf5464711616958aa0716f9f47f48602 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = libjpeg
 version    = 1.2.0
-release    = 1
+release    = 2
 thisapp    = libjpeg-turbo-%{version}
 
 groups     = System/Libraries
@@ -48,7 +48,7 @@ packages
        package %{name}-devel
                template DEVEL
 
-               files += !/usr/lib/libturbojpeg.so
+               files += !%{libdir}/libturbojpeg.so
        end
 
        package %{name}-debuginfo