From 633b793328d51977ab22a4ccadd02b3499adb8d0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:05:52 +0100 Subject: [PATCH] rebuilt with sysmtem libtinyxml2 [release 1.9.5-2mamba;Mon Jul 30 2018] --- encfs.spec | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/encfs.spec b/encfs.spec index d538ebb..25b0672 100644 --- a/encfs.spec +++ b/encfs.spec @@ -1,6 +1,6 @@ Name: encfs -Version: 1.8.1 -Release: 1mamba +Version: 1.9.5 +Release: 2mamba Summary: A FUSE based encrypted filesystem in user-space Group: Applications/Archiving Vendor: openmamba @@ -12,12 +12,11 @@ Source: https://github.com/vgough/encfs.git/v%{version}/encfs-%{version}. License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libboost-devel BuildRequires: libfuse-devel BuildRequires: libgcc BuildRequires: libopenssl-devel -BuildRequires: librlog-devel BuildRequires: libstdc++6-devel +BuildRequires: libtinyxml2-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -48,13 +47,17 @@ This package contains libraries and header files for developing applications tha %setup -q %build -autoreconf -f -i -%configure -%make +%cmake -d build \ + -DINSTALL_LIBENCFS=ON \ + -DBUILD_SHARED_LIBS=ON \ + -DUSE_INTERNAL_TINYXML=OFF + +%make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall + +%makeinstall -C build %find_lang %{name} || touch %{name}.lang @@ -70,6 +73,7 @@ autoreconf -f -i %{_bindir}/encfsctl %{_bindir}/encfssh %{_mandir}/man1/encfs.1* +%{_mandir}/man1/encfssh.1* %{_mandir}/man1/encfsctl.1* %files -n lib%{name} @@ -79,11 +83,26 @@ autoreconf -f -i %files -n lib%{name}-devel %defattr(-,root,root) -%{_libdir}/libencfs.la +#%{_libdir}/libencfs.la %{_libdir}/libencfs.so %doc ChangeLog README-NLS README.md %changelog +* Mon Jul 30 2018 Silvan Calarco 1.9.5-2mamba +- rebuilt with sysmtem libtinyxml2 + +* Sat May 12 2018 Automatic Build System 1.9.5-1mamba +- automatic version update by autodist + +* Wed Feb 07 2018 Automatic Build System 1.9.4-1mamba +- automatic version update by autodist + +* Sat Aug 05 2017 Automatic Build System 1.9.2-1mamba +- automatic version update by autodist + +* Sun Apr 09 2017 Automatic Build System 1.9.1-1mamba +- automatic version update by autodist + * Sun Feb 28 2016 Silvan Calarco 1.8.1-1mamba - package created using the webbuild interface