rebuilt with sysmtem libtinyxml2 [release 1.9.5-2mamba;Mon Jul 30 2018]
This commit is contained in:
parent
83ab9f8626
commit
633b793328
35
encfs.spec
35
encfs.spec
@ -1,6 +1,6 @@
|
|||||||
Name: encfs
|
Name: encfs
|
||||||
Version: 1.8.1
|
Version: 1.9.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A FUSE based encrypted filesystem in user-space
|
Summary: A FUSE based encrypted filesystem in user-space
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,12 +12,11 @@ Source: https://github.com/vgough/encfs.git/v%{version}/encfs-%{version}.
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libboost-devel
|
|
||||||
BuildRequires: libfuse-devel
|
BuildRequires: libfuse-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: librlog-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libtinyxml2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -48,13 +47,17 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
%cmake -d build \
|
||||||
%configure
|
-DINSTALL_LIBENCFS=ON \
|
||||||
|
-DBUILD_SHARED_LIBS=ON \
|
||||||
|
-DUSE_INTERNAL_TINYXML=OFF
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
|
||||||
|
%makeinstall -C build
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%find_lang %{name} || touch %{name}.lang
|
||||||
|
|
||||||
@ -70,6 +73,7 @@ autoreconf -f -i
|
|||||||
%{_bindir}/encfsctl
|
%{_bindir}/encfsctl
|
||||||
%{_bindir}/encfssh
|
%{_bindir}/encfssh
|
||||||
%{_mandir}/man1/encfs.1*
|
%{_mandir}/man1/encfs.1*
|
||||||
|
%{_mandir}/man1/encfssh.1*
|
||||||
%{_mandir}/man1/encfsctl.1*
|
%{_mandir}/man1/encfsctl.1*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
@ -79,11 +83,26 @@ autoreconf -f -i
|
|||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libencfs.la
|
#%{_libdir}/libencfs.la
|
||||||
%{_libdir}/libencfs.so
|
%{_libdir}/libencfs.so
|
||||||
%doc ChangeLog README-NLS README.md
|
%doc ChangeLog README-NLS README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Feb 28 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user