]> git.pld-linux.org Git - packages/nss_db.git/commitdiff
- release 8: amfix patch for automake 1.5 RA-1_0 STABLE nss_db-2_2-8
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Oct 2001 16:50:33 +0000 (16:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nss_db-amfix.patch -> 1.1
    nss_db.spec -> 1.10

nss_db-amfix.patch [new file with mode: 0644]
nss_db.spec

diff --git a/nss_db-amfix.patch b/nss_db-amfix.patch
new file mode 100644 (file)
index 0000000..cb0fc13
--- /dev/null
@@ -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
index 58502e3a008aabc79d659195b1813f8489b95d9a..9558880f0c8a8100233ec3cbc044da081bfe6708 100644 (file)
@@ -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
This page took 0.048453 seconds and 4 git commands to generate.