From 83da19d0bb09651ce6c98c5d52827c2a882a7329 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Tue, 17 Jun 2025 16:55:32 -0400 Subject: [PATCH] spec file handle NSL library --- Makefile | 1 + Makefile.dist | 4 ++++ mailleur.spec.in | 2 ++ 3 files changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 2deec46..a7f3a96 100644 --- a/Makefile +++ b/Makefile @@ -194,6 +194,7 @@ install : $(DESTDIR)/$(LIBDIR)/$(APPN)/ @ cp -a \ shared/lib* \ + nodb/lib* \ $(DESTDIR)/$(LIBDIR)/ #-------------------------------------------------------------------- diff --git a/Makefile.dist b/Makefile.dist index ac7d8d1..e8d36e7 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -34,6 +34,7 @@ tarfile : clean $(APLV)/bin \ $(APLV)/lib \ $(APLV)/linux \ + $(APLV)/nodb \ $(APLV)/shared \ $(APLV)/shell \ $(APLV)/support \ @@ -50,6 +51,9 @@ tarfile : clean @ cp -a \ shared/* \ $(APLV)/shared/ + @ cp -a \ + nodb/* \ + $(APLV)/nodb/ @ cp -a support/*.sh \ $(APLV)/support @ cp -a app/Makefile $(APLV)/app/Makefile diff --git a/mailleur.spec.in b/mailleur.spec.in index f3fc3b9..b66e3c3 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -144,6 +144,7 @@ Requires : postgresql-server %files postgresql %defattr(-,root,root,-) %{_libdir}/libposql.so* +%{_libdir}/libmanql.so* #============================================================================= %package mysql @@ -163,6 +164,7 @@ Requires : %{name} = %{version}-%{release} %files mysql %defattr(-,root,root,-) %{_libdir}/libmasql.so* +%{_libdir}/libponql.so* #============================================================================= %prep -- 2.47.3