11 Commits

Author SHA1 Message Date
fcfe7ddf1d automatic version update by autodist [release 0.15.3-1mamba;Sun Dec 27 2020] 2024-01-05 18:47:51 +01:00
bc55eb6b17 automatic version update by autodist [release 0.15.2-1mamba;Wed Nov 25 2020] 2024-01-05 18:47:51 +01:00
3507920654 automatic version update by autodist [release 0.15.1-1mamba;Thu Nov 19 2020] 2024-01-05 18:47:51 +01:00
dbaa7ab534 automatic version update by autodist [release 0.14.4-1mamba;Sun Oct 25 2020] 2024-01-05 18:47:51 +01:00
2deb8b5ada automatic version update by autodist [release 0.14.3-1mamba;Sun Aug 23 2020] 2024-01-05 18:47:51 +01:00
a04d763133 automatic version update by autodist [release 0.14.2-1mamba;Sat Aug 22 2020] 2024-01-05 18:47:51 +01:00
d121704c2b automatic version update by autodist [release 0.14.1-1mamba;Wed Mar 11 2020] 2024-01-05 18:47:51 +01:00
ec713122f0 automatic version update by autodist [release 0.12.1-1mamba;Sun Feb 17 2019] 2024-01-05 18:47:51 +01:00
6331e381a0 automatic version update by autodist [release 0.12-1mamba;Tue Sep 25 2018] 2024-01-05 18:47:51 +01:00
6b464e26a8 automatic version update by autodist [release 0.11.3-1mamba;Mon Jul 30 2018] 2024-01-05 18:47:51 +01:00
b151364776 automatic version update by autodist [release 0.11.2-1mamba;Mon Apr 09 2018] 2024-01-05 18:47:51 +01:00

View File

@ -1,5 +1,5 @@
Name: umockdev
Version: 0.11.1
Version: 0.15.3
Release: 1mamba
Summary: Mock hardware devices for creating unit tests and bug reporting
Group: System/Kernel and Hardware
@ -55,15 +55,13 @@ This package contains libraries and header files for developing applications tha
%setup -q
%build
./autogen.sh
%configure \
--disable-static
%meson
%make
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%meson_install
rm -f %{buildroot}%{_libdir}/libumockdev.la
@ -91,14 +89,48 @@ rm -f %{buildroot}%{_libdir}/libumockdev.la
%dir %{_includedir}/umockdev-1.0
%{_includedir}/umockdev-1.0/*
%{_libdir}/libumockdev.so
%{_libdir}/libumockdev-preload.so
%{_libdir}/pkgconfig/umockdev-1.0.pc
%dir %{_datadir}/doc/umockdev
%{_datadir}/doc/umockdev/*
#%dir %{_datadir}/doc/umockdev
#%{_datadir}/doc/umockdev/*
%{_datadir}/gir-1.0/UMockdev-1.0.gir
%{_datadir}/vala/vapi/umockdev-1.0.vapi
%doc NEWS README.rst
%changelog
* Sun Dec 27 2020 Automatic Build System <autodist@mambasoft.it> 0.15.3-1mamba
- automatic version update by autodist
* Wed Nov 25 2020 Automatic Build System <autodist@mambasoft.it> 0.15.2-1mamba
- automatic version update by autodist
* Thu Nov 19 2020 Automatic Build System <autodist@mambasoft.it> 0.15.1-1mamba
- automatic version update by autodist
* Sun Oct 25 2020 Automatic Build System <autodist@mambasoft.it> 0.14.4-1mamba
- automatic version update by autodist
* Sun Aug 23 2020 Automatic Build System <autodist@mambasoft.it> 0.14.3-1mamba
- automatic version update by autodist
* Sat Aug 22 2020 Automatic Build System <autodist@mambasoft.it> 0.14.2-1mamba
- automatic version update by autodist
* Wed Mar 11 2020 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba
- automatic version update by autodist
* Sun Feb 17 2019 Automatic Build System <autodist@mambasoft.it> 0.12.1-1mamba
- automatic version update by autodist
* Tue Sep 25 2018 Automatic Build System <autodist@mambasoft.it> 0.12-1mamba
- automatic version update by autodist
* Mon Jul 30 2018 Automatic Build System <autodist@mambasoft.it> 0.11.3-1mamba
- automatic version update by autodist
* Mon Apr 09 2018 Automatic Build System <autodist@mambasoft.it> 0.11.2-1mamba
- automatic version update by autodist
* Fri Mar 23 2018 Automatic Build System <autodist@mambasoft.it> 0.11.1-1mamba
- automatic version update by autodist