Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
1 changed files with 5 additions and 16 deletions
21
alure.spec
21
alure.spec
|
|
@ -1,6 +1,9 @@
|
|||
# Force out of source build
|
||||
%undefine __cmake_in_source_build
|
||||
|
||||
Name: alure
|
||||
Version: 1.2
|
||||
Release: 36%{?dist}
|
||||
Release: 33%{?dist}
|
||||
Summary: Audio Library Tools REloaded
|
||||
# ALURE code is LGPLv2+; note -devel subpackage has its own license tag
|
||||
License: LGPL-2.1-or-later
|
||||
|
|
@ -38,12 +41,7 @@ developing applications that use %{name}.
|
|||
%patch -P3 -p1 -b .sndfile-cflags-fix
|
||||
|
||||
%build
|
||||
export CMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
%cmake \
|
||||
%if "%{?_lib}" == "lib64"
|
||||
%{?_cmake_lib_suffix64} \
|
||||
%endif
|
||||
-DBUILD_STATIC:BOOL=OFF
|
||||
%cmake -DBUILD_STATIC:BOOL=OFF
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
|
@ -67,15 +65,6 @@ rm -rf %{buildroot}%{_docdir}/alure/html
|
|||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-36
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-35
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri May 30 2025 Cristian Le <git@lecris.dev> - 1.2-34
|
||||
- Allow to build with CMake 4.0
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-33
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue