Mageia Bugzilla – Attachment 3310 Details for
Bug 8597
Add python-apsw to repo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Here's the spec-file.
python-apsw.spec (text/x-rpm-spec), 1.52 KB, created by
Kristoffer Grundström
on 2013-01-04 13:16:22 CET
(
hide
)
Description:
Here's the spec-file.
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2013-01-04 13:16:22 CET
Size:
1.52 KB
patch
obsolete
>%define sqlite_version 3.7.7.1 >%define uprel 1 >%define pkg_version %{sqlite_version}-r%{uprel} > >Name: python-apsw >Version: %{sqlite_version}.r%{uprel} >Release: 1 >Summary: Another Python SQLite Wrapper >Source: apsw-%{pkg_version}.tar.bz2 >URL: http://code.google.com/p/apsw/ >Group: Development/Python >License: zlib/libpng License >BuildRequires: sqlite3-devel >= %{sqlite_version} >%py_requires -d > >%description >APSW is a Python wrapper for the SQLite embedded relational database >engine. In contrast to other wrappers such as pysqlite it focuses on >being a minimal layer over SQLite attempting just to translate the >complete SQLite API into Python. > >%package doc >Summary: Another Python SQLite Wrapper - Documentation >Group: Development/Python >License: zlib/libpng License >BuildArch: noarch > >%description doc >APSW is a Python wrapper for the SQLite embedded relational database >engine. In contrast to other wrappers such as pysqlite it focuses on >being a minimal layer over SQLite attempting just to translate the >complete SQLite API into Python. > >%prep >%setup -q -n "apsw-%{pkg_version}" > >%build >CFLAGS="%{optflags} -fno-strict-aliasing" \ >%__python ./setup.py build > >%install >%__python ./setup.py install \ > --prefix="%{_prefix}" \ > --root="%{buildroot}" > >#__rm doc/.buildinfo > >%files >%doc doc/* >%{python_sitearch}/* > > >%changelog >* Wed Nov 30 2011 Dmitry Mikhirev <dmikhirev@mandriva.org> 3.7.7.1.r1-1 >+ Revision: 735584 >- imported package python-apsw >
%define sqlite_version 3.7.7.1 %define uprel 1 %define pkg_version %{sqlite_version}-r%{uprel} Name: python-apsw Version: %{sqlite_version}.r%{uprel} Release: 1 Summary: Another Python SQLite Wrapper Source: apsw-%{pkg_version}.tar.bz2 URL: http://code.google.com/p/apsw/ Group: Development/Python License: zlib/libpng License BuildRequires: sqlite3-devel >= %{sqlite_version} %py_requires -d %description APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. %package doc Summary: Another Python SQLite Wrapper - Documentation Group: Development/Python License: zlib/libpng License BuildArch: noarch %description doc APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. %prep %setup -q -n "apsw-%{pkg_version}" %build CFLAGS="%{optflags} -fno-strict-aliasing" \ %__python ./setup.py build %install %__python ./setup.py install \ --prefix="%{_prefix}" \ --root="%{buildroot}" #__rm doc/.buildinfo %files %doc doc/* %{python_sitearch}/* %changelog * Wed Nov 30 2011 Dmitry Mikhirev <dmikhirev@mandriva.org> 3.7.7.1.r1-1 + Revision: 735584 - imported package python-apsw
View Attachment As Raw
Actions:
View
Attachments on
bug 8597
: 3310