Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
3 changed files with 10 additions and 29 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -42,8 +42,3 @@
|
|||
/wxsqlite3-4.12.1.tar.gz
|
||||
/wxsqlite3-4.12.2.tar.gz
|
||||
/wxsqlite3-4.12.3.tar.gz
|
||||
/wxsqlite3-4.12.4.tar.gz
|
||||
/wxsqlite3-4.12.5.tar.gz
|
||||
/wxsqlite3-4.12.6.tar.gz
|
||||
/wxsqlite3-4.12.7.tar.gz
|
||||
/wxsqlite3-5.0.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wxsqlite3-5.0.1.tar.gz) = 59c635a5254247276249f8c151ffae0ab8bdeb3f0c27a255313ba5e215f11c42b04699d23b217cf3fd446daec1b2f18376cb26761bc9fc528312fabeebe69f39
|
||||
SHA512 (wxsqlite3-4.12.3.tar.gz) = 94a2e2c27feab043f429b625355747c2536d6d4fee1b8711ab2a1c54a388289f4daca553006909db18eeecb4a7cfc32704cf0caa9e9a325518aa6798c25bc24b
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
%global wxincdir %{_includedir}/wx-%{wxversion}
|
||||
|
||||
Name: wxsqlite3
|
||||
Version: 5.0.1
|
||||
Version: 4.12.3
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ wrapper around the SQLite 3.x database
|
||||
|
||||
|
|
@ -61,7 +61,7 @@ that use %{name}.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
%autosetup -n %{name}-%{version}
|
||||
|
||||
# activate correct build folder
|
||||
#mv build30 build
|
||||
|
|
@ -83,12 +83,6 @@ chmod a-x include/wx/wxsqlite3.h src/wxsqlite3.cpp
|
|||
chmod -x LICENCE.txt readme.md
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
|
||||
# disable GCC LTO froür wxSQLite3
|
||||
export CFLAGS="%{build_cflags} -fno-lto"
|
||||
export CXXFLAGS="%{build_cxxflags} -fno-lto"
|
||||
|
||||
#autoreconf --install --force
|
||||
autoreconf
|
||||
%configure --enable-shared=yes --enable-static=no --enable-codec=chacha20 \
|
||||
|
|
@ -113,8 +107,14 @@ mv %{buildroot}%{_includedir}/wx %{buildroot}%{wxincdir}
|
|||
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
# install pkgconfig file
|
||||
### mkdir -p %{buildroot}%{_libdir}/pkgconfig
|
||||
###mv %{name}.pc %{buildroot}%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
||||
%files
|
||||
%doc readme.md
|
||||
%license LICENCE.txt
|
||||
|
|
@ -128,22 +128,8 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||
%files doc
|
||||
%doc docs/html
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 14 2026 Martin Gansser <martinkg@fedoraproject.org> 5.0.1-1
|
||||
- Update to 5.0.1
|
||||
|
||||
* Thu Aug 06 2026 Martin Gansser <martinkg@fedoraproject.org> 4.12.7-1
|
||||
- Update to 4.12.7
|
||||
|
||||
* Fri Jul 17 2026 Martin Gansser <martinkg@fedoraproject.org> 4.12.6-1
|
||||
- Update to 4.12.6
|
||||
|
||||
* Mon Jun 08 2026 Martin Gansser <martinkg@fedoraproject.org> 4.12.5-1
|
||||
- Update to 4.12.5
|
||||
|
||||
* Thu May 07 2026 Martin Gansser <martinkg@fedoraproject.org> 4.12.4-1
|
||||
- Update to 4.12.4
|
||||
|
||||
* Tue Apr 14 2026 Martin Gansser <martinkg@fedoraproject.org> 4.12.3-1
|
||||
- Update to 4.12.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue