removed build requirement for kdelibs-devel [release 23.08.4-2mamba;Sun Feb 11 2024]

This commit is contained in:
Silvan Calarco 2024-02-11 17:22:22 +01:00
parent e50efc8ba0
commit edcb4a6652
2 changed files with 7 additions and 28 deletions

View File

@ -1,11 +0,0 @@
--- analitza-4.14.0/calgebra/CMakeLists.txt.orig 2014-08-22 03:17:38.915231665 +0200
+++ analitza-4.14.0/calgebra/CMakeLists.txt 2014-08-22 03:17:47.694228289 +0200
@@ -17,7 +17,7 @@
endif()
kde4_add_executable(calgebra ${calgebra_SRCS})
-target_link_libraries(calgebra ${QT_QTCORE_LIBRARY} ${READLINE_LIBRARY} ${CURSES_LIBRARIES} analitza)
+target_link_libraries(calgebra ${QT_QTCORE_LIBRARY} ${READLINE_LIBRARY} ${CURSES_LIBRARIES} termcap analitza)
install(TARGETS calgebra ${INSTALL_TARGETS_DEFAULT_ARGS})

View File

@ -3,15 +3,14 @@
Name: analitza Name: analitza
Version: 23.08.4 Version: 23.08.4
Release: 1mamba Release: 2mamba
Summary: KDE library for mathematical features Summary: KDE library for mathematical features
Group: Graphical Desktop/Applications/Scientific Group: Graphical Desktop/Applications/Scientific
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/ URL: https://kde.org/
Source: http://download.kde.org/stable/release-service/%{version}/src/analitza-%{version}.tar.xz Source: http://download.kde.org/stable/release-service/%{version}/src/analitza-%{version}.tar.xz
Patch0: %{name}-4.14.0-readline_with_termcap.patch
License: GPL License: GPL
BuildRequires: cmake BuildRequires: cmake
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -23,8 +22,6 @@ BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel BuildRequires: qt5-qtdeclarative-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kdelibs-devel >= 4.14.4
#Requires: kde-workspace
%description %description
Algebraic calculator and libraries. Algebraic calculator and libraries.
@ -52,24 +49,14 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel %description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use lib%{name}. This package contains libraries and header files for developing applications that use lib%{name}.
%package -n lib%{name}-debug
Group: Development/Debug
Summary: Debug information for package lib%{name}
AutoReqProv: 0
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-debug
This package provides debug information for package lib%{name}.
Debug information is useful when developing applications that use this package or when debugging this package.
%debug_package %debug_package
%prep %prep
%setup -q %setup -q
#%patch0 -p1
%build %build
%cmake_kde5 -d build \\ %cmake_kde5 -d build \
\
%ifarch arm %ifarch arm
-DWITH_OpenGL:BOOL=false -DWITH_OpenGL:BOOL=false
%endif %endif
@ -123,6 +110,9 @@ Debug information is useful when developing applications that use this package o
%{_kde5_libdir}/cmake/Analitza5/Analitza5*.cmake %{_kde5_libdir}/cmake/Analitza5/Analitza5*.cmake
%changelog %changelog
* Sun Feb 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.4-2mamba
- removed build requirement for kdelibs-devel
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba * Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
- automatic version update by autodist - automatic version update by autodist