diff --git a/.gitignore b/.gitignore index 7ae8d8c..2022ef6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /sratom-0.4.6.tar.bz2 /sratom-0.6.0.tar.bz2 /sratom-0.6.2.tar.bz2 +/sratom-0.6.4.tar.bz2 diff --git a/sources b/sources index a6c034e..5687bc5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sratom-0.6.2.tar.bz2) = 356e1dfde07fcc3eff99186ff79501557572f5d73338fd096bf639a82d1d4fe3c0e790627c8eb088053e4a2aeed4e548aca0a5572d1ab26316cfdb13374f10ac +SHA512 (sratom-0.6.4.tar.bz2) = 6462d8d33ed7ddaa2aea267fab14c9a15bfc077a4f8d26eb493be4c48c95d8dcec614f540bd82fe22aecca641771326a44d175c3991cd473ae371062c78aaac3 diff --git a/sratom.spec b/sratom.spec index d4aad83..8b4e91c 100644 --- a/sratom.spec +++ b/sratom.spec @@ -2,15 +2,14 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: sratom -Version: 0.6.2 -Release: 4%{?dist} +Version: 0.6.4 +Release: 1%{?dist} Summary: A C library for serializing LV2 plugins License: MIT URL: http://drobilla.net/software/%{name}/ Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2 -BuildRequires: python2 -BuildRequires: python2-devel +BuildRequires: python3 BuildRequires: doxygen BuildRequires: graphviz BuildRequires: sord-devel >= 0.14.0 @@ -47,7 +46,7 @@ sed -i -e "s| '-ftest-coverage'\]|\ %build %set_build_flags -%{__python2} waf configure -v \ +python3 waf configure -v \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ --mandir=%{_mandir} \ @@ -55,12 +54,12 @@ sed -i -e "s| '-ftest-coverage'\]|\ --docdir=%{_pkgdocdir} \ --test \ --docs -%{__python2} waf build -v %{?_smp_mflags} +python3 waf build -v %{?_smp_mflags} %install -DESTDIR=%{buildroot} %{__python2} waf install +DESTDIR=%{buildroot} python3 waf install chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.* -install -pm 644 COPYING NEWS README %{buildroot}%{_pkgdocdir} +install -pm 644 COPYING NEWS README.md %{buildroot}%{_pkgdocdir} %check ./build/sratom_test @@ -80,6 +79,10 @@ install -pm 644 COPYING NEWS README %{buildroot}%{_pkgdocdir} %{_mandir}/man3/* %changelog +* Fri Dec 06 2019 Guido Aulisi - 0.6.4-1 +- Update to 0.6.4 +- Use python3 + * Sat Jul 27 2019 Fedora Release Engineering - 0.6.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild