]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
popt: Move libs to /usr.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Apr 2012 12:56:57 +0000 (14:56 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Apr 2012 12:56:57 +0000 (14:56 +0200)
popt/popt.nm

index 5bf894aacd65e655730c2bbab0f8ab931e2ae7e0..92de3e92afd8cf77b4ae2e74ecf4128e89830209 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = popt
 version    = 1.15
-release    = 2
+release    = 3
 
 groups     = System/Libraries
 url        = http://www.rpm5.org/
@@ -20,17 +20,6 @@ end
 
 source_dl  =
 
-build
-       configure_options += \
-               --libdir=/%{lib}
-
-       install_cmds
-               mkdir -pv %{BUILDROOT}%{libdir}
-               rm -vf %{BUILDROOT}/%{lib}/libpopt.so
-               ln -sfv ../../%{lib}/libpopt.so.0.0.0 %{BUILDROOT}%{libdir}/libpopt.so
-       end
-end
-
 packages
        package %{name}