Initial package
OBS-URL: https://build.opensuse.org/package/show/home:javierllorente/oatpp-sqlite?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
||||
3
oatpp-sqlite-1.3.0.tar.gz
Normal file
3
oatpp-sqlite-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3abd7b0b1ea49fd4882fcf074223fdc4a2c82e9a9429341c3be48dd6187ebfd
|
||||
size 2277605
|
||||
4
oatpp-sqlite.changes
Normal file
4
oatpp-sqlite.changes
Normal file
@@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 16:51:07 UTC 2023 - Javier Llorente <javier@opensuse.org> 1.3.0
|
||||
|
||||
- Initial package
|
||||
71
oatpp-sqlite.spec
Normal file
71
oatpp-sqlite.spec
Normal file
@@ -0,0 +1,71 @@
|
||||
#
|
||||
# spec file for package oatpp
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: oatpp-sqlite
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: SQLite adapter for Oat++ ORM
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/oatpp/oatpp-sqlite/
|
||||
Source: https://github.com/oatpp/oatpp-sqlite/archive/%{version}/oatpp-sqlite-%{version}.tar.gz
|
||||
BuildRequires: cmake >= 3.1
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: oatpp-devel
|
||||
BuildRequires: sqlite3-devel
|
||||
|
||||
%description
|
||||
Provides the SQLite adapter for the Oat++ ORM
|
||||
|
||||
%package -n lib%{name}
|
||||
Summary: SQLite adapter for Oat++ ORM
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n lib%{name}
|
||||
Provides the SQLite adapter for the Oat++ ORM
|
||||
|
||||
%package devel
|
||||
Summary: SQLite adapter for Oat++ ORM
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libstdc++-devel
|
||||
Requires: oatpp-devel
|
||||
Requires: lib%{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Development files for the SQLite module
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%cmake
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%files -n lib%{name}
|
||||
%{_libdir}/oatpp-%{version}/lib%{name}.so
|
||||
|
||||
%files devel
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_includedir}/oatpp-%{version}/%{name}
|
||||
%{_libdir}/cmake/%{name}-%{version}
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user