From: Jean-Marc Pigeon (Delson) Date: Tue, 17 Jun 2025 20:55:32 +0000 (-0400) Subject: spec file handle NSL library X-Git-Tag: tag-0.9~129 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=83da19d0bb09651ce6c98c5d52827c2a882a7329;p=jmp%2Fmailleur spec file handle NSL library --- 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