Changeset 782 for server/fedora/specs/nss_nonlocal.spec
- Timestamp:
- Jul 29, 2008, 7:18:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/specs/nss_nonlocal.spec
r750 r782 2 2 Group: System Environment/Libraries 3 3 Name: nss_nonlocal 4 Version: 1. 64 Version: 1.7 5 5 Release: 0 6 6 URL: http://debathena.mit.edu/nss_nonlocal/ 7 BuildRequires: autoconf 8 BuildRequires: automake 9 BuildRequires: libtool 7 10 License: GPL 8 11 Source: %{name}.tar.gz … … 17 20 %setup -q -n %{name} 18 21 22 cat >find_requires.sh <<EOF 23 #!/bin/sh 24 %{__find_requires} | grep -v GLIBC_PRIVATE 25 exit 0 26 EOF 27 chmod +x find_requires.sh 28 %define _use_internal_dependency_generator 0 29 %define __find_requires %{_builddir}/%{buildsubdir}/find_requires.sh 30 19 31 %build 20 make CFLAGS='%optflags' LDFLAGS='%optflags' 32 autoreconf -i 33 %configure --libdir=/%{_lib} 34 make 21 35 22 36 %install 23 37 [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT 24 make install DESTDIR=$RPM_BUILD_ROOT libdir=/%{_lib}38 make install DESTDIR=$RPM_BUILD_ROOT 25 39 26 40 %clean … … 30 44 %defattr(-, root, root) 31 45 %doc README 32 /%{_lib}/libnss_nonlocal.so. 246 /%{_lib}/libnss_nonlocal.so.* 33 47 34 48 %pre
Note: See TracChangeset
for help on using the changeset viewer.