Accepting request 908531 from home:DarkSS:branches:network
- Rollback previous changes. - Moved *.so.? & *.so.?.? to the devel subpackage. - Added BSD-3-Clause for examples subpackage (6.2.0 changes). OBS-URL: https://build.opensuse.org/request/show/908531 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=15
This commit is contained in:
parent
c21700a42a
commit
e24102d6b8
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 27 08:07:52 UTC 2021 - Dmitriy Perlow <dap.darkness@gmail.com>
|
||||||
|
|
||||||
|
- Rollback previous changes.
|
||||||
|
- Moved *.so.? & *.so.?.? to the devel subpackage.
|
||||||
|
- Added BSD-3-Clause for examples subpackage (6.2.0 changes).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 21 08:06:44 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
Wed Jul 21 08:06:44 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
|
|
||||||
%define sover 6_2
|
%define sover 6_2
|
||||||
%define oldver 6_0
|
|
||||||
Name: qwt6
|
Name: qwt6
|
||||||
Version: 6.2.0
|
Version: 6.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -52,7 +51,6 @@ double.
|
|||||||
%package -n libqwt%{sover}
|
%package -n libqwt%{sover}
|
||||||
Summary: Shared library for Qt5 Widgets for Technical Applications
|
Summary: Shared library for Qt5 Widgets for Technical Applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Obsoletes: lib%{name}-qt5-%{oldver} < %{version}
|
|
||||||
Provides: lib%{name}-qt5-%{sover} = %{version}
|
Provides: lib%{name}-qt5-%{sover} = %{version}
|
||||||
Obsoletes: lib%{name}-qt5-%{sover} < %{version}
|
Obsoletes: lib%{name}-qt5-%{sover} < %{version}
|
||||||
|
|
||||||
@ -87,6 +85,7 @@ in order to create Qt applications using the Qwt(Qt5) widgets.
|
|||||||
|
|
||||||
%package examples
|
%package examples
|
||||||
Summary: Example programs using Qwt(Qt5)
|
Summary: Example programs using Qwt(Qt5)
|
||||||
|
License: SUSE-QWT-1.0 or BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-devel = %{version}
|
Requires: %{name}-devel = %{version}
|
||||||
Provides: %{name}-qt5-examples = %{version}
|
Provides: %{name}-qt5-examples = %{version}
|
||||||
@ -155,7 +154,7 @@ mv %{buildroot}%{_libqt5_docdir}/qwt6/man/man3 \
|
|||||||
%else
|
%else
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%endif
|
%endif
|
||||||
%{_libqt5_libdir}/libqwt.so.*
|
%{_libqt5_libdir}/libqwt.so.?.?.?
|
||||||
|
|
||||||
%files designer
|
%files designer
|
||||||
%dir %{_libqt5_plugindir}/designer/
|
%dir %{_libqt5_plugindir}/designer/
|
||||||
@ -164,6 +163,8 @@ mv %{buildroot}%{_libqt5_docdir}/qwt6/man/man3 \
|
|||||||
%files devel
|
%files devel
|
||||||
%doc README
|
%doc README
|
||||||
%{_libqt5_libdir}/libqwt.so
|
%{_libqt5_libdir}/libqwt.so
|
||||||
|
%{_libqt5_libdir}/libqwt.so.?
|
||||||
|
%{_libqt5_libdir}/libqwt.so.?.?
|
||||||
%{_libqt5_libdir}/pkgconfig/Qt5Qwt6.pc
|
%{_libqt5_libdir}/pkgconfig/Qt5Qwt6.pc
|
||||||
%{_libqt5_archdatadir}/mkspecs/features/
|
%{_libqt5_archdatadir}/mkspecs/features/
|
||||||
%dir %{_libqt5_includedir}/qwt6
|
%dir %{_libqt5_includedir}/qwt6
|
||||||
|
Loading…
Reference in New Issue
Block a user