update to 5.7.1 [release 5.7.1-1mamba;Wed Sep 23 2020]
This commit is contained in:
parent
a76407c438
commit
2f0180a535
@ -1,29 +1,32 @@
|
|||||||
Name: zulucrypt
|
Name: zulucrypt
|
||||||
Version: 4.8.0
|
Version: 5.7.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: a tool for manage encrypted directories and volumes
|
Summary: A tool for managing encrypted directories and volumes
|
||||||
Group: Graphical Desktop/Applications/Security
|
Group: Graphical Desktop/Applications/Security
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
URL: http://mhogomchungu.github.io/zuluCrypt/
|
URL: https://mhogomchungu.github.io/zuluCrypt/
|
||||||
Source: https://github.com/mhogomchungu/zuluCrypt/releases/download/%{version}/zuluCrypt-%{version}.tar.bz2
|
Source: https://github.com/mhogomchungu/zuluCrypt.git/%{version}/zuluCrypt-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kde-runtime-devel
|
BuildRequires: ldconfig
|
||||||
BuildRequires: kdelibs-devel
|
|
||||||
BuildRequires: libblkid-devel
|
BuildRequires: libblkid-devel
|
||||||
BuildRequires: libcryptsetup-devel
|
BuildRequires: libcryptsetup-devel
|
||||||
|
BuildRequires: libdevmapper-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libkwallet-devel
|
||||||
BuildRequires: libpwquality-devel
|
BuildRequires: libpwquality-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libsecret-devel
|
BuildRequires: libsecret-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -32,6 +35,21 @@ zuluCrypt can manage encrypted volumes that are hosted in image files,in lvm vol
|
|||||||
zuluCrypt can also encrypt stand alone files(zuluCrypt menu->zC->encrypt a file).
|
zuluCrypt can also encrypt stand alone files(zuluCrypt menu->zC->encrypt a file).
|
||||||
zuluMount-gui can also be used as a frontend to encfs.. Just drag and drop encfs encrypted folder on zuluMount-gui to unlock it.
|
zuluMount-gui can also be used as a frontend to encfs.. Just drag and drop encfs encrypted folder on zuluMount-gui to unlock it.
|
||||||
|
|
||||||
|
%package -n lib%{name}
|
||||||
|
Group: System/Libraries
|
||||||
|
Summary: Shared libraries for %{name}
|
||||||
|
|
||||||
|
%description -n lib%{name}
|
||||||
|
This package contains shared libraries for %{name}.
|
||||||
|
|
||||||
|
%package -n lib%{name}-devel
|
||||||
|
Group: Development/Libraries
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description -n lib%{name}-devel
|
||||||
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -50,28 +68,59 @@ zuluMount-gui can also be used as a frontend to encfs.. Just drag and drop encfs
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libzuluCrypt-exe.*
|
|
||||||
%{_libdir}/libzuluCrypt.*
|
|
||||||
%{_libdir}/libzuluCryptPluginManager.*
|
|
||||||
%{_libdir}/pkgconfig/libzuluCrypt.pc
|
|
||||||
%{_libdir}/zuluCrypt/*
|
|
||||||
%{_bindir}/zuluCrypt-*
|
%{_bindir}/zuluCrypt-*
|
||||||
|
%{_bindir}/zuluPolkit
|
||||||
%{_bindir}/zuluMount-*
|
%{_bindir}/zuluMount-*
|
||||||
%{_bindir}/zuluSafe-cli
|
%{_bindir}/zuluSafe-cli
|
||||||
%{_includedir}/zuluCrypt/libzuluCrypt-exe.h
|
|
||||||
%{_includedir}/zuluCrypt/libzuluCrypt.h
|
|
||||||
%{_includedir}/zuluCrypt/libzuluCryptPluginManager.h
|
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
|
%{_datadir}/mime/packages/zuluCrypt.xml
|
||||||
|
%{_datadir}/polkit-1/actions/org.zulucrypt.zulupolkit.policy
|
||||||
|
%dir %{_datadir}/zuluCrypt/translations
|
||||||
|
%dir %{_datadir}/zuluCrypt/translations/zuluCrypt-gui
|
||||||
|
%lang(ar) %{_datadir}/zuluCrypt/translations/zuluCrypt-gui/ar_SA.qm
|
||||||
|
%lang(de) %{_datadir}/zuluCrypt/translations/zuluCrypt-gui/de_DE.qm
|
||||||
|
%{_datadir}/zuluCrypt/translations/zuluCrypt-gui/en_US.qm
|
||||||
|
%lang(fr) %{_datadir}/zuluCrypt/translations/zuluCrypt-gui/fr_FR.qm
|
||||||
|
%dir %{_datadir}/zuluCrypt/translations/zuluMount-gui
|
||||||
|
%lang(ar) %{_datadir}/zuluCrypt/translations/zuluMount-gui/ar_SA.qm
|
||||||
|
%lang(de) %{_datadir}/zuluCrypt/translations/zuluMount-gui/de_DE.qm
|
||||||
|
%{_datadir}/zuluCrypt/translations/zuluMount-gui/en_US.qm
|
||||||
|
%lang(fr) %{_datadir}/zuluCrypt/translations/zuluMount-gui/fr_FR.qm
|
||||||
|
%{_datadir}/icons/zuluCrypt.png
|
||||||
|
%{_datadir}/icons/zuluMount.png
|
||||||
%{_datadir}/icons/hicolor/48x48/apps/*.png
|
%{_datadir}/icons/hicolor/48x48/apps/*.png
|
||||||
%{_mandir}/man1/*.1.gz
|
%{_mandir}/man1/*.1.gz
|
||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/pixmaps/*.png
|
||||||
%{_datadir}/zuluCrypt/translations/zuluCrypt-gui/de_DE.qm
|
%dir %{_docdir}/zuluCrypt
|
||||||
%{_datadir}/zuluCrypt/zuluCrypt.pdf
|
%{_docdir}/zuluCrypt/zuluCrypt.pdf
|
||||||
|
|
||||||
|
%files -n lib%{name}
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libzuluCrypt-exe.so.*
|
||||||
|
%{_libdir}/libzuluCrypt.so.*
|
||||||
|
%{_libdir}/libzuluCryptPluginManager.so.*
|
||||||
|
%dir %{_libdir}/zuluCrypt
|
||||||
|
%{_libdir}/zuluCrypt/*
|
||||||
%doc COPYING LICENSE
|
%doc COPYING LICENSE
|
||||||
|
|
||||||
|
%files -n lib%{name}-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/zuluCrypt
|
||||||
|
%{_includedir}/zuluCrypt/libzuluCrypt*.h
|
||||||
|
%{_libdir}/libzuluCrypt-exe.so
|
||||||
|
%{_libdir}/libzuluCrypt.so
|
||||||
|
%{_libdir}/libzuluCryptPluginManager.so
|
||||||
|
%{_libdir}/pkgconfig/libzuluCrypt.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.7.1-1mamba
|
||||||
|
- update to 5.7.1
|
||||||
|
|
||||||
* Wed Jan 06 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.0-2mamba
|
* Wed Jan 06 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.0-2mamba
|
||||||
- fix cmake command which was hardcoded for x86_64
|
- fix cmake command which was hardcoded for x86_64
|
||||||
- build requirements were missing
|
- build requirements were missing
|
||||||
|
Loading…
Reference in New Issue
Block a user