]> SAFE projects GIT repository - jmp/mailleur/commitdiff
spec file handle NSL library
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Tue, 17 Jun 2025 20:55:32 +0000 (16:55 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Tue, 17 Jun 2025 20:55:32 +0000 (16:55 -0400)
Makefile
Makefile.dist
mailleur.spec.in

index 2deec46650e0748f03ca16decd0a8ed432721cf9..a7f3a96773fc3a17b64eba06f9217de821a91142 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -194,6 +194,7 @@ install     :
                $(DESTDIR)/$(LIBDIR)/$(APPN)/
           @ cp -a                                      \
                shared/lib*                             \
+               nodb/lib*                               \
                $(DESTDIR)/$(LIBDIR)/
 
 #--------------------------------------------------------------------
index ac7d8d1ae73158fcd86e370ed8cdd75638d811f3..e8d36e77314a13c03a72a107accb2fb936a34281 100644 (file)
@@ -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
index f3fc3b912137c5089d1a6e501f9dda33d5b9423a..b66e3c3e3b9c2d8e20110273af1a9df853913181 100644 (file)
@@ -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