[packages/python-apsw] Versioned R for sqlite, package all docs

wiget wiget at pld-linux.org
Wed Sep 4 17:16:46 CEST 2013


commit f8bb72a1533d72668d054f8ad0d9e2a3d6392907
Author: Artur Frysiak <artur at frysiak.net>
Date:   Tue Sep 3 17:43:03 2013 +0200

    Versioned R for sqlite, package all docs

 python-apsw.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-apsw.spec b/python-apsw.spec
index 3bb47a7..3fa4ee3 100644
--- a/python-apsw.spec
+++ b/python-apsw.spec
@@ -1,5 +1,6 @@
 
 %define		module	apsw
+%define		sqlite_ver 3.8.0.1
 
 Summary:	Another Python SQLite Wrapper
 Summary(pl.UTF-8):	Another Python SQLite Wrapper - jeszcze jeden pythonowy wrapper dla SQLite
@@ -15,8 +16,9 @@ URL:		http://code.google.com/p/apsw/
 BuildRequires:	python-devel >= 1:2.3
 BuildRequires:	python-modules
 BuildRequires:	rpm-pythonprov
-BuildRequires:	sqlite3-devel >= 3.8.0
+BuildRequires:	sqlite3-devel >= %{sqlite_ver}
 BuildRequires:	unzip
+Requires:	sqlite3 >= %{sqlite_ver}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -52,6 +54,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.html
+%doc doc
 %attr(755,root,root) %{py_sitedir}/%{module}.so
 %{py_sitedir}/%{module}-*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-apsw.git/commitdiff/f8bb72a1533d72668d054f8ad0d9e2a3d6392907



More information about the pld-cvs-commit mailing list