Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b9d28f65c5 | |||
|
|
5dcdfd2e27 | ||
| 2cf967f4e3 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1744811314
|
||||
commit: 073beaa77239284b5b2c3c714c0b159d1b34b2f49de2c54187d6ffb52de9b0b8
|
||||
url: https://src.opensuse.org/jengelh/muparserx
|
||||
revision: master
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:478d94cd9f0fe2c3f15b2ea3337a231ac05e80d6f5a73e4db2eb31e916c507ac
|
||||
size 256
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 13:48:26 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Support building with cmake 4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 5 00:17:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -88,10 +88,8 @@ doxygen doxyfile.dox
|
||||
popd
|
||||
|
||||
%else
|
||||
%cmake \
|
||||
-DBUILD_SHARED_LIBS:BOOL=ON \
|
||||
-DBUILD_EXAMPLES:BOOL=OFF \
|
||||
%nil
|
||||
%cmake -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_EXAMPLES:BOOL=OFF \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.28
|
||||
%cmake_build
|
||||
%endif
|
||||
|
||||
@@ -107,8 +105,7 @@ cp -r doc/html %buildroot%_docdir/%name-devel-doc/
|
||||
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%post -n lib%name%libbase -p /sbin/ldconfig
|
||||
%postun -n lib%name%libbase -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n lib%name%libbase
|
||||
|
||||
%if "%flavor" != "doc"
|
||||
%files -n lib%name%libbase
|
||||
|
||||
Reference in New Issue
Block a user