]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- use glib.a from proper libdir (/usr/lib64 on amd)
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 19 Dec 2003 13:56:26 +0000 (13:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts.spec -> 1.135

rc-scripts.spec

index 0c75bbf16d89cc33b607244c3c14ec161265ef9f..7987bf70337badef1039167a66cea72e81aed985 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: rc-scripts.spec,v 1.134 2003-12-07 16:06:44 wolf Exp $
+# $Id: rc-scripts.spec,v 1.135 2003-12-19 13:56:26 jajcus Exp $
 #
 # Conditional build:
 %bcond_without static  # link binaries with glib dynamically
@@ -16,6 +16,7 @@ Vendor:               PLD rc-scripts Team <pld-rc-scripts@pld-linux.org>
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
 # Source0-md5: f568bd67cf9d344841e406929fc9aade
+Patch0:                %{name}-libdir.patch
 URL:           http://svn.pld-linux.org/svn/rc-scripts/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -86,6 +87,7 @@ programc
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal}
@@ -94,6 +96,7 @@ programc
 %configure \
        --with-localedir=%{localedir}
 %{__make} \
+       glibdir=/usr/%{_lib} \
        %{!?with_static:ppp_watch_LDADD="-lglib" ppp_watch_DEPENDENCIES=}
 
 %install
@@ -101,6 +104,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/var/{run/netreport,log}
 
 %{__make} install \
+       glibdir=/usr/%{_lib} \
        DESTDIR=$RPM_BUILD_ROOT \
        %{!?with_static:ppp_watch_LDADD="-lglib" ppp_watch_DEPENDENCIES=}
 
This page took 0.084952 seconds and 4 git commands to generate.