]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- Add feature provides/requires for bconds needed by forked-daapd.
authorjaphy <japhy@pld-linux.org>
Thu, 14 Apr 2011 12:42:50 +0000 (12:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sqlite3.spec -> 1.99

sqlite3.spec

index 3174161de7900a75a6d27571d702a9317ac7cd32..e7b3b0fe022c093fa95a7b357da457a9b69821c7 100644 (file)
@@ -38,6 +38,8 @@ Source0:      http://www.sqlite.org/sqlite-%{srcver}-%{realver}.zip
 # Source0-md5: d61d784997d42cd0d92bac7994094c56
 Patch0:                %{name}-sign-function.patch
 URL:           http://www.sqlite.org/
+%{?with_load_extension:Provides:       %{name}(load_extension)}
+%{?with_unlock_notify:Provides:        %{name}(unlock_notify)}
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -78,6 +80,14 @@ Summary:     Header files for SQLite development
 Summary(pl.UTF-8):     Pliki nagłówkowe SQLite
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+%if %{with unlock_notify}
+Requires:      %{name}(unlock_notify)
+Provides:      %{name}-devel(unlock_notify)
+%endif
+%if %{with load_extension}
+Requires:      %{name}(load_extension)
+Provides:      %{name}-devel(load_extension)
+%endif
 
 %description devel
 SQLite is a C library that implements an SQL database engine. A large
@@ -115,6 +125,14 @@ Summary:   Static libraries for SQLite development
 Summary(pl.UTF-8):     Statyczne biblioteki SQLite
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
+%if %{with unclock_notify}
+Requires:      %{name}-devel(unlock_notify)
+Provides:      %{name}-static(unlock_notify)
+%endif
+%if %{with load_extension}
+Requires:      %{name}-devel(load_extension)
+Provides:      %{name}-static(load_extension)
+%endif
 
 %description static
 SQLite is a C library that implements an SQL database engine. A large
This page took 0.269671 seconds and 4 git commands to generate.