From: Jan Palus Date: Tue, 7 Jun 2022 09:19:13 +0000 (+0200) Subject: up to 0.9.2 X-Git-Tag: auto/th/ayatana-ido-0.9.2-1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=719710dbbcd46ec1e8f487fc0e0dffb0d61178f3;hp=a97e6002e2cb15bfeae81bb5178bee409ce858e7;p=packages%2Fayatana-ido.git up to 0.9.2 --- diff --git a/ayatana-ido.spec b/ayatana-ido.spec index abeb022..f138f2e 100644 --- a/ayatana-ido.spec +++ b/ayatana-ido.spec @@ -1,15 +1,14 @@ Summary: Shared functions for Ayatana Indicator Display Objects Summary(pl.UTF-8): Funkcje współdzielone dla obiektów wyświetlania wskaźników Ayatana Name: ayatana-ido -Version: 0.9.1 +Version: 0.9.2 Release: 1 License: LGPL v2.1 or LGPL v3 Group: Libraries #Source0Download: https://github.com/AyatanaIndicators/ayatana-ido/releases Source0: https://github.com/AyatanaIndicators/ayatana-ido/archive/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 4c97445871517e78657d78bdb7119d00 +# Source0-md5: 57e9fa08beb7cb406408188a9ae4d2d5 Patch0: build-type.patch -Patch1: link-math.patch URL: https://github.com/AyatanaIndicators/ayatana-ido BuildRequires: cmake >= 3.13 BuildRequires: glib2-devel >= 1:2.58 @@ -64,7 +63,6 @@ API języka Vala do biblioteki ayatana-ido. %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %cmake -B build @@ -98,4 +96,4 @@ rm -rf $RPM_BUILD_ROOT %files -n vala-ayatana-ido %defattr(644,root,root,755) -%{_datadir}/vala/vapi/AyatanaIdo3-0.4.vapi +%{_datadir}/vala/vapi/libayatana-ido3-0.4.vapi diff --git a/link-math.patch b/link-math.patch deleted file mode 100644 index 0df7133..0000000 --- a/link-math.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ayatana-ido-0.9.0/src/CMakeLists.txt.orig 2021-11-02 16:52:12.000000000 +0100 -+++ ayatana-ido-0.9.0/src/CMakeLists.txt 2021-11-04 14:20:59.708636314 +0100 -@@ -98,7 +98,7 @@ - - add_library("ayatana-ido3-0.4" SHARED ${SOURCES}) - set_target_properties("ayatana-ido3-0.4" PROPERTIES VERSION 0.0.0 SOVERSION 0) --target_link_libraries("ayatana-ido3-0.4" ${PROJECT_DEPS_LIBRARIES}) -+target_link_libraries("ayatana-ido3-0.4" ${PROJECT_DEPS_LIBRARIES} m) - target_include_directories("ayatana-ido3-0.4" PUBLIC ${PROJECT_DEPS_INCLUDE_DIRS}) - target_include_directories("ayatana-ido3-0.4" PUBLIC ${CMAKE_CURRENT_BINARY_DIR}) - target_include_directories("ayatana-ido3-0.4" PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})