removed build requirement for kdelibs-devel [release 23.08.4-2mamba;Sun Feb 11 2024]
This commit is contained in:
parent
e50efc8ba0
commit
edcb4a6652
@ -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})
|
||||
|
@ -3,15 +3,14 @@
|
||||
|
||||
Name: analitza
|
||||
Version: 23.08.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: KDE library for mathematical features
|
||||
Group: Graphical Desktop/Applications/Scientific
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
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
|
||||
BuildRequires: cmake
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -23,8 +22,6 @@ BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kdelibs-devel >= 4.14.4
|
||||
#Requires: kde-workspace
|
||||
|
||||
%description
|
||||
Algebraic calculator and libraries.
|
||||
@ -52,24 +49,14 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
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
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build \\
|
||||
%cmake_kde5 -d build \
|
||||
\
|
||||
%ifarch arm
|
||||
-DWITH_OpenGL:BOOL=false
|
||||
%endif
|
||||
@ -123,6 +110,9 @@ Debug information is useful when developing applications that use this package o
|
||||
%{_kde5_libdir}/cmake/Analitza5/Analitza5*.cmake
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user