Compare commits

..

3 Commits
epel9 ... epel8

Author SHA1 Message Date
Troy Dawson 9eec14c391 remove package.cfg per new epel-playground policy
4 years ago
Nicolas Chauvet 785ff0923a Merge branch 'master' into epel8
5 years ago
Gwyn Ciesla 86fbaaeeef "Adding package.cfg file"
5 years ago

@ -4,7 +4,7 @@
Name: libspatialaudio Name: libspatialaudio
Version: 3.1 Version: 3.1
Release: 5.%{date0}git%{?shortcommit0}%{?dist} Release: 1.%{date0}git%{?shortcommit0}%{?dist}
Summary: Ambisonic encoding / decoding and binauralization library Summary: Ambisonic encoding / decoding and binauralization library
License: LGPLv2+ License: LGPLv2+
@ -39,14 +39,18 @@ developing applications that use %{name}.
%build %build
mkdir -p build
cd build
%cmake3 \ %cmake3 \
-DBUILD_STATIC_LIBS=OFF -DBUILD_STATIC_LIBS=OFF \
..
%cmake_build %make_build
%install %install
%cmake_install cd build
%make_install
%ldconfig_scriptlets %ldconfig_scriptlets
@ -64,18 +68,5 @@ developing applications that use %{name}.
%changelog %changelog
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-5.20200406gitd926a2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-4.20200406gitd926a2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-3.20200406gitd926a2e
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-2.20200406gitd926a2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Apr 13 2020 Nicolas Chauvet <kwizart@gmail.com> - 3.1-1.20200406gitd926a2e * Mon Apr 13 2020 Nicolas Chauvet <kwizart@gmail.com> - 3.1-1.20200406gitd926a2e
- Initial spec file - Initial spec file

Loading…
Cancel
Save