]> git.pld-linux.org Git - packages/krusader.git/commitdiff
- fixed build on amd64, disable rpath, release 1 auto/ac/krusader-1_40-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Aug 2004 22:39:26 +0000 (22:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    krusader.spec -> 1.22

krusader.spec

index 027519d7296c7791ca99a85f11ab37654e19f322..e98fa51759ecb765d419683e61029d390a495736 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Krusader is a filemanager for KDE 3
 Summary(pl):   Krusader jest zarz±dc± plików dla KDE 3
 Name:          krusader
 Version:       1.40
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/krusader/%{name}-%{version}.tar.gz
@@ -48,7 +48,9 @@ cp -f /usr/share/automake/config.sub admin
 export QTDIR=%{_prefix}
 export KDEDIR=%{_prefix}
 kde_htmldir="%{_kdedocdir}"; export kde_htmldir
-%configure
+%configure \
+       --disable-rpath \
+       --with-qt-libraries=%{_libdir}
 
 %{__make}
 
This page took 0.05091 seconds and 4 git commands to generate.