Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Side by Side Diff: third_party/sqlite/sqlite-src-3080704/spec.template

Issue 883353008: [sql] Import reference version of SQLite 3.8.7.4. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hold back encoding change which is messing up patch. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 %define name sqlite 1 %define name sqlite
2 %define version SQLITE_VERSION 2 %define version SQLITE_VERSION
3 %define release 1 3 %define release 1
4 4
5 Name: %{name} 5 Name: %{name}
6 Summary: SQLite is a C library that implements an embeddable SQL database engine 6 Summary: SQLite is a C library that implements an embeddable SQL database engine
7 Version: %{version} 7 Version: %{version}
8 Release: %{release} 8 Release: %{release}
9 Source: %{name}-%{version}.tar.gz 9 Source: %{name}-%{version}.tar.gz
10 Group: System/Libraries 10 Group: System/Libraries
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 %{_libdir}/*.so* 58 %{_libdir}/*.so*
59 %{_bindir}/* 59 %{_bindir}/*
60 60
61 %files -n %{name}-devel 61 %files -n %{name}-devel
62 %defattr(-, root, root) 62 %defattr(-, root, root)
63 %{_libdir}/pkgconfig/sqlite3.pc 63 %{_libdir}/pkgconfig/sqlite3.pc
64 %{_libdir}/*.a 64 %{_libdir}/*.a
65 %{_libdir}/*.la 65 %{_libdir}/*.la
66 %{_includedir}/* 66 %{_includedir}/*
67 %doc doc/* 67 %doc doc/*
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/mptest/multiwrite01.test ('k') | third_party/sqlite/sqlite-src-3080704/sqlite.pc.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698