Skip to content

Commit

Permalink
Add packaging of LMDB.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Apr 14, 2014
1 parent f6c5b36 commit 62e6370
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/bareos-common.install
Expand Up @@ -8,6 +8,8 @@
/usr/lib/libbareoscfg-*.so
/usr/lib/libbareosfind.so
/usr/lib/libbareosfind-*.so
/usr/lib/libbareoslmdb.so
/usr/lib/libbareoslmdb-*.so
/usr/lib/libbareosndmp.so
/usr/lib/libbareosndmp-*.so
/usr/sbin/btraceback
Expand Down
1 change: 1 addition & 0 deletions debian/rules
Expand Up @@ -47,6 +47,7 @@ override_dh_auto_configure:
--enable-traymonitor \
--enable-xattr \
--enable-scsi-crypto \
--enable-lmdb \
--enable-ndmp \
--enable-ipv6 \
--with-postgresql \
Expand Down
3 changes: 3 additions & 0 deletions platforms/packaging/bareos.spec
Expand Up @@ -499,6 +499,7 @@ export MTX=/usr/sbin/mtx
--enable-batch-insert \
--enable-dynamic-cats-backends \
--enable-scsi-crypto \
--enable-lmdb \
--enable-ndmp \
--enable-ipv6 \
--enable-acl \
Expand Down Expand Up @@ -735,6 +736,8 @@ echo "This is a meta package to install a full bareos system" > %{buildroot}%{_d
%{_libdir}/libbareoscfg.so
%{_libdir}/libbareosfind-%{_libversion}.so
%{_libdir}/libbareosfind.so
%{_libdir}/libbareoslmdb-%{_libversion}.so
%{_libdir}/libbareoslmdb.so
%{_libdir}/libbareosndmp-%{_libversion}.so
%{_libdir}/libbareosndmp.so
# generic stuff needed from multiple bareos packages
Expand Down
1 change: 1 addition & 0 deletions platforms/win32/winbareos-nsi.spec
Expand Up @@ -121,6 +121,7 @@ for file in \
autoxflate-sd.dll \
libbareos.dll \
libbareosfind.dll \
libbareoslmdb.dll \
libbareoscats*.dll \
libcrypto-*.dll \
libgcc_s_*-1.dll \
Expand Down
2 changes: 2 additions & 0 deletions platforms/win32/winbareos.nsi
Expand Up @@ -407,6 +407,7 @@ SectionIn 1 2 3
File "bareos-fd.exe"
File "libbareos.dll"
File "libbareosfind.dll"
File "libbareoslmdb.dll"
File "libcrypto-*.dll"
File "libgcc_s_*-1.dll"
File "libssl-*.dll"
Expand Down Expand Up @@ -1443,6 +1444,7 @@ ConfDeleteSkip:
Delete "$INSTDIR\Plugins\autoxflate-sd.dll"
Delete "$INSTDIR\libbareos.dll"
Delete "$INSTDIR\libbareosfind.dll"
Delete "$INSTDIR\libbareoslmdb.dll"
Delete "$INSTDIR\libcrypto-*.dll"
Delete "$INSTDIR\libgcc_s_*-1.dll"
Delete "$INSTDIR\libhistory6.dll"
Expand Down
1 change: 1 addition & 0 deletions platforms/win32/winbareos32.spec
Expand Up @@ -128,6 +128,7 @@ cp qt-tray-monitor/bareos-tray-monitor.exe \
cats/libbareoscats*.dll \
lib/libbareos.dll \
findlib/libbareosfind.dll \
lmdb/libbareoslmdb.dll \
plugins/filed/bpipe-fd.dll \
plugins/filed/mssqlvdi-fd.dll \
plugins/stored/autoxflate-sd.dll \
Expand Down
1 change: 1 addition & 0 deletions platforms/win32/winbareos64.spec
Expand Up @@ -129,6 +129,7 @@ cp qt-tray-monitor/bareos-tray-monitor.exe \
cats/libbareoscats*.dll \
lib/libbareos.dll \
findlib/libbareosfind.dll \
lmdb/libbareoslmdb.dll \
plugins/filed/bpipe-fd.dll \
plugins/filed/mssqlvdi-fd.dll \
plugins/stored/autoxflate-sd.dll \
Expand Down

0 comments on commit 62e6370

Please sign in to comment.