2010-02-05 15:22:59 +00:00
|
|
|
#
|
2011-02-21 14:55:49 +00:00
|
|
|
# spec file for package wt
|
2010-02-05 15:22:59 +00:00
|
|
|
#
|
2025-09-30 09:01:13 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC and contributors
|
2010-02-05 15:22:59 +00:00
|
|
|
#
|
|
|
|
|
# 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.
|
|
|
|
|
|
2019-03-29 08:46:24 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2010-02-05 15:22:59 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
2014-12-04 15:28:58 +00:00
|
|
|
%define WTSRVDIR /srv/wt
|
|
|
|
|
%define WTRUNDIR %{WTSRVDIR}/run
|
2025-03-10 11:08:38 +00:00
|
|
|
%define so_version 4_11_3
|
2010-02-05 15:22:59 +00:00
|
|
|
Name: wt
|
2025-03-10 11:08:38 +00:00
|
|
|
Version: 4.11.3
|
2014-04-09 09:57:47 +00:00
|
|
|
Release: 0
|
2025-03-11 17:48:42 +00:00
|
|
|
Summary: C++ library for developing web applications (Web Toolkit)
|
2019-03-05 15:53:33 +00:00
|
|
|
License: GPL-2.0-only
|
2010-02-05 15:22:59 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2019-12-09 12:52:17 +00:00
|
|
|
URL: https://www.webtoolkit.eu/wt/
|
2021-06-15 16:17:25 +00:00
|
|
|
Source0: https://github.com/emweb/wt/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
2025-03-10 11:08:38 +00:00
|
|
|
Patch0: missing_libs.patch
|
2014-04-09 09:57:47 +00:00
|
|
|
BuildRequires: FastCGI-devel
|
2023-01-09 18:13:10 +00:00
|
|
|
BuildRequires: GraphicsMagick-devel
|
2014-12-04 15:28:58 +00:00
|
|
|
BuildRequires: Mesa-devel
|
|
|
|
|
BuildRequires: apache-rpm-macros
|
2014-04-09 09:57:47 +00:00
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: doxygen
|
2010-02-05 15:22:59 +00:00
|
|
|
BuildRequires: fdupes
|
2014-04-09 09:57:47 +00:00
|
|
|
BuildRequires: gcc-c++
|
2014-12-04 15:28:58 +00:00
|
|
|
BuildRequires: glew-devel
|
|
|
|
|
BuildRequires: glu-devel
|
2014-04-09 09:57:47 +00:00
|
|
|
BuildRequires: graphviz
|
|
|
|
|
BuildRequires: libharu-devel
|
2014-12-04 15:28:58 +00:00
|
|
|
BuildRequires: libpng-devel
|
|
|
|
|
BuildRequires: mysql-devel
|
2014-04-09 09:57:47 +00:00
|
|
|
BuildRequires: pango-devel
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: postgresql-devel
|
2014-12-04 15:28:58 +00:00
|
|
|
BuildRequires: zlib-devel
|
2024-06-04 13:37:17 +00:00
|
|
|
BuildRequires: cmake(Qt6Core)
|
2017-11-29 15:42:03 +00:00
|
|
|
BuildRequires: pkgconfig(openssl)
|
2019-03-29 08:46:24 +00:00
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
2014-04-09 09:57:47 +00:00
|
|
|
Requires: FastCGI
|
|
|
|
|
Requires: openssl
|
2014-12-04 15:28:58 +00:00
|
|
|
Recommends: %{name}-dbo = %{version}
|
|
|
|
|
Suggests: %{name}-dbo-mysql = %{version}
|
|
|
|
|
Suggests: %{name}-dbo-postgres = %{version}
|
2020-12-11 11:36:50 +00:00
|
|
|
BuildRequires: libboost_atomic-devel
|
2019-12-09 12:52:17 +00:00
|
|
|
BuildRequires: libboost_filesystem-devel
|
|
|
|
|
BuildRequires: libboost_program_options-devel
|
|
|
|
|
BuildRequires: libboost_thread-devel
|
2010-02-05 15:22:59 +00:00
|
|
|
|
|
|
|
|
%description
|
2011-01-11 13:24:57 +00:00
|
|
|
Wt is a C++ library and application server for developing and
|
2010-02-05 15:22:59 +00:00
|
|
|
deploying web applications. The widget-centric API is inspired by
|
2019-03-29 08:46:24 +00:00
|
|
|
existing C++ GUI APIs. It offers complete abstraction of any
|
2011-01-11 13:24:57 +00:00
|
|
|
web-specific implementation details. Most importantly, the entire
|
2010-02-05 15:22:59 +00:00
|
|
|
application is written in only one compiled language (C++), from which
|
|
|
|
|
the library generates the necessary HTML, Javascript, CGI, and AJAX
|
|
|
|
|
code.
|
|
|
|
|
|
Accepting request 562627 from home:eeich:branches:devel:libraries:c_c++
- Updated to 4.0.2
* Release 4.0.2 (November 24, 2017)
This is a patch release that fixes a few problems with the build of
* Wt 4.0.1, and fixes a bug in Wt::Auth.
Release 4.0.1 (November 21, 2017)
This is a smaller release with mostly bugfixes, and some new features:
* Added WContainerWidget::addNew() and similar methods
Because writing code like this:
auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
is a bit verbose, a shorthand was added that creates the widget and adds
it
to the container in one go:
auto text = root()->addNew<Wt::WText>("Hello!");
addNew forwards its arguments to the constructor, just like
std::make_unique. Along those lines, we added
WContainerWidget::insertNew()
and WTemplate::bindNew().
Added the <max-formdata-size> configuration option
Previously, the maximum size of form data sent by Wt in a single POST
request was capped to 5 MiB. In applications with a large amount of forms
with a lot of data, that may not be enough, so <max-formdata-size> can be
used to adjust this independently. Note that the maximum request size (and
by consequence, the form data size) is still capped by <max-request-size>.
* Release 4.0.0 (September 19, 2017)
This release has all of the added features of Wt 3.3.8, but comes with
many notable changes. In general, Wt 4 employs the more modern C++ style
of C++11 and beyond. Support for compilers without sufficient C++11
support is dropped competely. Wt 4 aligns more with the C++ Core
Guidelines in a pragmatic way, while keeping the API familiar.
Changes in Wt's memory model
OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
2018-01-09 09:39:59 +00:00
|
|
|
%package -n libwtdbo%{so_version}
|
2014-12-04 15:28:58 +00:00
|
|
|
Summary: Wt::Dbo ORM library and Sqlite3 back-end
|
2025-03-11 17:48:42 +00:00
|
|
|
Group: System/Libraries
|
Accepting request 562627 from home:eeich:branches:devel:libraries:c_c++
- Updated to 4.0.2
* Release 4.0.2 (November 24, 2017)
This is a patch release that fixes a few problems with the build of
* Wt 4.0.1, and fixes a bug in Wt::Auth.
Release 4.0.1 (November 21, 2017)
This is a smaller release with mostly bugfixes, and some new features:
* Added WContainerWidget::addNew() and similar methods
Because writing code like this:
auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
is a bit verbose, a shorthand was added that creates the widget and adds
it
to the container in one go:
auto text = root()->addNew<Wt::WText>("Hello!");
addNew forwards its arguments to the constructor, just like
std::make_unique. Along those lines, we added
WContainerWidget::insertNew()
and WTemplate::bindNew().
Added the <max-formdata-size> configuration option
Previously, the maximum size of form data sent by Wt in a single POST
request was capped to 5 MiB. In applications with a large amount of forms
with a lot of data, that may not be enough, so <max-formdata-size> can be
used to adjust this independently. Note that the maximum request size (and
by consequence, the form data size) is still capped by <max-request-size>.
* Release 4.0.0 (September 19, 2017)
This release has all of the added features of Wt 3.3.8, but comes with
many notable changes. In general, Wt 4 employs the more modern C++ style
of C++11 and beyond. Support for compilers without sufficient C++11
support is dropped competely. Wt 4 aligns more with the C++ Core
Guidelines in a pragmatic way, while keeping the API familiar.
Changes in Wt's memory model
OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
2018-01-09 09:39:59 +00:00
|
|
|
Provides: %{name}-dbo = %{version}
|
2014-12-04 15:28:58 +00:00
|
|
|
|
Accepting request 562627 from home:eeich:branches:devel:libraries:c_c++
- Updated to 4.0.2
* Release 4.0.2 (November 24, 2017)
This is a patch release that fixes a few problems with the build of
* Wt 4.0.1, and fixes a bug in Wt::Auth.
Release 4.0.1 (November 21, 2017)
This is a smaller release with mostly bugfixes, and some new features:
* Added WContainerWidget::addNew() and similar methods
Because writing code like this:
auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
is a bit verbose, a shorthand was added that creates the widget and adds
it
to the container in one go:
auto text = root()->addNew<Wt::WText>("Hello!");
addNew forwards its arguments to the constructor, just like
std::make_unique. Along those lines, we added
WContainerWidget::insertNew()
and WTemplate::bindNew().
Added the <max-formdata-size> configuration option
Previously, the maximum size of form data sent by Wt in a single POST
request was capped to 5 MiB. In applications with a large amount of forms
with a lot of data, that may not be enough, so <max-formdata-size> can be
used to adjust this independently. Note that the maximum request size (and
by consequence, the form data size) is still capped by <max-request-size>.
* Release 4.0.0 (September 19, 2017)
This release has all of the added features of Wt 3.3.8, but comes with
many notable changes. In general, Wt 4 employs the more modern C++ style
of C++11 and beyond. Support for compilers without sufficient C++11
support is dropped competely. Wt 4 aligns more with the C++ Core
Guidelines in a pragmatic way, while keeping the API familiar.
Changes in Wt's memory model
OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
2018-01-09 09:39:59 +00:00
|
|
|
%description -n libwtdbo%{so_version}
|
2014-12-04 15:28:58 +00:00
|
|
|
This package contains the Wt::Dbo Object-Relational Mapping library
|
|
|
|
|
and Sqlite3 back-end of it.
|
|
|
|
|
|
Accepting request 562627 from home:eeich:branches:devel:libraries:c_c++
- Updated to 4.0.2
* Release 4.0.2 (November 24, 2017)
This is a patch release that fixes a few problems with the build of
* Wt 4.0.1, and fixes a bug in Wt::Auth.
Release 4.0.1 (November 21, 2017)
This is a smaller release with mostly bugfixes, and some new features:
* Added WContainerWidget::addNew() and similar methods
Because writing code like this:
auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
is a bit verbose, a shorthand was added that creates the widget and adds
it
to the container in one go:
auto text = root()->addNew<Wt::WText>("Hello!");
addNew forwards its arguments to the constructor, just like
std::make_unique. Along those lines, we added
WContainerWidget::insertNew()
and WTemplate::bindNew().
Added the <max-formdata-size> configuration option
Previously, the maximum size of form data sent by Wt in a single POST
request was capped to 5 MiB. In applications with a large amount of forms
with a lot of data, that may not be enough, so <max-formdata-size> can be
used to adjust this independently. Note that the maximum request size (and
by consequence, the form data size) is still capped by <max-request-size>.
* Release 4.0.0 (September 19, 2017)
This release has all of the added features of Wt 3.3.8, but comes with
many notable changes. In general, Wt 4 employs the more modern C++ style
of C++11 and beyond. Support for compilers without sufficient C++11
support is dropped competely. Wt 4 aligns more with the C++ Core
Guidelines in a pragmatic way, while keeping the API familiar.
Changes in Wt's memory model
OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
2018-01-09 09:39:59 +00:00
|
|
|
%package -n libwtdbomysql%{so_version}
|
2014-12-04 15:28:58 +00:00
|
|
|
Summary: MySQL back-end for the Wt::Dbo ORM library
|
2025-03-11 17:48:42 +00:00
|
|
|
Group: System/Libraries
|
2014-12-04 15:28:58 +00:00
|
|
|
Provides: %{name}-dbo-mysql = %{version}
|
|
|
|
|
|
Accepting request 562627 from home:eeich:branches:devel:libraries:c_c++
- Updated to 4.0.2
* Release 4.0.2 (November 24, 2017)
This is a patch release that fixes a few problems with the build of
* Wt 4.0.1, and fixes a bug in Wt::Auth.
Release 4.0.1 (November 21, 2017)
This is a smaller release with mostly bugfixes, and some new features:
* Added WContainerWidget::addNew() and similar methods
Because writing code like this:
auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
is a bit verbose, a shorthand was added that creates the widget and adds
it
to the container in one go:
auto text = root()->addNew<Wt::WText>("Hello!");
addNew forwards its arguments to the constructor, just like
std::make_unique. Along those lines, we added
WContainerWidget::insertNew()
and WTemplate::bindNew().
Added the <max-formdata-size> configuration option
Previously, the maximum size of form data sent by Wt in a single POST
request was capped to 5 MiB. In applications with a large amount of forms
with a lot of data, that may not be enough, so <max-formdata-size> can be
used to adjust this independently. Note that the maximum request size (and
by consequence, the form data size) is still capped by <max-request-size>.
* Release 4.0.0 (September 19, 2017)
This release has all of the added features of Wt 3.3.8, but comes with
many notable changes. In general, Wt 4 employs the more modern C++ style
of C++11 and beyond. Support for compilers without sufficient C++11
support is dropped competely. Wt 4 aligns more with the C++ Core
Guidelines in a pragmatic way, while keeping the API familiar.
Changes in Wt's memory model
OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
2018-01-09 09:39:59 +00:00
|
|
|
%description -n libwtdbomysql%{so_version}
|
2014-12-04 15:28:58 +00:00
|
|
|
This package contains the MySQL back-end for the Wt::Dbo ORM library.
|
|
|
|
|
|
Accepting request 562627 from home:eeich:branches:devel:libraries:c_c++
- Updated to 4.0.2
* Release 4.0.2 (November 24, 2017)
This is a patch release that fixes a few problems with the build of
* Wt 4.0.1, and fixes a bug in Wt::Auth.
Release 4.0.1 (November 21, 2017)
This is a smaller release with mostly bugfixes, and some new features:
* Added WContainerWidget::addNew() and similar methods
Because writing code like this:
auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
is a bit verbose, a shorthand was added that creates the widget and adds
it
to the container in one go:
auto text = root()->addNew<Wt::WText>("Hello!");
addNew forwards its arguments to the constructor, just like
std::make_unique. Along those lines, we added
WContainerWidget::insertNew()
and WTemplate::bindNew().
Added the <max-formdata-size> configuration option
Previously, the maximum size of form data sent by Wt in a single POST
request was capped to 5 MiB. In applications with a large amount of forms
with a lot of data, that may not be enough, so <max-formdata-size> can be
used to adjust this independently. Note that the maximum request size (and
by consequence, the form data size) is still capped by <max-request-size>.
* Release 4.0.0 (September 19, 2017)
This release has all of the added features of Wt 3.3.8, but comes with
many notable changes. In general, Wt 4 employs the more modern C++ style
of C++11 and beyond. Support for compilers without sufficient C++11
support is dropped competely. Wt 4 aligns more with the C++ Core
Guidelines in a pragmatic way, while keeping the API familiar.
Changes in Wt's memory model
OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
2018-01-09 09:39:59 +00:00
|
|
|
%package -n libwtdbopostgres%{so_version}
|
2014-12-04 15:28:58 +00:00
|
|
|
Summary: PostgreSQL back-end for the Wt::Dbo ORM library
|
2025-03-11 17:48:42 +00:00
|
|
|
Group: System/Libraries
|
2014-12-04 15:28:58 +00:00
|
|
|
Provides: %{name}-dbo-postgres = %{version}
|
|
|
|
|
|
Accepting request 562627 from home:eeich:branches:devel:libraries:c_c++
- Updated to 4.0.2
* Release 4.0.2 (November 24, 2017)
This is a patch release that fixes a few problems with the build of
* Wt 4.0.1, and fixes a bug in Wt::Auth.
Release 4.0.1 (November 21, 2017)
This is a smaller release with mostly bugfixes, and some new features:
* Added WContainerWidget::addNew() and similar methods
Because writing code like this:
auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
is a bit verbose, a shorthand was added that creates the widget and adds
it
to the container in one go:
auto text = root()->addNew<Wt::WText>("Hello!");
addNew forwards its arguments to the constructor, just like
std::make_unique. Along those lines, we added
WContainerWidget::insertNew()
and WTemplate::bindNew().
Added the <max-formdata-size> configuration option
Previously, the maximum size of form data sent by Wt in a single POST
request was capped to 5 MiB. In applications with a large amount of forms
with a lot of data, that may not be enough, so <max-formdata-size> can be
used to adjust this independently. Note that the maximum request size (and
by consequence, the form data size) is still capped by <max-request-size>.
* Release 4.0.0 (September 19, 2017)
This release has all of the added features of Wt 3.3.8, but comes with
many notable changes. In general, Wt 4 employs the more modern C++ style
of C++11 and beyond. Support for compilers without sufficient C++11
support is dropped competely. Wt 4 aligns more with the C++ Core
Guidelines in a pragmatic way, while keeping the API familiar.
Changes in Wt's memory model
OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
2018-01-09 09:39:59 +00:00
|
|
|
%description -n libwtdbopostgres%{so_version}
|
2014-12-04 15:28:58 +00:00
|
|
|
This package contains the PostgresSQL back-end for the Wt::Dbo ORM library.
|
|
|
|
|
|
2010-02-05 15:22:59 +00:00
|
|
|
%package devel
|
2011-01-11 13:17:56 +00:00
|
|
|
Summary: Web Toolkit - Development Files
|
2010-02-05 15:22:59 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2014-04-09 09:57:47 +00:00
|
|
|
Requires: %{name} = %{version}
|
2014-12-04 15:28:58 +00:00
|
|
|
Requires: %{name}-dbo = %{version}
|
|
|
|
|
Requires: %{name}-dbo-mysql = %{version}
|
|
|
|
|
Requires: %{name}-dbo-postgres = %{version}
|
2014-04-09 09:57:47 +00:00
|
|
|
Requires: FastCGI-devel
|
|
|
|
|
Requires: Xerces-c-devel
|
2010-02-05 15:22:59 +00:00
|
|
|
Requires: boost-devel >= 1.34.1
|
2014-12-04 15:28:58 +00:00
|
|
|
Requires: cmake
|
2010-02-05 15:22:59 +00:00
|
|
|
Requires: mxml-devel >= 2.3
|
2017-11-29 15:42:03 +00:00
|
|
|
Requires: pkgconfig(openssl)
|
2010-02-05 15:22:59 +00:00
|
|
|
|
|
|
|
|
%description devel
|
2011-01-11 13:17:56 +00:00
|
|
|
Development files for the Wt library.
|
|
|
|
|
|
2010-02-05 15:22:59 +00:00
|
|
|
Wt is a C++ library and application server for developping and
|
|
|
|
|
deploying web applications. The widget-centric API is inspired by
|
2019-03-29 08:46:24 +00:00
|
|
|
existing C++ GUI APIs. It offers complete abstraction of any
|
2010-02-05 15:22:59 +00:00
|
|
|
web-specific implementation details. Most imporantly, the entire
|
|
|
|
|
application is written in only one compiled language (C++), from which
|
|
|
|
|
the library generates the necessary HTML, Javascript, CGI, and AJAX
|
|
|
|
|
code.
|
|
|
|
|
|
|
|
|
|
%prep
|
2021-06-15 16:17:25 +00:00
|
|
|
%autosetup -p1
|
2010-02-05 15:22:59 +00:00
|
|
|
|
|
|
|
|
%build
|
2014-12-04 15:28:58 +00:00
|
|
|
%cmake \
|
|
|
|
|
-DENABLE_FIREBIRD=OFF \
|
2019-03-29 08:46:24 +00:00
|
|
|
-DENABLE_QT4=OFF \
|
2024-06-04 13:37:17 +00:00
|
|
|
-DENABLE_QT5=OFF \
|
|
|
|
|
-DENABLE_QT6=ON \
|
2014-12-04 15:28:58 +00:00
|
|
|
-DSHARED_LIBS=ON \
|
|
|
|
|
-DMULTI_THREADED=ON \
|
|
|
|
|
-DUSE_SYSTEM_SQLITE3=ON \
|
2010-09-22 13:27:26 +00:00
|
|
|
-DCONNECTOR_HTTP=ON \
|
2010-02-05 15:22:59 +00:00
|
|
|
-DCONNECTOR_FCGI=ON \
|
2014-12-04 15:28:58 +00:00
|
|
|
-DWEBGROUP="%{apache_group}" -DWEBUSER="%{apache_user}" \
|
2011-04-26 16:31:19 +00:00
|
|
|
-DRUNDIR="%{WTRUNDIR}" \
|
2014-12-04 15:28:58 +00:00
|
|
|
-DBUILD_EXAMPLES=ON \
|
|
|
|
|
-DENABLE_POSTGRES=ON \
|
2023-01-09 18:13:10 +00:00
|
|
|
-DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
|
2014-12-04 15:28:58 +00:00
|
|
|
-DWT_WITH_SSL=ON \
|
|
|
|
|
-DHTTP_WITH_ZLIB=ON
|
2021-06-15 16:17:25 +00:00
|
|
|
%cmake_build
|
2010-02-05 15:22:59 +00:00
|
|
|
|
|
|
|
|
%install
|
2014-12-04 15:28:58 +00:00
|
|
|
%cmake_install
|
|
|
|
|
|
2021-06-15 16:17:25 +00:00
|
|
|
mkdir -p %{buildroot}%{_docdir}/%{name}
|
|
|
|
|
mkdir -p %{buildroot}%{WTSRVDIR}
|
|
|
|
|
mkdir -p %{buildroot}%{WTRUNDIR}
|
|
|
|
|
mkdir %{buildroot}%{_docdir}/%{name}-devel/
|
|
|
|
|
cp -rv doc/* %{buildroot}%{_docdir}/%{name}-devel/
|
|
|
|
|
mv -v %{buildroot}%{_datadir}/Wt %{buildroot}%{_datadir}/wt
|
2010-03-01 00:51:02 +00:00
|
|
|
|
2011-01-11 13:17:56 +00:00
|
|
|
# Remove shell scripts used for generating some images.
|
2021-06-15 16:17:25 +00:00
|
|
|
rm %{buildroot}%{_datadir}/wt/resources/themes/*/*/generate.sh
|
2014-04-09 09:57:47 +00:00
|
|
|
|
2025-03-10 11:08:38 +00:00
|
|
|
%fdupes %{buildroot}%{_docdir}
|
|
|
|
|
%fdupes %{buildroot}%{_datadir}
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
%ldconfig_scriptlets -n libwtdbo%{so_version}
|
|
|
|
|
%ldconfig_scriptlets -n libwtdbomysql%{so_version}
|
|
|
|
|
%ldconfig_scriptlets -n libwtdbopostgres%{so_version}
|
2014-12-04 15:28:58 +00:00
|
|
|
|
2010-02-05 15:22:59 +00:00
|
|
|
%files
|
2019-03-05 15:53:33 +00:00
|
|
|
%license LICENSE
|
|
|
|
|
%doc Changelog ReleaseNotes.html
|
2010-02-05 15:22:59 +00:00
|
|
|
%dir %{WTSRVDIR}
|
2019-12-09 12:52:17 +00:00
|
|
|
%attr(-,%{apache_user},%{apache_group}) %{WTRUNDIR}
|
2014-04-09 09:57:47 +00:00
|
|
|
%dir %{_sysconfdir}/wt
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/wt/wt_config.xml
|
2019-12-09 12:52:17 +00:00
|
|
|
%{_datadir}/wt
|
|
|
|
|
%{_libdir}/libwt.so.*
|
|
|
|
|
%{_libdir}/libwtfcgi.so.*
|
|
|
|
|
%{_libdir}/libwthttp.so.*
|
|
|
|
|
%{_libdir}/libwttest.so.*
|
2014-12-04 15:28:58 +00:00
|
|
|
|
Accepting request 562627 from home:eeich:branches:devel:libraries:c_c++
- Updated to 4.0.2
* Release 4.0.2 (November 24, 2017)
This is a patch release that fixes a few problems with the build of
* Wt 4.0.1, and fixes a bug in Wt::Auth.
Release 4.0.1 (November 21, 2017)
This is a smaller release with mostly bugfixes, and some new features:
* Added WContainerWidget::addNew() and similar methods
Because writing code like this:
auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
is a bit verbose, a shorthand was added that creates the widget and adds
it
to the container in one go:
auto text = root()->addNew<Wt::WText>("Hello!");
addNew forwards its arguments to the constructor, just like
std::make_unique. Along those lines, we added
WContainerWidget::insertNew()
and WTemplate::bindNew().
Added the <max-formdata-size> configuration option
Previously, the maximum size of form data sent by Wt in a single POST
request was capped to 5 MiB. In applications with a large amount of forms
with a lot of data, that may not be enough, so <max-formdata-size> can be
used to adjust this independently. Note that the maximum request size (and
by consequence, the form data size) is still capped by <max-request-size>.
* Release 4.0.0 (September 19, 2017)
This release has all of the added features of Wt 3.3.8, but comes with
many notable changes. In general, Wt 4 employs the more modern C++ style
of C++11 and beyond. Support for compilers without sufficient C++11
support is dropped competely. Wt 4 aligns more with the C++ Core
Guidelines in a pragmatic way, while keeping the API familiar.
Changes in Wt's memory model
OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
2018-01-09 09:39:59 +00:00
|
|
|
%files -n libwtdbo%{so_version}
|
2014-12-04 15:28:58 +00:00
|
|
|
%{_libdir}/libwtdbo.so.*
|
|
|
|
|
%{_libdir}/libwtdbosqlite3.so.*
|
|
|
|
|
|
Accepting request 562627 from home:eeich:branches:devel:libraries:c_c++
- Updated to 4.0.2
* Release 4.0.2 (November 24, 2017)
This is a patch release that fixes a few problems with the build of
* Wt 4.0.1, and fixes a bug in Wt::Auth.
Release 4.0.1 (November 21, 2017)
This is a smaller release with mostly bugfixes, and some new features:
* Added WContainerWidget::addNew() and similar methods
Because writing code like this:
auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
is a bit verbose, a shorthand was added that creates the widget and adds
it
to the container in one go:
auto text = root()->addNew<Wt::WText>("Hello!");
addNew forwards its arguments to the constructor, just like
std::make_unique. Along those lines, we added
WContainerWidget::insertNew()
and WTemplate::bindNew().
Added the <max-formdata-size> configuration option
Previously, the maximum size of form data sent by Wt in a single POST
request was capped to 5 MiB. In applications with a large amount of forms
with a lot of data, that may not be enough, so <max-formdata-size> can be
used to adjust this independently. Note that the maximum request size (and
by consequence, the form data size) is still capped by <max-request-size>.
* Release 4.0.0 (September 19, 2017)
This release has all of the added features of Wt 3.3.8, but comes with
many notable changes. In general, Wt 4 employs the more modern C++ style
of C++11 and beyond. Support for compilers without sufficient C++11
support is dropped competely. Wt 4 aligns more with the C++ Core
Guidelines in a pragmatic way, while keeping the API familiar.
Changes in Wt's memory model
OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
2018-01-09 09:39:59 +00:00
|
|
|
%files -n libwtdbomysql%{so_version}
|
2014-12-04 15:28:58 +00:00
|
|
|
%{_libdir}/libwtdbomysql.so.*
|
|
|
|
|
|
Accepting request 562627 from home:eeich:branches:devel:libraries:c_c++
- Updated to 4.0.2
* Release 4.0.2 (November 24, 2017)
This is a patch release that fixes a few problems with the build of
* Wt 4.0.1, and fixes a bug in Wt::Auth.
Release 4.0.1 (November 21, 2017)
This is a smaller release with mostly bugfixes, and some new features:
* Added WContainerWidget::addNew() and similar methods
Because writing code like this:
auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
is a bit verbose, a shorthand was added that creates the widget and adds
it
to the container in one go:
auto text = root()->addNew<Wt::WText>("Hello!");
addNew forwards its arguments to the constructor, just like
std::make_unique. Along those lines, we added
WContainerWidget::insertNew()
and WTemplate::bindNew().
Added the <max-formdata-size> configuration option
Previously, the maximum size of form data sent by Wt in a single POST
request was capped to 5 MiB. In applications with a large amount of forms
with a lot of data, that may not be enough, so <max-formdata-size> can be
used to adjust this independently. Note that the maximum request size (and
by consequence, the form data size) is still capped by <max-request-size>.
* Release 4.0.0 (September 19, 2017)
This release has all of the added features of Wt 3.3.8, but comes with
many notable changes. In general, Wt 4 employs the more modern C++ style
of C++11 and beyond. Support for compilers without sufficient C++11
support is dropped competely. Wt 4 aligns more with the C++ Core
Guidelines in a pragmatic way, while keeping the API familiar.
Changes in Wt's memory model
OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
2018-01-09 09:39:59 +00:00
|
|
|
%files -n libwtdbopostgres%{so_version}
|
2014-12-04 15:28:58 +00:00
|
|
|
%{_libdir}/libwtdbopostgres.so.*
|
2010-02-05 15:22:59 +00:00
|
|
|
|
|
|
|
|
%files devel
|
2010-03-01 00:51:02 +00:00
|
|
|
%{_includedir}/Wt
|
2010-02-05 15:22:59 +00:00
|
|
|
%{_libdir}/*.so
|
Accepting request 562627 from home:eeich:branches:devel:libraries:c_c++
- Updated to 4.0.2
* Release 4.0.2 (November 24, 2017)
This is a patch release that fixes a few problems with the build of
* Wt 4.0.1, and fixes a bug in Wt::Auth.
Release 4.0.1 (November 21, 2017)
This is a smaller release with mostly bugfixes, and some new features:
* Added WContainerWidget::addNew() and similar methods
Because writing code like this:
auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
is a bit verbose, a shorthand was added that creates the widget and adds
it
to the container in one go:
auto text = root()->addNew<Wt::WText>("Hello!");
addNew forwards its arguments to the constructor, just like
std::make_unique. Along those lines, we added
WContainerWidget::insertNew()
and WTemplate::bindNew().
Added the <max-formdata-size> configuration option
Previously, the maximum size of form data sent by Wt in a single POST
request was capped to 5 MiB. In applications with a large amount of forms
with a lot of data, that may not be enough, so <max-formdata-size> can be
used to adjust this independently. Note that the maximum request size (and
by consequence, the form data size) is still capped by <max-request-size>.
* Release 4.0.0 (September 19, 2017)
This release has all of the added features of Wt 3.3.8, but comes with
many notable changes. In general, Wt 4 employs the more modern C++ style
of C++11 and beyond. Support for compilers without sufficient C++11
support is dropped competely. Wt 4 aligns more with the C++ Core
Guidelines in a pragmatic way, while keeping the API familiar.
Changes in Wt's memory model
OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
2018-01-09 09:39:59 +00:00
|
|
|
%{_libdir}/cmake/wt
|
2010-02-05 15:22:59 +00:00
|
|
|
%doc %{_docdir}/%{name}-devel
|
2011-01-11 13:17:56 +00:00
|
|
|
|
2010-02-05 15:22:59 +00:00
|
|
|
%changelog
|