8000 sqlcipher/spec.template at master · orakle/sqlcipher · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"art","path":"art","contentType":"directory"},{"name":"contrib","path":"contrib","contentType":"directory"},{"name":"doc","path":"doc","contentType":"directory"},{"name":"ext","path":"ext","contentType":"directory"},{"name":"sqlcipher.xcodeproj","path":"sqlcipher.xcodeproj","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":"test","path":"test","contentType":"directory"},{"name":"tool","path":"tool","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"Makefile.arm-wince-mingw32ce-gcc","path":"Makefile.arm-wince-mingw32ce-gcc","contentType":"file"},{"name":"Makefile.in","path":"Makefile.in","contentType":"file"},{"name":"Makefile.linux-gcc","path":"Makefile.linux-gcc","contentType":"file"},{"name":"Makefile.msc","path":"Makefile.msc","contentType":"file"},{"name":"Makefile.vxworks","path":"Makefile.vxworks","contentType":"file"},{"name":"README","path":"README","contentType":"file"},{"name":"VERSION","path":"VERSION","contentType":"file"},{"name":"aclocal.m4","path":"aclocal.m4","contentType":"file"},{"name":"addopcodes.awk","path":"addopcodes.awk","contentType":"file"},{"name":"config.guess","path":"config.guess","contentType":"file"},{"name":"config.h.in","path":"config.h.in","contentType":"file"},{"name":"config.sub","path":"config.sub","contentType":"file"},{"name":"configure","path":"configure","contentType":"file"},{"name":"configure.ac","path":"configure.ac","contentType":"file"},{"name":"install-sh","path":"install-sh","contentType":"file"},{"name":"ltmain.sh","path":"ltmain.sh","contentType":"file"},{"name":"magic.txt","path":"magic.txt","contentType":"file"},{"name":"main.mk","path":"main.mk","contentType":"file"},{"name":"manifest","path":"manifest","contentType":"file"},{"name":"manifest.uuid","path":"manifest.uuid","contentType":"file"},{"name":"mkdll.sh","path":"mkdll.sh","contentType":"file"},{"name":"mkextu.sh","path":"mkextu.sh","contentType":"file"},{"name":"mkextw.sh","path":"mkextw.sh","contentType":"file"},{"name":"mkopcodec.awk","path":"mkopcodec.awk","contentType":"file"},{"name":"mkopcodeh.awk","path":"mkopcodeh.awk","contentType":"file"},{"name":"mkso.sh","path":"mkso.sh","contentType":"file"},{"name":"spec.template","path":"spec.template","contentType":"file"},{"name":"sqlcipher-1.1.8-testkey.db","path":"sqlcipher-1.1.8-testkey.db","contentType":"file"},{"name":"sqlcipher-2.0-be-testkey.db","path":"sqlcipher-2.0-be-testkey.db","contentType":"file"},{"name":"sqlcipher-2.0-beta-testkey.db","path":"sqlcipher-2.0-beta-testkey.db","contentType":"file"},{"name":"sqlcipher-2.0-le-testkey.db","path":"sqlcipher-2.0-le-testkey.db","contentType":"file"},{"name":"sqlcipher.1","path":"sqlcipher.1","contentType":"file"},{"name":"sqlcipher.pc.in","path":"sqlcipher.pc.in","contentType":"file"},{"name":"sqlite.pc.in","path":"sqlite.pc.in","contentType":"file"}],"totalCount":44}},"fileTreeProcessingTime":3.179735,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":13561316,"defaultBranch":"master","name":"sqlcipher","ownerLogin":"orakle","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2013-10-14T13:00:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2844591?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1616156672.911432","canEdit":false,"refType":"branch","currentOid":"c61663d780a5eaae749b04ba9abd7f95d206ac88"},"path":"spec.template","currentUser":null,"blob":{"rawLines":["%define name sqlite","%define version SQLITE_VERSION","%define release 1","","Name: %{name}","Summary: SQLite is a C library that implements an embeddable SQL database engine","Version: %{version}","Release: %{release}","Source: %{name}-%{version}.tar.gz","Group: System/Libraries","URL: http://www.sqlite.org/","License: Public Domain","BuildRoot: %{_tmppath}/%{name}-%{version}-root","","%description","SQLite is a software library that implements a self-contained, serverless,","zero-configuration, transactional SQL database engine.","Programs that link with the SQLite library can have SQL database access","without running a separate RDBMS process. The distribution comes with a","standalone command-line access program (sqlite) that can be used to","administer an SQLite database and which serves as an example of how to","use the SQLite library.","","%package -n %{name}-devel","Summary: Header files and libraries for developing apps which will use sqlite","Group: Development/C","Requires: %{name} = %{version}-%{release}","","%description -n %{name}-devel","The sqlite-devel package contains the header files and libraries needed","to develop programs that use the SQLite database library.","","%prep","%setup -q -n %{name}","","%build","CFLAGS=\"%optflags -DNDEBUG=1\" CXXFLAGS=\"%optflags -DNDEBUG=1\" ./configure --prefix=%{_prefix}","","make","make doc","","%install","install -d $RPM_BUILD_ROOT/%{_prefix}","install -d $RPM_BUILD_ROOT/%{_prefix}/bin","install -d $RPM_BUILD_ROOT/%{_prefix}/include","install -d $RPM_BUILD_ROOT/%{_prefix}/lib","make install prefix=$RPM_BUILD_ROOT/%{_prefix}","","%post -p /sbin/ldconfig","","%postun -p /sbin/ldconfig","","%clean","rm -fr $RPM_BUILD_ROOT","","%files","%defattr(-, root, root)","%{_libdir}/*.so*","%{_bindir}/*","","%files -n %{name}-devel","%defattr(-, root, root)","%{_libdir}/pkgconfig/sqlite3.pc","%{_libdir}/*.a","%{_libdir}/*.la","%{_includedir}/*","%doc doc/*"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/orakle/sqlcipher/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"spec.template","displayUrl":"https://github.com/orakle/sqlcipher/blob/master/spec.template?raw=true","headerInfo":{"blobSize":"1.75 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"6cc7ab2","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Forakle%2Fsqlcipher%2Fblob%2Fmaster%2Fspec.template","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"67","truncatedSloc":"54"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":null,"languageID":null,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/orakle/sqlcipher/blob/master/spec.template","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/orakle/sqlcipher/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/orakle/sqlcipher/raw/refs/heads/master/spec.template","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":null},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/orakle/sqlcipher/branches":{"post":"MeqcCzhSKkV9h0kRWgEkroJE9MFxYrhv6ULaoxB4Z_npYudLGAFiAZE6ec1Hu_Ejljqbfq6mW03jSUqyqJsjOA"},"/repos/preferences":{"post":"mgOFUH5cH2Em1faFOzpKaHKmBnVLnNqoYsdvdw--ShJmmBhwYR8XiBhmE8SInIbI_1Jko5-OA_3KA-C9V5Jc0A"}}},"title":"sqlcipher/spec.template at master · orakle/sqlcipher","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0