]> git.pld-linux.org Git - packages/SoXt.git/commitdiff
- updated to 1.4.1 master auto/th/SoXt-1.4.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Feb 2024 06:39:33 +0000 (07:39 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Feb 2024 06:39:33 +0000 (07:39 +0100)
SoXt-pc.patch
SoXt.spec

index 568aa58e75a7b10f46f646764a7d21e29cd25a32..6f9b2f8a18fb46e71350e954422586e3395637ea 100644 (file)
@@ -1,14 +1,22 @@
---- soxt/SoXt.pc.cmake.in.orig 2020-04-19 22:57:44.000000000 +0200
-+++ soxt/SoXt.pc.cmake.in      2020-12-02 06:33:10.382683774 +0100
-@@ -13,9 +13,10 @@
- Name: @PROJECT_NAME@
- Description: @PROJECT_DESCRIPTION@
- Version: @PROJECT_VERSION@
--Requires: Coin, Motif, X11, OpenGL
-+Requires: Coin
+--- soxt/CMakeLists.txt.orig   2024-02-03 21:54:49.000000000 +0100
++++ soxt/CMakeLists.txt        2024-02-09 19:01:25.196148870 +0100
+@@ -149,7 +149,8 @@ endif()
+ find_package(Coin REQUIRED)
+-set(SO${GUI}_PKG_DEPS "Coin Motif X11 Xpm Xmu OpenGL")
++set(SO${GUI}_PKG_DEPS "Coin")
++set(SO${GUI}_PKG_DEP_LIBS "-lmotif -lXmu -lXt -lX11 -lXpm -lGL")
+ # ##########################################################################
+ # Setup build environment
+--- soxt/SoXt.pc.cmake.in.orig 2024-02-09 17:11:28.075221873 +0100
++++ soxt/SoXt.pc.cmake.in      2024-02-09 19:01:53.652661375 +0100
+@@ -16,6 +16,7 @@ Version: @PROJECT_VERSION@
+ Requires: @SOXT_PKG_DEPS@
  Conflicts:
- Libs: -L${libdir} -l@PROJECT_NAME@ @SOXT_EXTRA_LDFLAGS@ @SOXT_EXTRA_LIBS@
-+Libs.private: -lmotif -lXt -lX11 -lGL
- Cflags: -I${includedir} @SOXT_EXTRA_CFLAGS@ @SOXT_EXTRA_CPPFLAGS@
+ Libs: -L${libdir} @SOXT_PKG_LIBS@
++Libs.private: @SOXT_PKG_DEP_LIBS@
+ Cflags: -I${includedir} @SOXT_PKG_FLAGS@
  
  frameworkdir=@frameworkdir@
index 13c34e18fafa1c267e407e10ff158f96aaff8d1b..3e1fbae1f0b538227d901a5537cc919a42966718 100644 (file)
--- a/SoXt.spec
+++ b/SoXt.spec
@@ -5,13 +5,13 @@
 Summary:       Xt/Motif GUI component toolkit library for Coin
 Summary(pl.UTF-8):     Biblioteka komponentu graficznego interfejsu Xt/Motif dla biblioteki Coin
 Name:          SoXt
-Version:       1.4.0
+Version:       1.4.1
 Release:       1
 License:       BSD
 Group:         X11/Libraries
 #Source0Download: https://github.com/coin3d/soxt/releases
-Source0:       https://github.com/coin3d/soxt/releases/download/SoXt-%{version}/soxt-%{version}-src.tar.gz
-# Source0-md5: 566b79a9b8d88014726ad8054cd03698
+Source0:       https://github.com/coin3d/soxt/releases/download/v%{version}/soxt-%{version}-src.tar.gz
+# Source0-md5: 6856751e41cab5e13621ab1f3b5e8542
 Patch0:                %{name}-pc.patch
 URL:           https://github.com/coin3d/soxt
 BuildRequires: Coin-devel >= 4.0.0
@@ -97,8 +97,6 @@ rm -rf $RPM_BUILD_ROOT
 # to common names etc.
 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/{_*_,components,devices,misc,viewers}.3
 %endif
-# bogus location
-%{__rm} -r $RPM_BUILD_ROOT%{_infodir}/SoXt1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.10072 seconds and 4 git commands to generate.