From 197a7ea11d7b4b7486f70e140f7298a40f8e9a41 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 20 Oct 2001 16:50:33 +0000 Subject: [PATCH] - release 8: amfix patch for automake 1.5 Changed files: nss_db-amfix.patch -> 1.1 nss_db.spec -> 1.10 --- nss_db-amfix.patch | 11 +++++++++++ nss_db.spec | 20 ++++++++++++++------ 2 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 nss_db-amfix.patch diff --git a/nss_db-amfix.patch b/nss_db-amfix.patch new file mode 100644 index 0000000..cb0fc13 --- /dev/null +++ b/nss_db-amfix.patch @@ -0,0 +1,11 @@ +--- nss_db-2.2/Makefile.am.orig Tue Aug 15 16:18:16 2000 ++++ nss_db-2.2/Makefile.am Sat Oct 20 16:44:18 2001 +@@ -33,7 +33,7 @@ + # To mimmick the old glibc installation as closely as possible, we + # shuffle the installed library and the links to it around a bit, + # removing all traces from libtool in the process. +-install-data-local: ++install-data-hook: + $(mkinstalldirs) $(DESTDIR)$(libdir) + rm $(DESTDIR)$(slibdir)/libnss_db.la + rm $(DESTDIR)$(slibdir)/libnss_db.so diff --git a/nss_db.spec b/nss_db.spec index 58502e3..9558880 100644 --- a/nss_db.spec +++ b/nss_db.spec @@ -1,15 +1,18 @@ -# $Revision: 1.9 $Date: 2001-09-18 20:27:04 $ +# $Revision: 1.10 $Date: 2001-10-20 16:50:33 $ Summary: Berkeley DB Name Service Switch Module Summary(pl): Modu³ NSS do baz db Name: nss_db Version: 2.2 -Release: 7 +Release: 8 License: LGPL Group: Base Group(de): Gründsätzlich +Group(es): Base Group(pl): Podstawowe +Group(pt_BR): Base Source0: ftp://sources.redhat.com/pub/glibc/releases/%{name}-%{version}.tar.gz Patch0: %{name}-chmod_644.patch +Patch1: %{name}-amfix.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: db3-devel @@ -21,11 +24,16 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description This is nss_db, a name service switch module that can be used with -glibc-2.2.xx. +glibc-2.2.x. + +%description -l pl +To jest nss_db, modu³ do serwisu nazw, który mo¿e byæ u¿ywany z +glibc-2.2.x. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build rm -f missing @@ -54,12 +62,12 @@ ln -sf create-db $RPM_BUILD_ROOT%{_bindir}/update-db gzip -9nf AUTHORS ChangeLog README NEWS THANKS -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files %defattr(644,root,root,755) %doc *.gz -- 2.44.0