packages: sqlite3/sqlite3.spec - Add feature provides/requires for bconds ...

japhy japhy at pld-linux.org
Thu Apr 14 14:42:55 CEST 2011


Author: japhy                        Date: Thu Apr 14 12:42:55 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
 - Add feature provides/requires for bconds needed by forked-daapd.

---- Files affected:
packages/sqlite3:
   sqlite3.spec (1.98 -> 1.99) 

---- Diffs:

================================================================
Index: packages/sqlite3/sqlite3.spec
diff -u packages/sqlite3/sqlite3.spec:1.98 packages/sqlite3/sqlite3.spec:1.99
--- packages/sqlite3/sqlite3.spec:1.98	Wed Mar 23 20:03:45 2011
+++ packages/sqlite3/sqlite3.spec	Thu Apr 14 14:42:50 2011
@@ -39,6 +39,8 @@
 # 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
@@ -79,6 +81,14 @@
 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
@@ -116,6 +126,14 @@
 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
@@ -246,6 +264,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.99  2011/04/14 12:42:50  japhy
+ - Add feature provides/requires for bconds needed by forked-daapd.
+
 Revision 1.98  2011/03/23 19:03:45  qboosh
 - updated bcond desc
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sqlite3/sqlite3.spec?r1=1.98&r2=1.99&f=u



More information about the pld-cvs-commit mailing list