]> git.pld-linux.org Git - packages/Coin.git/commitdiff
- updated to 4.0.2 master auto/th/Coin-4.0.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Feb 2024 22:13:23 +0000 (23:13 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Feb 2024 22:13:23 +0000 (23:13 +0100)
Coin-link.patch
Coin.spec

index 0e184bfeb486fdbe36a075a0b45e9b54391f531f..fbab51531cb60427dca2701255efaf7a6066f79f 100644 (file)
@@ -1,13 +1,5 @@
 --- coin/CMakeLists.txt.orig   2019-12-23 20:47:43.000000000 +0100
 +++ coin/CMakeLists.txt        2020-11-30 21:32:23.759864515 +0100
-@@ -531,6 +531,7 @@
-   check_library_exists(dl dlopen "" HAVE_DL_LIB)
-   if(HAVE_DL_LIB)
-     check_include_file(dlfcn.h HAVE_DLFCN_H)
-+    list(APPEND COIN_TARGET_LINK_LIBRARIES dl)
-   endif()
-   check_library_exists(dld shl_load "" HAVE_DLD_LIB)
- endif()
 @@ -591,6 +592,7 @@
      #include <GL/glx.h>
      int main() { (void)glXChooseVisual(0L, 0, 0L); glEnd(); return 0; }
index 16aaa76066ca40febe77f5778d14f5b7e2eff918..0771196ecb85f44bd0f8fc6fc05bf4c727c9a7c0 100644 (file)
--- a/Coin.spec
+++ b/Coin.spec
@@ -6,12 +6,12 @@
 Summary:       High-level, retained-mode toolkit for effective 3D graphics development
 Summary(pl.UTF-8):     Wysokopoziomowy toolkit do efektywnego rozwijania grafiki 3D
 Name:          Coin
-Version:       4.0.0
+Version:       4.0.2
 Release:       1
 License:       BSD
 Group:         X11/Libraries
-Source0:       https://github.com/coin3d/coin/releases/download/%{name}-%{version}/%{name}-%{version}-src.tar.gz
-# Source0-md5: 2377d11b38c8eddd92d8bb240f5bf4ee
+Source0:       https://github.com/coin3d/coin/releases/download/v%{version}/coin-%{version}-src.tar.gz
+# Source0-md5: 1dd89262e2e9e44a046e803515387bdf
 Patch0:                %{name}-link.patch
 URL:           https://github.com/coin3d/coin/wiki
 BuildRequires: OpenAL-devel
@@ -45,8 +45,8 @@ Summary:      Header files for Coin3D library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki Coin3D
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Obsoletes:     openinventor-devel
-Obsoletes:     sgi-OpenInventor-devel
+Obsoletes:     openinventor-devel < 2.2
+Obsoletes:     sgi-OpenInventor-devel < 2.2
 
 %description devel
 Header files for Coin3D library.
@@ -140,10 +140,8 @@ cp -p man/man1/coin-config.1 $RPM_BUILD_ROOT%{_mandir}/man1
 # packaged as %doc
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/html
 # too generic names, not public API etc.
-%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/{JS*,SpiderMonkey_t,VRMLnodes,XML,_*_,[a-z]*}.3
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/{_*_,[a-z]*}.3
 %endif
-# bogus location
-%{__rm} -r $RPM_BUILD_ROOT%{_infodir}/Coin4
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -153,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog FAQ FAQ.legal NEWS README README.UNIX RELNOTES THANKS
+%doc AUTHORS COPYING ChangeLog FAQ FAQ.legal NEWS README.UNIX README.md RELNOTES THANKS
 %attr(755,root,root) %{_libdir}/libCoin.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libCoin.so.80
 %{_datadir}/%{name}
This page took 0.113251 seconds and 4 git commands to generate.