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

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

Issue 3108030: Move bundled copy of sqlite one level deeper to better separate it... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « third_party/sqlite/src/shell_icu_win.c ('k') | third_party/sqlite/src/sqlite.h.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/src/shell_icu_win.c ('k') | third_party/sqlite/src/sqlite.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698