]> git.pld-linux.org Git - packages/mozldap.git/commitdiff
- use own build directory (rather mozilla) AC-STABLE auto/ac/mozldap-5_17-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 6 Sep 2006 20:56:48 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozldap.spec -> 1.15

mozldap.spec

index dc90da0cc0c1fbbe0915c59957c92c1e8a0b17f2..0338c9261d2c4c61caefc26a3cc69fd014ac8ca6 100644 (file)
@@ -82,10 +82,10 @@ Ten pakiet dostarcza narz
 wykorzystuj±ce biblioteki Mozilla LDAP C SDK.
 
 %prep
-%setup -q -n mozilla
+%setup -q -c
 
 %build
-cd directory/c-sdk
+cd mozilla/directory/c-sdk
 %configure \
 %ifarch %{x8664} ia64 ppc64 s390x
        --enable-64bit \
@@ -116,6 +116,7 @@ export USE_64
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_includedir},%{_libdir}}/mozldap
 
+cd mozilla
 install dist/lib/lib*ldap*.so $RPM_BUILD_ROOT%{_libdir}
 install dist/bin/ldap* $RPM_BUILD_ROOT%{_libdir}/mozldap
 install dist/public/ldap/*.h $RPM_BUILD_ROOT%{_includedir}/mozldap
This page took 0.069549 seconds and 4 git commands to generate.