automatic version update by autodist [release 4.14.0-1mamba;Fri Aug 22 2014]
This commit is contained in:
parent
50e7a0bc70
commit
f51bcfc0e2
11
analitza-4.14.0-readline_with_termcap.patch
Normal file
11
analitza-4.14.0-readline_with_termcap.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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})
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -Nru analitza-4.8.4.orig/calgebra/CMakeLists.txt analitza-4.8.4/calgebra/CMakeLists.txt
|
||||
--- analitza-4.8.4.orig/calgebra/CMakeLists.txt 2011-11-17 22:00:47.000000000 +0100
|
||||
+++ analitza-4.8.4/calgebra/CMakeLists.txt 2012-06-12 13:27:45.249663179 +0200
|
||||
@@ -5,7 +5,7 @@
|
||||
)
|
||||
|
||||
kde4_add_executable(calgebra ${calgebra_SRCS})
|
||||
-target_link_libraries(calgebra ${QT_QTCORE_LIBRARY} ${READLINE_LIBRARY} analitza)
|
||||
+target_link_libraries(calgebra ${QT_QTCORE_LIBRARY} ${READLINE_LIBRARY} termcap analitza)
|
||||
|
||||
install(TARGETS calgebra ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global __debug_package 1
|
||||
|
||||
Name: analitza
|
||||
Version: 4.13.3
|
||||
Version: 4.14.0
|
||||
Release: 1mamba
|
||||
Summary: KDE library for mathematical features
|
||||
Group: Graphical Desktop/Applications/Scientific
|
||||
@ -11,7 +11,7 @@ Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/%{version}/src/analitza-%{version}.tar.xz
|
||||
Patch0: %{name}-4.8.4-readline_with_termcap.patch
|
||||
Patch0: %{name}-4.14.0-readline_with_termcap.patch
|
||||
License: GPL
|
||||
BuildRequires: cmake
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -118,6 +118,9 @@ Debug information is useful when developing applications that use this package o
|
||||
%{_kde4_libdir}/cmake/analitza/Analitza*.cmake
|
||||
|
||||
%changelog
|
||||
* Fri Aug 22 2014 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user