update to 1.6.3 [release 1.6.3-1mamba;Mon Nov 18 2024]
This commit is contained in:
parent
c4470cd7e7
commit
fec62f396a
64
soqt.spec
64
soqt.spec
@ -1,21 +1,34 @@
|
|||||||
Name: soqt
|
Name: soqt
|
||||||
Version: 1.5.0
|
Version: 1.6.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A glue between Coin 3D and QT
|
Summary: A glue between Coin 3D and QT
|
||||||
Group: Graphical Desktop/Libraries/QT
|
Group: Graphical Desktop/Libraries/QT
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://bitbucket.org/Coin3D/coin/wiki/Home
|
URL: https://github.com/coin3d/soqt
|
||||||
Source: https://bitbucket.org/Coin3D/coin/downloads/SoQt-%{version}.zip
|
Source: https://github.com/coin3d/soqt.git/v%{version}/soqt-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 soqt' to get the list of build requirements.
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libICE-devel
|
||||||
|
BuildRequires: libQt6Core
|
||||||
|
BuildRequires: libQt6Gui
|
||||||
|
BuildRequires: libQt6OpenGL
|
||||||
|
BuildRequires: libQt6Widgets
|
||||||
|
BuildRequires: libSM-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXi-devel
|
||||||
|
BuildRequires: libcoin-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglu-devel
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt6-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: coin
|
|
||||||
BuildRequires: libcoin-devel
|
BuildRequires: libcoin-devel
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
SoQt provides the glue between Systems in Motion's Coin high-level 3D visualization library and Qt 2D user interface library.
|
SoQt provides the glue between Systems in Motion's Coin high-level 3D visualization library and Qt 2D user interface library.
|
||||||
@ -23,6 +36,7 @@ SoQt provides the glue between Systems in Motion's Coin high-level 3D visualizat
|
|||||||
%package -n lib%{name}
|
%package -n lib%{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Shared libraries for %{name}
|
Summary: Shared libraries for %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
This package contains shared libraries for %{name}.
|
This package contains shared libraries for %{name}.
|
||||||
@ -31,43 +45,39 @@ This package contains shared libraries for %{name}.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
## note: you can add this requirement if .pc files are provided by this package
|
Requires: pkg-config
|
||||||
#Requires: pkg-config
|
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n SoQt-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-coin --disable-html-help --enable-debug=no
|
%cmake -d build
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/soqt-config
|
%dir %{_datadir}/SoQt
|
||||||
%{_mandir}/man1/soqt-config.1.gz
|
%dir %{_datadir}/SoQt/materials
|
||||||
%doc AUTHORS COPYING
|
%{_datadir}/SoQt/materials/*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libSoQt.so
|
%{_libdir}/libSoQt.so.*
|
||||||
%{_libdir}/libSoQt.so.20
|
%doc AUTHORS COPYING
|
||||||
%{_libdir}/libSoQt.so.20.5.0
|
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -77,13 +87,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/Inventor/Qt/nodes/*.h
|
%{_includedir}/Inventor/Qt/nodes/*.h
|
||||||
%{_includedir}/Inventor/Qt/viewers/*.h
|
%{_includedir}/Inventor/Qt/viewers/*.h
|
||||||
%{_includedir}/Inventor/Qt/widgets/*.h
|
%{_includedir}/Inventor/Qt/widgets/*.h
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libSoQt.so
|
||||||
|
%dir %{_libdir}/cmake/SoQt-%{version}
|
||||||
|
%{_libdir}/cmake/SoQt-1.6.3/soqt-*.cmake
|
||||||
%{_libdir}/pkgconfig/SoQt.pc
|
%{_libdir}/pkgconfig/SoQt.pc
|
||||||
%{_datadir}/Coin/conf/soqt-default.cfg
|
%doc ChangeLog NEWS README
|
||||||
%{_datadir}/aclocal/soqt.m4
|
|
||||||
%doc ChangeLog NEWS README README.IRIX README.MACOSX README.WIN32
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.3-1mamba
|
||||||
|
- update to 1.6.3
|
||||||
|
|
||||||
* Sat Jun 11 2016 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.5.0-1mamba
|
* Sat Jun 11 2016 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.5.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user