Changeset 782 for server/fedora/specs


Ignore:
Timestamp:
Jul 29, 2008, 7:18:13 AM (16 years ago)
Author:
andersk
Message:
Update to nss_nonlocal 1.7, which fixes the nscd bug.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/specs/nss_nonlocal.spec

    r750 r782  
    22Group: System Environment/Libraries
    33Name: nss_nonlocal
    4 Version: 1.6
     4Version: 1.7
    55Release: 0
    66URL: http://debathena.mit.edu/nss_nonlocal/
     7BuildRequires: autoconf
     8BuildRequires: automake
     9BuildRequires: libtool
    710License: GPL
    811Source: %{name}.tar.gz
     
    1720%setup -q -n %{name}
    1821
     22cat >find_requires.sh <<EOF
     23#!/bin/sh
     24%{__find_requires} | grep -v GLIBC_PRIVATE
     25exit 0
     26EOF
     27chmod +x find_requires.sh
     28%define _use_internal_dependency_generator 0
     29%define __find_requires %{_builddir}/%{buildsubdir}/find_requires.sh
     30
    1931%build
    20 make CFLAGS='%optflags' LDFLAGS='%optflags'
     32autoreconf -i
     33%configure --libdir=/%{_lib}
     34make
    2135
    2236%install
    2337[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
    24 make install DESTDIR=$RPM_BUILD_ROOT libdir=/%{_lib}
     38make install DESTDIR=$RPM_BUILD_ROOT
    2539
    2640%clean
     
    3044%defattr(-, root, root)
    3145%doc README
    32 /%{_lib}/libnss_nonlocal.so.2
     46/%{_lib}/libnss_nonlocal.so.*
    3347
    3448%pre
Note: See TracChangeset for help on using the changeset viewer.