Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.2:Update
sqlcipher
sqlcipher.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sqlcipher.spec of Package sqlcipher
# # spec file for package sqlcipher # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define lib_name lib%{name}-3_11_0-0 Name: sqlcipher Version: 3.4.0 Release: 0 Summary: SQLite database encryption License: BSD-3-Clause Group: Productivity/Databases/Clients Url: http://sqlcipher.net Source: https://github.com/sqlcipher/sqlcipher/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: ncurses-devel BuildRequires: openssl-devel BuildRequires: pkg-config BuildRequires: readline-devel BuildRequires: sqlite3-devel BuildRequires: tcl-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description SQLCipher is an SQLite extension that provides transparent 256-bit AES encryption of database files. Pages are encrypted before being written to disk and are decrypted when read back. Due to the small footprint and great performance it’s ideal for protecting embedded application databases and is well suited for mobile development. %package -n %{lib_name} Summary: Shared library for SQLCipher Group: System/Libraries %description -n %{lib_name} SQLCipher is an SQLite extension that provides transparent 256-bit AES encryption of database files. Pages are encrypted before being written to disk and are decrypted when read back. Due to the small footprint and great performance it’s ideal for protecting embedded application databases and is well suited for mobile development/ This package contains shared library. %package tcl Summary: Tcl extension for sqlcipher Group: Development/Languages/Tcl %description tcl SQLCipher is an SQLite extension that provides transparent 256-bit AES encryption of database files. Pages are encrypted before being written to disk and are decrypted when read back. Due to the small footprint and great performance it’s ideal for protecting embedded application databases and is well suited for mobile development/ This package provides tcl extension for SQLCipher. %package devel Summary: Development files for SQLCipher Group: Development/Libraries/C and C++ Requires: %{lib_name} = %{version}-%{release} Requires: %{name} = %{version}-%{release} Requires: %{name}-tcl = %{version}-%{release} %description devel SQLCipher is an SQLite extension that provides transparent 256-bit AES encryption of database files. Pages are encrypted before being written to disk and are decrypted when read back. Due to the small footprint and great performance it’s ideal for protecting embedded application databases and is well suited for mobile development. This package contains development files for SQLCipher. %prep %setup -q %build export CFLAGS="%{optflags} -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2" export LDFLAGS="-lcrypto" %configure \ --enable-threadsafe \ --enable-cross-thread-connections \ --enable-releasemode \ --disable-static \ --with-crypto-lib \ --with-tcl=%{_libdir} \ --enable-tempstore=yes make %{?_smp_mflags} %install %make_install find %{buildroot} -type f -name "*.la" -delete -print %post -n %{lib_name} -p /sbin/ldconfig %postun -n %{lib_name} -p /sbin/ldconfig %files %defattr(-,root,root) %doc README.md LICENSE %{_bindir}/sqlcipher %files -n %{lib_name} %defattr(-,root,root) %doc README.md LICENSE %{_libdir}/libsqlcipher-3.11.0.so.0 %{_libdir}/libsqlcipher-3.11.0.so.0.8.6 %files tcl %defattr(-,root,root) %doc README.md LICENSE %dir %{_libdir}/tcl/tcl8.?/sqlite3 %{_libdir}/tcl/tcl8.?/sqlite3/libtclsqlite3.so %{_libdir}/tcl/tcl8.?/sqlite3/pkgIndex.tcl %files devel %defattr(-,root,root) %doc README.md LICENSE %{_libdir}/libsqlcipher.so %{_libdir}/pkgconfig/sqlcipher.pc %{_includedir}/sqlcipher/ %{_includedir}/sqlcipher/sqlite3.h %{_includedir}/sqlcipher/sqlite3ext.h %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor