|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: libmicrodns
|
|
|
|
Name: libmicrodns
|
|
|
|
Version: 0.2.0
|
|
|
|
Version: 0.1.2
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Minimal mDNS resolver library
|
|
|
|
Summary: Minimal mDNS resolver library
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
@ -32,7 +32,6 @@ developing applications that use %{name}.
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%if 0%{?rhel}
|
|
|
|
# lower the meson requirement there
|
|
|
|
# lower the meson requirement there
|
|
|
|
sed -i -e 's/0.50.0/0.47.2/' meson.build
|
|
|
|
sed -i -e 's/0.50.0/0.47.2/' meson.build
|
|
|
|
sed -i -e "/subdir('examples')/d" meson.build
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -46,6 +45,7 @@ sed -i -e "/subdir('examples')/d" meson.build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%meson_install
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
#find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
@ -58,7 +58,7 @@ sed -i -e "/subdir('examples')/d" meson.build
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
%{_libdir}/libmicrodns.so.1*
|
|
|
|
%{_libdir}/libmicrodns.so.0*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/microdns
|
|
|
|
%{_includedir}/microdns
|
|
|
@ -67,21 +67,6 @@ sed -i -e "/subdir('examples')/d" meson.build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 24 2021 Leigh Scott <leigh123linux@gmail.com> - 0.2.0-1
|
|
|
|
|
|
|
|
- Update to 0.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 23 2020 Nicolas Chauvet <kwizart@gmail.com> - 0.1.2-1
|
|
|
|
* Mon Mar 23 2020 Nicolas Chauvet <kwizart@gmail.com> - 0.1.2-1
|
|
|
|
- Update to 0.1.2
|
|
|
|
- Update to 0.1.2
|
|
|
|
- Switch to meson
|
|
|
|
- Switch to meson
|
|
|
|