Update to 0.30.6

epel9
Guido Aulisi 4 years ago
parent ca27ec3e6d
commit 0d465bdcaf

1
.gitignore vendored

@ -9,3 +9,4 @@
/serd-0.30.0.tar.bz2
/serd-0.30.2.tar.bz2
/serd-0.30.4.tar.bz2
/serd-0.30.6.tar.bz2

@ -1,8 +1,8 @@
%global maj 0
Name: serd
Version: 0.30.4
Release: 2%{?dist}
Version: 0.30.6
Release: 1%{?dist}
Summary: A lightweight C library for RDF syntax
License: ISC
@ -41,7 +41,7 @@ sed -i -e 's|bld.add_post_fun(autowaf.run_ldconfig)||' wscript
%build
%set_build_flags
python3 waf configure \
%{python3} waf configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
--mandir=%{_mandir} \
@ -49,10 +49,10 @@ python3 waf configure \
--docdir=%{_docdir} \
--test \
--docs
python3 waf build -v %{?_smp_mflags}
%{python3} waf build -v %{?_smp_mflags}
%install
DESTDIR=%{buildroot} python3 waf install
DESTDIR=%{buildroot} %{python3} waf install
chmod +x %{buildroot}%{_libdir}/lib%{name}-%{maj}.so.*
# Move devel docs to the right directory
install -d %{buildroot}%{_docdir}/%{name}/%{name}-%{maj}
@ -73,6 +73,9 @@ mv %{buildroot}%{_docdir}/%{name}-%{maj}/html %{buildroot}%{_docdir}/%{name}/%{n
%{_includedir}/%{name}-%{maj}/
%changelog
* Sun Oct 04 2020 Guido Aulisi <guido.aulisi@gmail.com> - 0.30.6-1
- Update to 0.30.6
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (serd-0.30.4.tar.bz2) = 4cc032f826d891213c6db787b10a41ffb8f4b2a3357ffa536e34013755dc34db7109d1b42f550a0d559d8651f56c3a5dfb3654c3e2047ee6e609ff9a5fe803d6
SHA512 (serd-0.30.6.tar.bz2) = db08d6c67d8627728679d0ed3770b8219a58f3eef82194ef8ba5682d3ff1f1033e2bbc8d6a1115a3fe0e32990f635c707a81ad8b4f457153fa78ff5991c9c30f

Loading…
Cancel
Save