rebuilt with sysmtem libtinyxml2 [release 1.9.5-2mamba;Mon Jul 30 2018]
This commit is contained in:
parent
83ab9f8626
commit
633b793328
37
encfs.spec
37
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 <silvan.calarco@mambasoft.it> 1.9.5-2mamba
|
||||
- rebuilt with sysmtem libtinyxml2
|
||||
|
||||
* Sat May 12 2018 Automatic Build System <autodist@mambasoft.it> 1.9.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 07 2018 Automatic Build System <autodist@mambasoft.it> 1.9.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 05 2017 Automatic Build System <autodist@mambasoft.it> 1.9.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 09 2017 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 28 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user